aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderState.java
Commit message (Expand)AuthorAgeFilesLines
* ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ...Sven Gothel2012-10-041-22/+12
* ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/aSven Gothel2012-04-111-6/+2
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-2/+1
* ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-29/+9
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-8/+25
* GLSL ShaderState: verbose = DEBUG ? true : falseSven Gothel2011-09-011-1/+1
* ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...Sven Gothel2011-08-301-5/+20
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-3/+4
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-221-35/+68
* Fix: GLSLArrayHandler (data has no location); Fix ShaderState (switch program...Sven Gothel2011-05-171-9/+15
* Fix ShaderState useProgram() case: on && program not linked (yet)Sven Gothel2011-05-161-3/+7
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+7
* ShaderState Switch Program: Only disable current program if no new one; Bette...Sven Gothel2011-04-281-19/+19
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-204/+290
* ShaderState: 'Update' vertexAttribMap on enableSven Gothel2011-04-251-6/+13
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-10/+0
* ShaderState: Validated impl./state-handling / Added commentsSven Gothel2011-04-221-221/+453
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Added missing JogAmp copyrightSven Gothel2010-11-061-0/+27
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-31/+28
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+652