| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ShaderCode.insertShaderSource(..): Return 'position' if nothing has been ... | Sven Gothel | 2014-04-09 | 1 | -7/+7 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -2/+2 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 2 | -9/+11 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 2 | -14/+47 |
* | ShaderCode: Allow 'srcRoot' to be optional ; RegionRendererImpl01: Allos cust... | Sven Gothel | 2014-03-25 | 1 | -7/+13 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -4/+24 |
* | Fix Bug 872: ES3 and ES3-GLSL Version not properly Handled | Sven Gothel | 2013-10-25 | 1 | -5/+20 |
* | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 1 | -1/+1 |
* | Fix Bug 827 - ShaderProgam helper class reports errors incorrectly | Sven Gothel | 2013-10-19 | 1 | -2/+2 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 4 | -0/+11 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 7 | -285/+285 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -2/+7 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 1 | -2/+2 |
* | GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names... | Sven Gothel | 2013-07-03 | 1 | -1/+1 |
* | JOGL GLSL ShaderProgram/State: Release of an unlinked ShaderProgram shall not... | Sven Gothel | 2013-05-17 | 2 | -2/+4 |
* | Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver... | Sven Gothel | 2013-05-17 | 1 | -4/+24 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 1 | -11/+109 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -2/+8 |
* | ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att... | Sven Gothel | 2013-01-15 | 1 | -44/+59 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 2 | -9/+32 |
* | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op... | Sven Gothel | 2012-12-16 | 1 | -55/+56 |
* | ShaderProgram: Program name is valid if non zero; Add init(GL) return value f... | Sven Gothel | 2012-10-31 | 1 | -14/+23 |
* | FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/... | Sven Gothel | 2012-10-29 | 1 | -0/+1 |
* | ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL... | Sven Gothel | 2012-10-26 | 2 | -4/+35 |
* | FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode... | Sven Gothel | 2012-10-13 | 1 | -4/+8 |
* | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 2 | -9/+60 |
* | 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 |
* | GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to incr... | Sven Gothel | 2012-09-20 | 1 | -19/+28 |
* | ShaderCode: Adding 'replaceInShaderSource a -> b utility function | Sven Gothel | 2012-04-16 | 1 | -1/+55 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 2 | -63/+214 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -3/+2 |
* | ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/a | Sven Gothel | 2012-04-11 | 1 | -6/+2 |
* | ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy. | Sven Gothel | 2012-04-09 | 1 | -356/+246 |
* | ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta... | Sven Gothel | 2012-04-09 | 2 | -42/+42 |
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API... | Sven Gothel | 2012-03-17 | 3 | -75/+322 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 2 | -4/+2 |
* | ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,... | Sven Gothel | 2012-03-10 | 1 | -17/+19 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 1 | -30/+39 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 1 | -29/+9 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 3 | -32/+62 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -2/+1 |
* | ShaderUtils: Use glShaderSource variant w/ NIO only args | Sven Gothel | 2011-10-06 | 1 | -3/+5 |
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -8/+7 |
* | 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 | 2 | -5/+7 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 1 | -35/+68 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 3 | -103/+6 |
* | FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul() | Sven Gothel | 2011-07-31 | 1 | -8/+10 |