aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: Fix JOGL linkHEADmasterSven Gothel2023-06-111-1/+1
|
* README.md: Shorten sectionSven Gothel2023-06-111-10/+5
|
* README.md: Spacing, ref JogAmp History & Milestones within JOGL's README.mdSven Gothel2023-06-111-2/+4
|
* Shorter titleSven Gothel2023-06-101-1/+1
|
* GL4Java -> OpenGL™ for Java™ (GL4Java)Sven Gothel2023-06-101-1/+1
|
* Bump README.txt -> README.md + Referencing GL4Java being source of concepts ↵Sven Gothel2023-06-103-93/+103
| | | | and predecessor of JOGL today
* Recovered GL4Java from sourceforge's CVS repo ↵Sven Gothel2023-06-101-0/+5
| | | | | | | | | | https://sourceforge.net/projects/gl4java/ GL4Java was JOGL's predecessor and source of many of its concepts - Compiler C2J -> GlueGen - AWT integration: GLCanvas, GLJPanel (swing) - GLEvenListener - ...
* removed address fields ...Sven Gothel2003-06-271-4/+2
|
* gcc 3.x malloc include ..Sven Gothel2003-06-271-0/+1
|
* *** empty log message ***Sven Gothel2003-06-275-3/+35
|
* added JAVAC_.._FLAGS imported from symbols.makSven Gothel2003-06-271-9/+11
|
* just source formating ..Sven Gothel2003-06-271-1/+2
|
* using GLOBAL JAVA_.._FLAGSSven Gothel2003-06-271-2/+2
|
* minor changes .. like glxgears ..Sven Gothel2003-06-271-0/+2
|
* adding jawt dummy functions for pre-jawt jdk ..Sven Gothel2003-06-271-0/+26
|
* gcc 3.x preprocessor concatenation fix .. -> MACROSven Gothel2003-06-271-6/+6
|
* doLoadNativeLibraries:Sven Gothel2002-04-251-3/+0
| | | | | removed the System.exit() if it failes .. returns false instead, as the signature promises ;-)
* distinguished rules to do the java 13 and java 14 demos ..Sven Gothel2002-04-251-1/+5
|
* *** empty log message ***Sven Gothel2002-04-253-89/+6
|
* added pepijn's bugfix (jdk <= 1.3 GC, tesselation)Sven Gothel2002-04-2523-1775/+2141
| | | | | | SGI Irix capable code .. correct NIO usage for tesselation .. minor stuff ..
* completes pepijn's GC patch (missed to add them to the repository)Sven Gothel2002-04-172-0/+104
|
* Merged the Tesselation patch bySven Gothel2002-04-1349-6804/+4105
| | | | | Pepijn Van Eeckhoudt <[email protected]>. I have added minor cleanups .. to it.
* summary of my latest changes ;-)Sven Gothel2002-04-044-5/+38
|
* cleanup the init() behavior,Sven Gothel2002-04-041-42/+63
| | | | now a re-init works again ..
* dynamic load of jawt.dll/.so alsoSven Gothel2002-04-042-52/+1
| | | | no more dyn. linkage to libglx.so
* correcting the wglDeleteContext sematics .. here also ..Sven Gothel2002-04-041-2/+2
|
* dynamic linking of jawt dll/so ..Sven Gothel2002-04-044-16/+126
|
* gljDestroyNative fix from [email protected]Kenneth Russel2002-03-301-2/+2
|
* updated FAQ !Sven Gothel2002-02-041-91/+363
|
* added a temporaery workaround forSven Gothel2001-12-164-17/+46
| | | | | | the Linux X11 NVidia Driver 2314 Bug .. _some_ offscreen renderer features still does not work ..
* switched X11 alpha to INT_ARGBSven Gothel2001-12-162-3/+3
|
* Added comment on glAllocateMemoryNVKenneth Russel2001-12-121-0/+2
|
* Better support for non-fullscreen platformsKenneth Russel2001-12-121-14/+19
|
* Fixed gearsFullScreen demoKenneth Russel2001-12-125-581/+785
|
* GL4Java 2.8.2.0rel-2-8-2-0-rcSven Gothel2001-12-1173-101458/+100700
| | | | | | kbr's jawt synamic loader installer fixes minor cleanups
* removed the temporary images, because the originalsSven Gothel2001-12-0843-58/+0
| | | | resides in docs-src
* added the glf fonts (binary)Sven Gothel2001-12-0830-0/+0
|
* osName to lower caseSven Gothel2001-12-081-6/+7
| | | | added MacOsX to makeLibName ..
* Removed link-time dependency on JAWT to solve PATH problemsKenneth Russel2001-12-0712-1109/+1233
|
* 2.8.1 rc 0rel-2-8-1-0-rcSven Gothel2001-12-06130-101782/+104842
|
* Fixed run-time link problems with JAWTKenneth Russel2001-12-021-0/+14
|
* Clarification on unsafety of glVertexPointer taking float array as argKenneth Russel2001-11-111-3/+12
|
* More documentationKenneth Russel2001-11-111-0/+22
|
* More documentationKenneth Russel2001-11-111-7/+21
|
* Added NVidia VertexArrayRange demoKenneth Russel2001-11-111-0/+709
|
* Support for NVidia AllocateMemoryNV extension and fixed problem with ↵Kenneth Russel2001-11-1125-1181/+1663
| | | | extensions not being loaded
* Minor cleanupsKenneth Russel2001-11-111-5/+2
|
* Added automatic disabling of rendering from AWT thread for GLAnimCanvases ↵Kenneth Russel2001-11-112-5/+54
| | | | when useRepaint is false for better stability with NVidia drivers
* Fixed Win32 build problem when MSJAVAC not definedKenneth Russel2001-11-111-0/+8
|
* java.nio, mesa-4.0 (gl1.3)rel-2-8-0-8-prereleaseSven Gothel2001-11-0643-0/+199682
|