summaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Issue 126: Patch to allow building native driver on BSD Kenneth Russel2005-01-281-1/+1
* Fixed compiler warning in updateContextRegisterKenneth Russel2004-08-051-0/+1
* Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2DKenneth Russel2004-04-291-92/+15
* Updated context creation code to unpack GLCapabilities object in JavaKenneth Russel2004-04-211-47/+21
* Removed debugging printfsKenneth Russel2004-03-151-4/+4
* Updated for OSX custom pixel format.gregorypierce2004-02-281-8/+48
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-191-6/+11
* use USE_GL_TEXTURE_RECTANGLE_EXT for PBuffers - needed for GLJPanelGerard Ziemski2003-11-081-17/+36
* Print error messages when nsview is not a valid drawable and return NULL from...Gerard Ziemski2003-11-041-5/+23
* Disabling the context updater for now - not thread safe yet.Gerard Ziemski2003-10-121-0/+8
* Implemented PBuffers (available in >= Panther). Reimplemented window resizing...Gerard Ziemski2003-10-123-87/+342
* Added Gerard Ziemski's new sources for faster dynamic symbol lookup onKenneth Russel2003-09-051-18/+39
* Fixed bug abies pointed out in ARBVBOKey where it was necessary toKenneth Russel2003-08-071-1/+1
* Changed glMapBufferARB's implementation to return the same ByteBufferKenneth Russel2003-08-071-0/+54
* Changed behavior of ManuallyImplement to not emit GLEmitter's dispatchKenneth Russel2003-08-061-0/+54
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-081-2/+3
* Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,Kenneth Russel2003-06-261-0/+94
* Initial revisiondjp2003-06-081-0/+101