| Commit message (Expand) | Author | Age | Files | Lines |
* | opengl/util/glsl/Shader*: Mark classes and fields final, rename dump{Shader->... | Sven Gothel | 2023-03-15 | 1 | -1/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -11/+11 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -7/+8 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 1 | -11/+8 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -64/+65 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -2/+1 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -10/+10 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -116/+116 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -2/+7 |
* | JOGL GLSL ShaderProgram/State: Release of an unlinked ShaderProgram shall not... | Sven Gothel | 2013-05-17 | 1 | -1/+1 |
* | ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att... | Sven Gothel | 2013-01-15 | 1 | -44/+59 |
* | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op... | Sven Gothel | 2012-12-16 | 1 | -55/+56 |
* | ShaderState: Clean-up debug / verbose output. attachShaderProgram(..) still i... | Sven Gothel | 2012-10-12 | 1 | -41/+70 |
* | ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ... | Sven Gothel | 2012-10-04 | 1 | -22/+12 |
* | ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/a | Sven Gothel | 2012-04-11 | 1 | -6/+2 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 1 | -2/+1 |
* | ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,... | Sven Gothel | 2012-03-10 | 1 | -17/+19 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 1 | -29/+9 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 1 | -8/+25 |
* | GLSL ShaderState: verbose = DEBUG ? true : false | Sven Gothel | 2011-09-01 | 1 | -1/+1 |
* | ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ... | Sven Gothel | 2011-08-30 | 1 | -5/+20 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 1 | -3/+4 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 1 | -35/+68 |
* | Fix: GLSLArrayHandler (data has no location); Fix ShaderState (switch program... | Sven Gothel | 2011-05-17 | 1 | -9/+15 |
* | Fix ShaderState useProgram() case: on && program not linked (yet) | Sven Gothel | 2011-05-16 | 1 | -3/+7 |
* | Graph/JOGL: Avoid NPE | Sven Gothel | 2011-05-08 | 1 | -1/+7 |
* | ShaderState Switch Program: Only disable current program if no new one; Bette... | Sven Gothel | 2011-04-28 | 1 | -19/+19 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 1 | -204/+290 |
* | ShaderState: 'Update' vertexAttribMap on enable | Sven Gothel | 2011-04-25 | 1 | -6/+13 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 1 | -10/+0 |
* | ShaderState: Validated impl./state-handling / Added comments | Sven Gothel | 2011-04-22 | 1 | -221/+453 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | Added missing JogAmp copyright | Sven Gothel | 2010-11-06 | 1 | -0/+27 |
* | fixed a bunch of javadoc warnings. | Michael Bien | 2010-03-29 | 1 | -31/+28 |
* | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 1 | -0/+652 |