aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl
Commit message (Expand)AuthorAgeFilesLines
* API doc: Add old glext-20130207.h header for complete extension association. ...Sven Gothel2013-07-171-42/+28
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-163-0/+45
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-153-2/+12
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-1549-858/+1380
* Fix Bug 765: Add glMultiDrawElementsBaseVertex ; Restrict PointerBuffer usage...Sven Gothel2013-07-051-1/+7
* Fix Bug 763 and Bug 764: Proper GL gluegen for glCreateShaderProgramv and GL3...Sven Gothel2013-07-051-4/+18
* GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-1/+1
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ...Sven Gothel2013-06-211-1/+2
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-112-1/+7
* GLX: Put native ByteBuffer to native-order in 'glXGetVisualFromFBConfig' and ...Sven Gothel2013-05-071-9/+5
* Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...Sven Gothel2013-04-142-68/+71
* GLES[12] Impl: Cleanup 'checkBufferObject(..)', remove unused and 'avail' arg...Sven Gothel2013-04-142-86/+32
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-16/+7
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-162-0/+24
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-152-0/+31
* Fix/Complete commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4 - Adding missing...Sven Gothel2012-12-162-3/+12
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-0/+5
* WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-1/+9
* CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-0/+8
* GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-304-60/+66
* EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-1/+9
* ES2Impl fix: Remove code which could imply recursion if !ES2Compatible (altho...Sven Gothel2012-10-122-10/+10
* Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are BufferObjectKi...Sven Gothel2012-09-201-0/+4
* Fix non NIO direct GL semantics: Restrict certain GL function to NIODirectOnl...Sven Gothel2012-09-201-29/+36
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-0/+20
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-198-106/+202
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-064-20/+38
* Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...Sven Gothel2012-06-164-37/+13
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-1/+1
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-092-3/+6
* Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ...Sven Gothel2012-04-021-0/+1
* NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold ret...Sven Gothel2012-03-261-8/+8
* Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically req...Sven Gothel2012-03-222-31/+29
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-0/+6
* Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate...Sven Gothel2012-02-241-1/+1
* MemoryObject: Use proper generics styleSven Gothel2012-02-233-3/+3
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-225-5/+12
* OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.Sven Gothel2012-02-1515-24/+202
* OpenGL 4.2 functional support (GL header sync)Sven Gothel2012-02-142-1/+10
* Reduce GL* interface 'extends' to direct base interface.Sven Gothel2012-02-1310-30/+30
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-1/+1
* Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-091-0/+5
* JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenienceSven Gothel2011-11-081-0/+5
* OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-061-0/+1
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-051-0/+6
* Proper self containing NV Cg locationSven Gothel2011-10-221-0/+1
* Fix Bug 500: gl.getGL4() fails even though the context is GL4Sven Gothel2011-08-231-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-25/+25
* Add missing incl of gluegen's stdint (win32 failed)Sven Gothel2011-08-052-0/+2
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-0518-18/+15