aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl
Commit message (Expand)AuthorAgeFilesLines
* rename setCurrentContextOpacity to setContextOpacityGerard Ziemski2008-10-171-1/+1
* add ability to set opacity on GL context: setCurrentContextOpacity takes 0 or 1Gerard Ziemski2008-10-171-0/+6
* Fixed loading of GLES and EGL libraries, and error reporting when none Kenneth Russel2008-07-311-4/+13
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-271-1/+1
* Native Compilation: Partitioning and X11 cleanSven Gothel2008-06-255-1041/+0
* 2nd big refactoring.Sven Gothel2008-06-212-39/+182
* *** empty log message ***Sven Gothel2008-06-211-0/+9
* Added Immediate Mode Sink (ImmModeSInk)Sven Gothel2008-06-031-0/+2
* wipSven Gothel2008-06-011-22/+1
* Ported Newt event handling to Windows. Minor bug fixes to Windows Kenneth Russel2008-06-011-28/+123
* refactoring .. wip ..Sven Gothel2008-06-011-28/+22
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-011-49/+178
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-301-72/+72
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-304-14/+389
* Changes to WindowsWindow.c to compile on Windows CE. Slight changes to Kenneth Russel2008-05-301-2/+14
* Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it Kenneth Russel2008-05-291-1/+5
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-291-0/+299
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-132-0/+518
* Fixed Issue 341: JNI Global Reference in native code prevents clean applet te...Kenneth Russel2008-02-031-30/+1
* Fixed Issue 259: need a copy context Kenneth Russel2007-01-071-0/+6
* Fixes for building with Visual Studio .NET 2003 (Service Pack 1)Kenneth Russel2007-01-031-2/+2
* Added parameter validation for stereo bit in particular to fix problemKenneth Russel2006-12-201-31/+25
* Removed native code for DRIHack and replaced it with code using theKenneth Russel2006-11-241-59/+0
* Fixed Issue 213: Expose GLCaps from GLDrawable Kenneth Russel2006-11-191-61/+101
* Fixed build problems on Solaris with Xinerama support for Issue 216;Kenneth Russel2006-05-281-7/+5
* Preliminary fix forKenneth Russel2006-05-286-0/+992
* Added patch from user mabraham on javagaming.org forums for building Kenneth Russel2006-04-141-1/+1
* Support for building on HP/UX from user metasim on JOGL forumKenneth Russel2006-04-132-3/+9
* Changed locking protocol for on-screen surfaces to only use the JAWT's Kenneth Russel2006-02-201-5/+5
* Fixed build breakage on 10.4 after last checkinKenneth Russel2006-02-161-3/+19
* Fixed problems with lack of hardware acceleration on LinuxKenneth Russel2006-02-161-0/+59
* progress on gl pixel format enumeration mechanismGerard Ziemski2006-02-151-143/+393
* Fixed Issue 173: Adjust gamma, brightness and contrast Kenneth Russel2006-01-221-0/+9
* Fixed build breakage on 10.4 after last checkinKenneth Russel2006-01-201-6/+2
* Fixed build breakage on 10.3 after last checkinKenneth Russel2006-01-191-0/+9
* add support for availability macros and use them to substitue values in case ...Gerard Ziemski2006-01-181-11/+19
* Fixed build breakage after last checkin; silenced compiler warning,Kenneth Russel2006-01-181-11/+6
* clamp the passed in values to their max if necessary - fixes InfiniteShadowVo...Gerard Ziemski2006-01-181-4/+118
* Refactored code on Windows and X11 constructing attribute lists for Kenneth Russel2005-12-061-2/+4
* Made public API changes discussed with expert group to make core JOGLKenneth Russel2005-11-092-9/+9
* Refactored computations of sizes of data types and offsets of fields Kenneth Russel2005-11-091-4/+6
* Merged JSR-231 branch on to the main JOGL trunk. The main trunk now Kenneth Russel2005-10-244-60/+22
* Made pbuffer code and in particular floating-point pbuffer code moreKenneth Russel2005-06-021-3/+11
* Cleaned up Mac OS X context handling. Removed incorrect retain call onKenneth Russel2005-06-011-151/+144
* Removed bogus test against frame size = (0,0) which was breakingKenneth Russel2005-05-241-8/+1
* Added first-cut support for floating-point pbuffers on Mac OS XKenneth Russel2005-05-201-3/+3
* Fixed race conditions in Mac OS X onscreen context creation thatKenneth Russel2005-05-101-2/+6
* Fixed Issue 92: Platform Independent VSync functionality Kenneth Russel2005-04-241-0/+6
* Added double-buffer argument to Mac OS X OpenGL context creationKenneth Russel2005-02-041-0/+1
* Fixed Issue 99: intptr_t undefined compiling with VS .NET 2003 VC++ Kenneth Russel2005-01-312-4/+4