aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java
Commit message (Expand)AuthorAgeFilesLines
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-587/+0
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-311-6/+11
* JOGL: GLContextImpl's updateGLXProcAddressTable(..) only uses device as a key...Sven Gothel2010-12-091-20/+23
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-14/+37
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-171-2/+2
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-161-6/+6
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-141-28/+54
* JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm...Sven Gothel2010-11-041-10/+20
* JOGL/X11: Fix context scanning, misc simplifications ..Sven Gothel2010-11-031-47/+56
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-291-6/+22
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-261-1/+9
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-3/+3
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-11/+12
* trivial code cleanup in glx package.Michael Bien2010-09-091-7/+2
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-154/+62
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-041-6/+6
* JOGL: Unified GLContext native handleSven Gothel2010-06-021-62/+53
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-1/+7
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-111-14/+16
* ../jogl.logSven Gothel2010-05-101-2/+2
* Add native NEWT window parenting test. Fix some error messagesSven Gothel2010-04-301-1/+1
* JOGLSven Gothel2010-04-281-1/+4
* JOGL Error HandlingSven Gothel2010-04-271-3/+0
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-271-3/+5
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...Sven Gothel2010-04-221-1/+1
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-47/+74
* JOGL GL4 preperation (cont):Sven Gothel2010-04-171-60/+69
* Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385...Sven Gothel2010-04-161-4/+1
* JOGL GL4 preperation:Sven Gothel2010-04-161-154/+148
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-151-17/+19
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-131-12/+10
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-1/+1
* refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+555