aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+31
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-9/+9
* GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience.Sven Gothel2013-09-031-0/+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-151-23/+19
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-1/+1
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-3/+3
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-311-0/+3
* 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
* Fix imports ..Sven Gothel2010-11-071-5/+13
* Gluegen parts in src/gluegen (clean)Sven Gothel2010-11-071-0/+1089