| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3... | Sven Gothel | 2011-06-08 | 2 | -7/+9 |
* | Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ... | Sven Gothel | 2011-06-07 | 1 | -1/+3 |
* | Fix ShaderProgram double destroy() | Sven Gothel | 2011-05-17 | 1 | -2/+4 |
* | Fix: GLSLArrayHandler (data has no location); Fix ShaderState (switch program... | Sven Gothel | 2011-05-17 | 2 | -11/+17 |
* | ShaderProgram: useProgram(..) -> public | Sven Gothel | 2011-05-17 | 1 | -2/+2 |
* | Fix ShaderState useProgram() case: on && program not linked (yet) | Sven Gothel | 2011-05-16 | 1 | -3/+7 |
* | JOGL/ShaderCode: Dump proper GLSL source w/ line numbers if GLSLCode debug pr... | Sven Gothel | 2011-05-08 | 1 | -7/+21 |
* | Graph/JOGL: Avoid NPE | Sven Gothel | 2011-05-08 | 1 | -1/+7 |
* | ShaderState Switch Program: Only disable current program if no new one; Bette... | Sven Gothel | 2011-04-28 | 3 | -29/+36 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 2 | -209/+295 |
* | ShaderState: 'Update' vertexAttribMap on enable | Sven Gothel | 2011-04-25 | 4 | -116/+145 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 1 | -10/+0 |
* | ShaderState: Validated impl./state-handling / Added comments | Sven Gothel | 2011-04-22 | 1 | -221/+453 |
* | GLArrayData API and impl. changes | Sven Gothel | 2011-04-22 | 1 | -20/+32 |
* | reflect GLContext changes a5430cf16727fdc7bcfb17ef251018cc479d5f5d | Sven Gothel | 2011-04-22 | 1 | -7/+3 |
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-04-22 | 1 | -12/+17 |
* | FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta... | Sven Gothel | 2011-04-08 | 1 | -7/+7 |
* | ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before... | Sven Gothel | 2011-04-05 | 1 | -0/+21 |