summaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* Adding missing 'gl-if-CustomJavaCode-gl2.java' of commit 09fc7aa5539731bb0fba...Sven Gothel2014-01-221-0/+40
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-2111-195/+627
* Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar...Sven Gothel2014-01-153-31/+41
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-146-5/+14
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-146-14/+5
* Bug 929, Bug 852 - Reflect ES3 Compatibility with ES2 / Add CPU Sourced Data ...Sven Gothel2013-12-221-1/+3
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-1/+1
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-054-26/+75
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-043-0/+62
* Clarify Bug 692: Unbinding a VAO does _not_ imply unbinding of set VBOs (spec...Sven Gothel2013-11-012-2/+2
* Add GLES1Impl 'finalizeInit()' to avoid a 'catched exception roundtrip'Sven Gothel2013-10-301-0/+3
* Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w...Sven Gothel2013-10-245-5/+5
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-102-0/+27
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-1021-13/+168
* Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-062-0/+22
* Add support for clang ; Use __APPLE__ predefined macroSven Gothel2013-09-133-3/+3
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-033-0/+36
* GLES3Impl: Add NOP 'finalizeInit()' method, to avoid GLContentImpl not findin...Sven Gothel2013-08-251-0/+3
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-145-72/+72
* 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
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-2/+3
* 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
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-0/+5
* 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
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-1/+3
* 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