aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-common.cfg
Commit message (Expand)AuthorAgeFilesLines
* make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL ES 3...Xerxes RĂ„nby2015-10-201-1/+1
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2: Updat...Sven Gothel2015-10-071-1/+1
* Bug 1233 - Add missing range- and pbo-bound checks on glTexture[Sub]Image[123]D*Sven Gothel2015-09-281-13/+52
* Bug 1135: GLBufferObjectTracker for GL 4.5: Separate GL 4.5 DSA and GL_EXT_di...Sven Gothel2015-03-111-19/+8
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-111-29/+37
* Bug 1135: Bump [html] doc to include GL 4.5, ES 3.1 and EGL [ 1.0 .. 1.5 ]Sven Gothel2015-03-111-8/+8
* Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'Pro...Sven Gothel2015-03-091-3/+3
* Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and G...Sven Gothel2015-03-061-47/+135
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-2/+2
* Bug 974 - Add missing [GL4] glMultiDrawArraysIndirect(int mode, int type, lon...Sven Gothel2014-02-131-0/+1
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-11/+68
* Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar...Sven Gothel2014-01-151-1/+2
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-141-1/+1
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-141-1/+1
* Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-061-0/+6
* API doc: Add old glext-20130207.h header for complete extension association. ...Sven Gothel2013-07-171-42/+28
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-54/+119
* 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
* Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...Sven Gothel2013-04-141-0/+1
* 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
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-0/+13
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-091-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-221-31/+28
* OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.Sven Gothel2012-02-151-1/+3
* OpenGL 4.2 functional support (GL header sync)Sven Gothel2012-02-141-1/+5
* GetDebugMessageLogARB/AMD 'messagelog' param is return value, hence can't be ...Sven Gothel2011-04-281-2/+2
* Fixed a few GL method's String parameter (explicit gluegen String declaration)Sven Gothel2011-04-241-1/+22
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-1/+1
* Fix GL profile sets for gluegen code generation according to the updated head...Sven Gothel2010-11-061-0/+2
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-241-9/+64
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-0/+3
* JOGL GL4 preperation:Sven Gothel2010-04-161-2/+6
* removed duplicated imports in config files due to changes in gluegen.Michael Bien2010-04-081-1/+0
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-6/+1
* refactoring due to gluegen changes.Michael Bien2010-03-271-0/+5
* Fix JavaDoc for GL3bcSven Gothel2009-10-181-3/+10
* New iteration of check 'imageSizeInBytes':Sven Gothel2009-10-181-13/+13
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-171-0/+2
* Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)Sven Gothel2009-08-051-49/+52
* Doc: OpenGL 3.1 .. 3.2 profile clarificationSven Gothel2009-08-031-3/+2
* GL: sync glext.hSven Gothel2009-08-021-4/+3
* Fix doc bug @arg -> @paramSven Gothel2009-08-021-1/+1
* Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa...Sven Gothel2009-08-021-3/+10
* Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore t...Sven Gothel2009-08-021-2/+61
* GL3 Related:Sven Gothel2009-08-011-0/+9
* Gluegen:Sven Gothel2009-07-311-8/+24