aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Add OpenGL 3.x compatibility profile GL3bc,Sven Gothel2009-10-184-17/+82
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-177-58/+90
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-171-0/+211
* GLProfile: usesNativeGLES[12] remove check with non impl GL2ES[12] ; Add uses...Sven Gothel2009-10-161-4/+19
* Fix WindowsOffscreenWGLDrawableSven Gothel2009-10-161-2/+3
* Fix Solaris buildSven Gothel2009-10-151-14/+16
* X11 Display Lock completed (hope so)Sven Gothel2009-10-124-48/+90
* NEWT X11 Display Lock:Sven Gothel2009-10-117-89/+137
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-102-13/+42
* EGL more query config trials; Avoid NPE if no config is chosenSven Gothel2009-10-055-18/+48
* Fix On-/Offscreen and PBuffer.Sven Gothel2009-10-0516-43/+115
* Fix: EGL set doublebuffer:=false for offscreenSven Gothel2009-10-051-0/+1
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-0516-361/+262
* Add com.sun.opengl.util.texture.spi.NetPbmTextureWriterSven Gothel2009-10-041-0/+161
* EGL: Use surfaceHandle, not windowHandle (2) for eglSurfaceSven Gothel2009-10-041-2/+2
* EGLContext: Just debug lines ..Sven Gothel2009-10-041-3/+5
* FIX: EGL Config: on-/offscreen and pbuffer; Added EGL-PBuffer setSurfaceHandleSven Gothel2009-10-044-36/+50
* Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.Sven Gothel2009-10-046-0/+12
* Fix EGL SurfaceType query/setup [on-/offscreen, pbuffer] using EGLConfig/GLCa...Sven Gothel2009-10-043-42/+54
* Texture: Relax/Pending creation of texture ID, no context must be currentSven Gothel2009-10-031-17/+25
* Avoid NPE if no context currentSven Gothel2009-10-031-1/+1
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-032-14/+20
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-031-1/+1
* EGL Fix: Use the surface handle for creation, not the window handle; More fix...Sven Gothel2009-10-034-28/+53
* EGL debug fixes ..Sven Gothel2009-10-034-11/+28
* Offscreen/PBuffer capabilities cleanup ; Generic read drawable supportSven Gothel2009-10-0322-121/+284
* NEWT: Offscreen integrationSven Gothel2009-10-021-1/+0
* Pbuffer GLDrawableFactory integration (2)Sven Gothel2009-10-023-6/+60
* Proper PBuffer drawable abstractionSven Gothel2009-10-025-67/+63
* NativeWindowFactory:Sven Gothel2009-10-027-17/+59
* Oops .. fixed compile errorSven Gothel2009-09-251-1/+1
* Fix MacOSX External GLContextSven Gothel2009-09-258-178/+448
* Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ...Sven Gothel2009-09-241-2/+13
* Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here ..Sven Gothel2009-08-063-13/+18
* Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)Sven Gothel2009-08-055-31/+55
* WGL 3.2: No need for 'jogl.GLContext.3_2' - just works.Sven Gothel2009-08-032-35/+22
* Doc: OpenGL 3.1 .. 3.2 profile clarificationSven Gothel2009-08-033-50/+108
* Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -...Sven Gothel2009-08-022-8/+34
* Fix doc bug @arg -> @paramSven Gothel2009-08-027-25/+25
* Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa...Sven Gothel2009-08-021-9/+6
* Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t...Sven Gothel2009-08-021-5/+4
* Fix: updateGLProcAddressTable() call order - child before parent, broke WGLSven Gothel2009-08-014-4/+4
* Cleanup GLSL ShaderUtil/Code; Add dumpCodeSven Gothel2009-08-013-62/+124
* GL3 Related:Sven Gothel2009-08-019-43/+392
* Fix: GL2ES1 mapping to GL2ES12 if availableSven Gothel2009-07-311-3/+3
* Gluegen:Sven Gothel2009-07-317-106/+181
* Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval.sg2158892009-07-308-36/+60
* eglBindAPI optionalsg2158892009-07-291-2/+9
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-2912-58/+62
* Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat...sg2158892009-07-293-23/+169