aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl
Commit message (Expand)AuthorAgeFilesLines
* Fix: GLSLArrayHandler (data has no location); Fix ShaderState (switch program...Sven Gothel2011-05-172-11/+17
* ShaderProgram: useProgram(..) -> publicSven Gothel2011-05-171-2/+2
* Fix ShaderState useProgram() case: on && program not linked (yet)Sven Gothel2011-05-161-3/+7
* JOGL/ShaderCode: Dump proper GLSL source w/ line numbers if GLSLCode debug pr...Sven Gothel2011-05-081-7/+21
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+7
* ShaderState Switch Program: Only disable current program if no new one; Bette...Sven Gothel2011-04-283-29/+36
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-262-209/+295
* ShaderState: 'Update' vertexAttribMap on enableSven Gothel2011-04-254-116/+145
* 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
* GLArrayData API and impl. changesSven Gothel2011-04-221-20/+32
* reflect GLContext changes a5430cf16727fdc7bcfb17ef251018cc479d5f5dSven Gothel2011-04-221-7/+3
* Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-04-221-12/+17
* FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-081-7/+7
* ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before...Sven Gothel2011-04-051-0/+21
* ShaderCode: Remove redundant code (Use proper Locator variant)Sven Gothel2011-03-301-14/+5
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-093-3/+3
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0820-1207/+0
* Added missing JogAmp copyrightSven Gothel2010-11-063-3/+82
* Added fast path to equals impl.Sven Gothel2010-11-061-3/+32
* Fix file modesSven Gothel2010-07-077-0/+0
* Review of using isGL2() and GL2.GL*Sven Gothel2010-04-221-1/+1
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-1/+1
* modifications due to class movement in gluegen.Michael Bien2010-03-313-3/+3
* fixed a bunch of javadoc warnings.Michael Bien2010-03-294-50/+51
* renamed BufferUtil to GLBuffers.Michael Bien2010-03-291-6/+6
* com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-293-19/+20
* changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-291-9/+9
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2728-0/+3281