aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve/opengl/RenderState.java
Commit message (Expand)AuthorAgeFilesLines
* Graph: RendereState: Create own PMVMatrix if passed value is null; Renderer: ...Sven Gothel2014-02-151-3/+3
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-16/+16
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-121-3/+3
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-3/+8
* Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236...Sven Gothel2011-05-081-14/+65
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-021-2/+2
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-8/+7
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-0/+56