aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/gluegen/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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-174-0/+41
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-178-125/+125
* 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-193-16/+16
* 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-076-28/+81
* Fix NativeSignatureJavaMethodBindingEmitter usage; Fix importsSven Gothel2010-11-071-11/+9
* Gluegen parts in src/gluegen (clean)Sven Gothel2010-11-078-0/+3295