Károly Balogh
85953d5e99
MorphOS: moved system dependent units outside the RTL into the new morphunits package. also renamed some units to match classic Amiga and/or AROS naming
...
git-svn-id: trunk@28519 -
2014-08-25 02:17:16 +00:00
Károly Balogh
da7efb8607
AROS: regenerated Makefiles to support i386-aros
...
git-svn-id: trunk@28438 -
2014-08-17 23:16:47 +00:00
yury
73c26bd6be
* mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used.
...
git-svn-id: trunk@26705 -
2014-02-07 12:37:17 +00:00
Tomas Hajny
77967432ef
* always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles
...
git-svn-id: trunk@26641 -
2014-02-01 00:11:09 +00:00
Károly Balogh
81b6e1b9d9
fixed OpenGL to build for MorphOS and hopefully did not break anything in the process
...
git-svn-id: trunk@25521 -
2013-09-18 21:45:17 +00:00
Jonas Maebe
81597bf171
* updated address of FSF (mantis #24646 , patch by Alexey Svistunov)
...
git-svn-id: trunk@24986 -
2013-06-27 14:01:18 +00:00
joost
df4191acb3
* Handle the location of each package at run-time, not at compilation time
...
* Added a fpmake.pp in the root, to compile the utils and packages in one go
git-svn-id: trunk@24783 -
2013-06-02 17:55:23 +00:00
pierre
4226f08565
Regenerate with up-to-date fpcmake binary
...
git-svn-id: trunk@24372 -
2013-04-29 12:45:11 +00:00
pierre
884918a4c4
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24365 -
2013-04-29 12:27:42 +00:00
joost
527c407b62
* Re-generated Makefiles for the changes in the Makefile.fpcs in r24349
...
git-svn-id: trunk@24350 -
2013-04-27 20:48:14 +00:00
joost
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
...
git-svn-id: trunk@24349 -
2013-04-27 20:34:00 +00:00
Jonas Maebe
51cdef698f
* fixed definition of GLHandleARB for Darwin (patch by lks, mantis #23975 )
...
git-svn-id: trunk@23772 -
2013-03-10 10:29:08 +00:00
yury
23b95a4d70
* Regenerated all makefiles.
...
git-svn-id: branches/targetandroid@23422 -
2013-01-17 11:36:12 +00:00
yury
d26f0552a0
* Sync with trunk r23404.
...
* Regenerated makefiles.
git-svn-id: branches/targetandroid@23405 -
2013-01-16 13:21:51 +00:00
joost
316717a710
* Re-generated all the Makefile.fpcs from the packages. So they are almost all the same now.
...
git-svn-id: trunk@23001 -
2012-11-17 00:18:50 +00:00
tom_at_work
9428c78d63
Pass OPT to compilation of fpmake.
...
Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones.
Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds
git-svn-id: trunk@22397 -
2012-09-15 23:41:44 +00:00
tom_at_work
7c56a9f34d
Revert r22080 because it prevents crosscompilation.
...
git-svn-id: trunk@22101 -
2012-08-16 21:24:47 +00:00
tom_at_work
7b6bcd315f
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
...
git-svn-id: trunk@22080 -
2012-08-14 19:09:17 +00:00
tom_at_work
acbc94e0fd
- initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
...
- basic rtl support using system calls
- fp(c)make/fppkg/makefile support
todo:
- revisit systems/t_android.pas: mostly duplicate with t_linux.pas, containing
lots of unnecessary code
- revisit rtl changes
- android ndk header translation import
- better app build/packaging support
- android/x86 support
git-svn-id: branches/targetandroid@21061 -
2012-04-26 09:36:42 +00:00
marco
e59be6884e
* Some minor changes that make the recent changes more backwards compatible. Mantis #21837
...
git-svn-id: trunk@21043 -
2012-04-25 19:47:54 +00:00
pierre
1b3fd997fc
+ Regenerate all Makefiles's after adding x86_64 netbsd target
...
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
Jonas Maebe
44bd889b9b
* regenerated Makefiles with AIX support
...
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
pierre
2c4d8cc9d9
Add x86_64-openbsd target in Makefiles
...
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
nickysn
609023d656
+ added support for the GLX_EXT_swap_control GLX extension
...
git-svn-id: trunk@20528 -
2012-03-16 21:29:50 +00:00
nickysn
a325c1254e
* GLX unit converted to use unit ctypes, which fixes some 64-bit issues
...
* glXReleaseBufferMESA function name changed to the correct one: glXReleaseBuffersMESA
git-svn-id: trunk@20526 -
2012-03-16 20:46:33 +00:00
nickysn
9f512e231e
+ added support for the GLX_MESA_swap_control glx extension
...
git-svn-id: trunk@20518 -
2012-03-14 23:38:25 +00:00
nickysn
506f1ff3e4
+ add support for the GLX_SGI_swap_control extension
...
* import all GLX procedures and functions via the glXGetProcAddress and
glXGetProcAddressARB functions, if they are available. This is necessary,
because not all GLX extension functions are exported statically by libGL.so
git-svn-id: trunk@20516 -
2012-03-14 00:09:57 +00:00
pierre
5501cc7b2b
* Fix file warnings for win32
...
git-svn-id: trunk@20420 -
2012-02-23 23:21:19 +00:00
Tomas Hajny
cba68ee384
* prepare support of opengl for OS/2 (not finished yet)
...
git-svn-id: trunk@20318 -
2012-02-12 01:42:26 +00:00
Jonas Maebe
b5b193ead2
* fixed fpmake files for darwin/arm and iphonesim
...
git-svn-id: trunk@20313 -
2012-02-11 16:23:43 +00:00
michael
f106f0e30c
* Clean translation of glu.h
...
git-svn-id: trunk@20294 -
2012-02-09 22:15:03 +00:00
joost
68d9066200
* Changed more packages to fpmake building
...
git-svn-id: trunk@20089 -
2012-01-15 18:26:19 +00:00
florian
3e70077dce
* build glext on win64, resolves #21013
...
git-svn-id: trunk@19961 -
2012-01-04 13:30:17 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
Jonas Maebe
fcc56d271a
* replaced some parameter definitions based on their value in the
...
FreeB-licensed SGI version
* deleted constants that belong in glext.pp (and which are already
defined there)
* replaced "This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon
Graphics, Inc." license header with FreeB license; see
http://bugs.freepascal.org/view.php?id=20200 for details)
-> fixes http://bugs.freepascal.org/view.php?id=20200
git-svn-id: trunk@19037 -
2011-09-09 12:03:09 +00:00
marco
0bad1997d1
* commited patch from Mantis #19956 by Michalis that deals with previous extensions
...
of opengl becoming part of core in never versions.
git-svn-id: trunk@18941 -
2011-09-02 09:43:53 +00:00
pierre
1c2a5f9819
+ Update all Makefile's modified by
...
change in utils/fpcm/fpcmake.ini in prevous commit.
Adapt also other files to that change:
* compiler/globals.pas: Replace $FPCTARGET by os_string if
tf_use_8_3 flag is set for target_info also.
* tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
as TARGETSUFFIX was modified in previous commit.
* tests/utils/dotest.pp:
+ New variable UseOSOnly, set to true if only target OS name
should be used for subdirectories.
git-svn-id: trunk@18228 -
2011-08-16 20:10:19 +00:00
florian
145f0959d6
* patch by Michalis Kamburelis for 2 small issues in glext unit, to fix Load_GL_version_3_3 and Load_GL_version_4_0, resolves #19955
...
git-svn-id: trunk@18208 -
2011-08-14 18:40:46 +00:00
florian
c45222cd17
+ patch by Michalis Kamburelis to add GLX 1.4 support and new GLX extensions, resolves #19953
...
git-svn-id: trunk@18207 -
2011-08-14 18:35:22 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d
* Regenned all makefiles before 2.6.x branching.
...
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
joost
d567d2e950
* More fpmake.pp-files fixes
...
git-svn-id: trunk@18049 -
2011-08-01 16:08:51 +00:00
marco
6d0e9444cd
* patch from #18613 from M. Kamburelis fixes glBufferSubDataARB and some formatting.
...
git-svn-id: trunk@16826 -
2011-01-28 12:01:54 +00:00
Jonas Maebe
29265ed672
* also compile freeglutdemo (mantis #18108 )
...
git-svn-id: trunk@16556 -
2010-12-11 22:19:59 +00:00
Jonas Maebe
deece746a3
+ support for the freeglut extensions (patch by Michalis Kamburelis,
...
mantis #18108 )
git-svn-id: trunk@16535 -
2010-12-10 15:29:19 +00:00
Jonas Maebe
4ed666afab
* reverted r8795 that saved/set/restored the fpu exception mask before
...
every glut call, since the gl unit (on which the glut unit depends)
already globally disables all fpu exceptions now (mantis #18107 )
git-svn-id: trunk@16483 -
2010-11-30 12:28:03 +00:00
Jonas Maebe
01a7da9817
* renamed constant "a" to GL_DEPTH24_STENCIL8_EXT (accidentally changed
...
after applying patch from #18054 , belongs with r16442)
git-svn-id: trunk@16479 -
2010-11-29 22:34:24 +00:00
Jonas Maebe
3650944d9e
+ EXT_packed_depth_stencil support (patch by Michalis Kamburelis, mantis
...
#18054 )
git-svn-id: trunk@16442 -
2010-11-26 10:57:48 +00:00
Jonas Maebe
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
...
later: the same as i386/darwin, except
a) uses the non-fragile Objective-C ABI/runtime
b) does not require stubs for direct calls/jumps (not required for
i386/darwin under 10.6 and later either, but still generated
there for backwards compatibility)
c) only the same packages are enabled as for ARM/Darwin
d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
This target also defines the symbol "darwin" apart from the target
name "iphonesim" for source code compatibility reasons.
git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
marco
8ca6c83ceb
* patch from Dmitry for bug #16135 . Some newer opengl functions and symbols.
...
git-svn-id: trunk@15445 -
2010-06-17 12:34:05 +00:00