aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/gluegen
Commit message (Expand)AuthorAgeFilesLines
* Bug 1153 - GLEmitter: Only dump extra comment if w/o enum-name or w/o extensionSven Gothel2015-04-011-7/+8
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-112-9/+7
* Bug 1144: Adapt to GlueGen commit 405512e1c8a2e24834b0d057f0b020b4a0f4c25bSven Gothel2015-03-115-21/+42
* Bug 1134 - Use ASTLocationTag in LoggingSven Gothel2015-03-082-6/+6
* Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5Sven Gothel2015-03-064-198/+341
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-051-4/+2
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-149/+115
* Findbugs: Use inner static class where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Misc issues (Use private accessors of static fields; Use boolean op...Sven Gothel2014-07-081-23/+23
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-2/+4
* Findbugs.static_final_immutable: Use final qualifier for static immutable ins...Sven Gothel2014-07-081-6/+6
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0310-317/+317
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-2/+17
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-1/+1
* Bug 876: BuildComposablePipeline: getGL*() shall not return downstream.getGL*...Sven Gothel2013-10-291-13/+20
* jogl: indent trace statements in the Trace pipelines when we hit glBeginHarvey Harrison2013-10-231-0/+3
* jogl: add final to Debug wrapper error code and fix indentationHarvey Harrison2013-10-231-4/+6
* jogl: pass format and arguments directly to the printGLError functionHarvey Harrison2013-10-221-7/+11
* jogl: save on class size in the Debug pipelinesHarvey Harrison2013-10-221-11/+22
* jogl: do not generate an extra String for the Debug pipeline wrappersHarvey Harrison2013-10-221-4/+4
* jogl: change code generation for Debug pipelines to avoid building large stringsHarvey Harrison2013-10-221-15/+11
* jogl: use .format() to build the method signature when generating pipeline codeHarvey Harrison2013-10-211-8/+4
* jogl: adapt code generator to output @Override annotations in various placesHarvey Harrison2013-10-211-1/+2
* jogl: add missing @Override annotationsHarvey Harrison2013-10-175-0/+42
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1710-140/+140
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-102-6/+27
* Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...Sven Gothel2013-10-062-2/+6
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-031-0/+2
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-141-2/+2
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-161-0/+12
* Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom...Sven Gothel2013-07-161-34/+82
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-151-13/+36
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-154-55/+135
* GLEmitter: Better use of priviledged block in generated GL*ProcAddressTable's...Sven Gothel2013-06-231-24/+20
* GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...Sven Gothel2013-06-211-8/+23
* GL ProcAddressTable: Align w/ GlueGen commit f69831574d4927d03d40c330d0b047d8...Sven Gothel2013-06-211-17/+41
* jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-094-0/+0
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-1/+1
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-195-19/+20
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-3/+3
* Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl...Sven Gothel2012-03-222-7/+12
* GLGLuegen: Enhance debug/analysis code and API commentsSven Gothel2012-02-154-41/+94
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-311-0/+3
* Use GlueGen Platform's OSType enumSven Gothel2011-07-214-0/+4
* JOGL/GLDebug/GLTrace: Gluegen/BuildComposablePipeline: print arguments in deb...Sven Gothel2011-05-171-6/+10
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Reformated license tag; Added Khronos licenseSven Gothel2010-11-081-29/+27
* Fix imports ..Sven Gothel2010-11-077-32/+82
* Fix NativeSignatureJavaMethodBindingEmitter usage; Fix importsSven Gothel2010-11-071-11/+9