summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/sun/opengl/impl/x11
Commit message (Expand)AuthorAgeFilesLines
* refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2715-2816/+0
* refactoring due to gluegen changes.Michael Bien2010-03-276-8/+8
* refactoring: new struct accessor method naming conventions.Michael Bien2009-11-113-6/+6
* Add OpenGL 3.x compatibility profile GL3bc,Sven Gothel2009-10-181-3/+15
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-171-0/+1
* X11 Display Lock completed (hope so)Sven Gothel2009-10-124-48/+90
* NEWT X11 Display Lock:Sven Gothel2009-10-112-32/+32
* EGL more query config trials; Avoid NPE if no config is chosenSven Gothel2009-10-051-1/+1
* Fix On-/Offscreen and PBuffer.Sven Gothel2009-10-054-14/+34
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-053-64/+30
* Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.Sven Gothel2009-10-041-0/+2
* Offscreen/PBuffer capabilities cleanup ; Generic read drawable supportSven Gothel2009-10-035-28/+55
* Proper PBuffer drawable abstractionSven Gothel2009-10-021-26/+14
* NativeWindowFactory:Sven Gothel2009-10-021-2/+1
* Fix MacOSX External GLContextSven Gothel2009-09-251-1/+0
* Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here ..Sven Gothel2009-08-062-10/+13
* Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)Sven Gothel2009-08-051-26/+43
* WGL 3.2: No need for 'jogl.GLContext.3_2' - just works.Sven Gothel2009-08-031-5/+4
* Doc: OpenGL 3.1 .. 3.2 profile clarificationSven Gothel2009-08-031-21/+55
* Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -...Sven Gothel2009-08-021-6/+23
* Fix: updateGLProcAddressTable() call order - child before parent, broke WGLSven Gothel2009-08-011-1/+1
* Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval.sg2158892009-07-301-4/+4
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-293-19/+16
* Add: Extended support for CVM crosscompile:sg2158892009-07-2411-364/+282
* Add: Extended support for CVM:sg2158892009-07-124-8/+7
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-041-31/+33
* - Removed useless GLX synchronized hacks in X11GLXGraphicsConfigurationSven Gothel2009-06-181-6/+3
* - Fix: X11 locking Sven Gothel2009-06-185-87/+51
* - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)Sven Gothel2009-06-172-112/+76
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-171-30/+34
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-1515-0/+2845