| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | JoglVersion: Add info whether shader-compiler exists or not | Sven Gothel | 2011-07-31 | 1 | -0/+2 |
* | JOGL: Add GLBase::isGLES2Compatible() | Sven Gothel | 2011-07-31 | 1 | -0/+3 |
* | Use GlueGen Platform's OSType enum | Sven Gothel | 2011-07-21 | 4 | -0/+4 |
* | Handle curved triangles overlaps. | Rami Santina | 2011-06-20 | 3 | -632/+753 |
* | Added handling for offcurve triangle overlaps. | Rami Santina | 2011-06-14 | 2 | -435/+520 |
* | Merge remote-tracking branch 'remotes/rsantina/master' | Sven Gothel | 2011-06-11 | 4 | -38/+58 |
|\ |
|
| * | Graph: Remove unused imports | Rami Santina | 2011-06-05 | 2 | -2/+0 |
| * | Graph: updated inclass documentations | Rami Santina | 2011-06-05 | 3 | -36/+58 |
* | | 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 |
* | | Merge remote-tracking branch 'rsantina/master' | Sven Gothel | 2011-06-08 | 8 | -756/+659 |
|\| |
|
| * | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 7 | -226/+128 |
| * | Fix: transform to Quadratic; Refactor method names | Rami Santina | 2011-06-05 | 3 | -528/+536 |
| * | Font and TypecastRender generate array of OutlineShapes instead of Path2D | Rami Santina | 2011-06-02 | 1 | -7/+0 |
* | | 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 |
|/ |
|
* | Remove implicit for loops reduces temp objects | Rami Santina | 2011-05-21 | 3 | -4/+6 |
* | Fix: vertex in loop test; using crossing method | Rami Santina | 2011-05-21 | 1 | -11/+10 |
* | 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 |
* | JOGL/GLDebug/GLTrace: Gluegen/BuildComposablePipeline: print arguments in deb... | Sven Gothel | 2011-05-17 | 1 | -6/+10 |
* | 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 |
* | Graph: Add comments 'n questions (FIXME?) | Sven Gothel | 2011-05-11 | 1 | -8/+15 |
* | Graph: getWinding(ArrayList<Vertex> vertices) test; minor renaming | Sven Gothel | 2011-05-10 | 2 | -3/+6 |
* | Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader... | Sven Gothel | 2011-05-10 | 2 | -3/+21 |
* | Fix: glyph outline orientation with the removal of inversion | Rami Santina | 2011-05-10 | 1 | -0/+13 |
* | Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj... | Sven Gothel | 2011-05-09 | 1 | -0/+25 |
* | Graph: whitespace .. | Sven Gothel | 2011-05-08 | 1 | -3/+2 |
* | 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 | 2 | -2/+8 |
* | Graph/Font: use StringBuilder | Sven Gothel | 2011-05-08 | 1 | -2/+12 |
* | Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236... | Sven Gothel | 2011-05-08 | 1 | -14/+65 |
* | Graph: OutlineShape fix, cleanup | Sven Gothel | 2011-05-08 | 1 | -36/+75 |
* | Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio... | Sven Gothel | 2011-05-08 | 6 | -400/+385 |
* | Merge remote-tracking branch 'rsantina/graph' | Sven Gothel | 2011-05-07 | 2 | -7/+8 |
|\ |
|
| * | Cleanup nonuniform impl(method params and comments) | Rami Santina | 2011-05-03 | 2 | -7/+8 |
* | | Graph / Text: Use CharSequence as char/string interface to text rendering | Sven Gothel | 2011-05-06 | 1 | -2/+2 |
* | | Graph: more clone() cleanup. | Sven Gothel | 2011-05-06 | 2 | -2/+2 |
* | | Graph: More std. functionality (equals, clone) / Better in-place transformati... | Sven Gothel | 2011-05-06 | 6 | -222/+480 |
* | | Merging OutlineShape.VerticesState enum type (John Pritchard <jdp@syntelos.or... | Sven Gothel | 2011-05-05 | 2 | -8/+27 |
|/ |
|
* | Added nonuniform weight impl; misc enhancements/cleanups | Rami Santina | 2011-05-02 | 6 | -50/+38 |
* | 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 | 8 | -258/+344 |