aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl
Commit message (Expand)AuthorAgeFilesLines
* ShaderCode: Adding 'replaceInShaderSource a -> b utility functionSven Gothel2012-04-161-1/+55
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-162-63/+214
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-3/+2
* ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/aSven Gothel2012-04-111-6/+2
* ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy.Sven Gothel2012-04-091-356/+246
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-092-42/+42
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-173-75/+322
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-132-4/+2
* ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-29/+9
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-193-32/+62
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-2/+1
* ShaderUtils: Use glShaderSource variant w/ NIO only argsSven Gothel2011-10-061-3/+5
* Minor edits: generics, test scriptSven Gothel2011-09-141-8/+7
* GLSL ShaderState: verbose = DEBUG ? true : falseSven Gothel2011-09-011-1/+1
* 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-302-5/+7
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-221-35/+68
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-103/+6
* FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul()Sven Gothel2011-07-311-8/+10
* Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3...Sven Gothel2011-06-082-7/+9
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-1/+3
* Fix ShaderProgram double destroy()Sven Gothel2011-05-171-2/+4
* 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