aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java
Commit message (Expand)AuthorAgeFilesLines
* Fix ShaderCode.es3_default_precision_fp: ES 3.x requires same precision for u...Sven Gothel2014-07-291-2/+6
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-45/+45
* Fix ShaderCode.insertShaderSource(..): Return 'position' if nothing has been ...Sven Gothel2014-04-091-7/+7
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-4/+37
* ShaderCode: Allow 'srcRoot' to be optional ; RegionRendererImpl01: Allos cust...Sven Gothel2014-03-251-7/+13
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-4/+24
* Fix Bug 872: ES3 and ES3-GLSL Version not properly HandledSven Gothel2013-10-251-5/+20
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-104/+104
* Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-4/+24
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-11/+109
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-121-9/+24
* FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/...Sven Gothel2012-10-291-0/+1
* ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL...Sven Gothel2012-10-261-0/+29
* 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-161-59/+194
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-171-73/+313
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-2/+1
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-20/+32
* Minor edits: generics, test scriptSven Gothel2011-09-141-8/+7
* Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3...Sven Gothel2011-06-081-5/+5
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-1/+3
* JOGL/ShaderCode: Dump proper GLSL source w/ line numbers if GLSLCode debug pr...Sven Gothel2011-05-081-7/+21
* ShaderState Switch Program: Only disable current program if no new one; Bette...Sven Gothel2011-04-281-1/+1
* ShaderState: 'Update' vertexAttribMap on enableSven Gothel2011-04-251-17/+9
* Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-04-221-12/+17
* 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-091-1/+1
* Added missing JogAmp copyrightSven Gothel2010-11-061-1/+28
* modifications due to class movement in gluegen.Michael Bien2010-03-311-1/+1
* com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-291-2/+3
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+347