aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-67/+68
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-118/+118
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-2/+2
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-4/+11
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+7
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-2/+2
* FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/...Sven Gothel2012-10-291-16/+5
* FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g...Sven Gothel2012-10-231-3/+1
* FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL...Sven Gothel2012-10-221-84/+35
* FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing...Sven Gothel2012-10-201-60/+198
* FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t...Sven Gothel2012-10-191-0/+115
* FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis...Sven Gothel2012-10-181-5/+10
* FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix accord...Sven Gothel2012-10-181-12/+25
* FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(...Sven Gothel2012-10-181-7/+15
* FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code...Sven Gothel2012-10-141-16/+28
* FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as wellSven Gothel2012-10-141-2/+18
* FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode...Sven Gothel2012-10-131-78/+177
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-121-219/+581
* FixedFuncPipeline: Cleanup warnings ..Sven Gothel2012-10-041-7/+7
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-161-8/+8
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-4/+4
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-2/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-33/+32
* Fixed regression of commit 360b86f4b5d0e440863c1749fe990e39fbabc51cSven Gothel2011-08-011-2/+2
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-61/+61
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+554