aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderState.java
Commit message (Expand)AuthorAgeFilesLines
* 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