aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-20/+20
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-2/+2
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-021-7/+10
* Fix Bug 827 - ShaderProgam helper class reports errors incorrectlySven Gothel2013-10-191-2/+2
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-21/+21
* JOGL GLSL ShaderProgram/State: Release of an unlinked ShaderProgram shall not...Sven Gothel2013-05-171-1/+3
* ShaderProgram: Program name is valid if non zero; Add init(GL) return value f...Sven Gothel2012-10-311-14/+23
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-091-4/+12
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-4/+5
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-1/+1
* Fix ShaderProgram double destroy()Sven Gothel2011-05-171-2/+4
* ShaderProgram: useProgram(..) -> publicSven Gothel2011-05-171-2/+2
* ShaderState Switch Program: Only disable current program if no new one; Bette...Sven Gothel2011-04-281-9/+16
* ShaderState: 'Update' vertexAttribMap on enableSven Gothel2011-04-251-81/+112
* ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before...Sven Gothel2011-04-051-0/+21
* Added fast path to equals impl.Sven Gothel2010-11-061-3/+32
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-5/+8
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+212