| Commit message (Expand) | Author | Age | Files | Lines |
* | Animator: Limit wait for condition in finishLifecycleAction() via timeout | Sven Gothel | 2011-11-10 | 1 | -4/+9 |
* | OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,... | Sven Gothel | 2011-11-08 | 1 | -0/+13 |
* | JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenience | Sven Gothel | 2011-11-08 | 1 | -3/+1 |
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub... | Sven Gothel | 2011-10-07 | 1 | -7/+9 |
* | Clarify/Fix GLArrayDataEditable:padding() - no use case yet .. well | Sven Gothel | 2011-10-07 | 2 | -5/+6 |
* | PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c... | Sven Gothel | 2011-10-07 | 1 | -177/+248 |
* | ShaderUtils: Use glShaderSource variant w/ NIO only args | Sven Gothel | 2011-10-06 | 1 | -3/+5 |
* | Workaround Android 3.0 Dalvik Issue 16434 | Sven Gothel | 2011-10-05 | 1 | -32/+46 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 3 | -19/+19 |
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -8/+7 |
* | Minor edits/cleanup: unused var, final | Sven Gothel | 2011-09-07 | 1 | -1/+1 |
* | GLArrayDataWrapper: Allow vboTarget '0' -> no VBO | Sven Gothel | 2011-09-02 | 1 | -1/+1 |
* | 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 | 2 | -6/+29 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 5 | -104/+82 |
* | API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst... | Sven Gothel | 2011-08-22 | 3 | -23/+68 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 3 | -39/+86 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 10 | -379/+210 |
* | Cont. fix 'Allow VBO/Texture Name (int) < 0' | Sven Gothel | 2011-08-01 | 1 | -2/+2 |
* | Cont. fix 'Allow VBO/Texture Name (int) < 0' | Sven Gothel | 2011-08-01 | 3 | -16/+16 |
* | VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl. | Sven Gothel | 2011-08-01 | 3 | -13/+15 |
* | FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul() | Sven Gothel | 2011-07-31 | 1 | -8/+10 |
* | Simplify and fix GL2GL3 usage (save/restore) | Sven Gothel | 2011-06-09 | 1 | -28/+56 |
* | GLBuffers fix ; GL imageSizeInBytes fix / unit tests. | Sven Gothel | 2011-06-09 | 1 | -21/+391 |
* | Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3... | Sven Gothel | 2011-06-08 | 3 | -185/+9 |
* | Locator Util: Clarify API doc a bit | Sven Gothel | 2011-06-08 | 1 | -14/+14 |
* | import cleanup | Sven Gothel | 2011-06-07 | 1 | -1/+0 |
* | Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ... | Sven Gothel | 2011-06-07 | 11 | -274/+362 |
* | Fix ShaderProgram double destroy() | Sven Gothel | 2011-05-17 | 1 | -2/+4 |
* | Fix/Extend FBObject (API Change): plain init(GL), support multiple attachText... | Sven Gothel | 2011-05-17 | 1 | -116/+197 |
* | 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 | 3 | -222/+308 |
* | ShaderState: 'Update' vertexAttribMap on enable | Sven Gothel | 2011-04-25 | 4 | -116/+145 |
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API... | Sven Gothel | 2011-04-23 | 3 | -32/+45 |
* | 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 |
* | FBObject: Add validation / API cleanup | Sven Gothel | 2011-04-22 | 1 | -42/+67 |
* | GLArrayData API and impl. changes | Sven Gothel | 2011-04-22 | 6 | -264/+292 |
* | reflect GLContext changes a5430cf16727fdc7bcfb17ef251018cc479d5f5d | Sven Gothel | 2011-04-22 | 1 | -7/+3 |
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-04-22 | 2 | -28/+76 |
* | Texture: Change method signatures: Pass GL context object if required (remove... | Sven Gothel | 2011-04-22 | 3 | -144/+121 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 8 | -92/+92 |
* | Fix FBObject: Remove double stencil RB generation; Expose data (size, ..) | Sven Gothel | 2011-04-08 | 1 | -13/+13 |
* | FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta... | Sven Gothel | 2011-04-08 | 8 | -154/+372 |
* | ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before... | Sven Gothel | 2011-04-05 | 1 | -0/+21 |