| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 1 | -10/+11 |
* | Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im... | Sven Gothel | 2014-02-27 | 1 | -9/+14 |
* | Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet... | Sven Gothel | 2014-02-27 | 1 | -47/+36 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 2 | -32/+12 |
* | Bug 801: Graph TextRenderer Cleanup Part-2: Remove Path2D from Glyph/Typecast... | Sven Gothel | 2014-02-27 | 1 | -37/+0 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 4 | -364/+302 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 2 | -199/+332 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 4 | -102/+124 |
|\ |
|
| * | Graph: RendereState: Create own PMVMatrix if passed value is null; Renderer: ... | Sven Gothel | 2014-02-15 | 2 | -3/+11 |
| * | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -1/+1 |
| * | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 5 | -121/+121 |
| * | Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver... | Sven Gothel | 2013-05-17 | 1 | -12/+23 |
| * | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
| * | Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform... | Sven Gothel | 2013-01-19 | 1 | -3/+5 |
| * | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 1 | -3/+3 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 4 | -74/+49 |
|/ |
|
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 3 | -11/+15 |
* | Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo; | Sven Gothel | 2011-10-04 | 1 | -4/+3 |
* | Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shader | Sven Gothel | 2011-10-02 | 1 | -1/+4 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 1 | -3/+8 |
* | Graph: Remove unused imports | Rami Santina | 2011-06-05 | 1 | -1/+0 |
* | Graph: updated inclass documentations | Rami Santina | 2011-06-05 | 2 | -4/+4 |
* | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 2 | -4/+4 |
* | Font and TypecastRender generate array of OutlineShapes instead of Path2D | Rami Santina | 2011-06-02 | 1 | -7/+0 |
* | Remove implicit for loops reduces temp objects | Rami Santina | 2011-05-21 | 1 | -2/+4 |
* | Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236... | Sven Gothel | 2011-05-08 | 1 | -14/+65 |
* | Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio... | Sven Gothel | 2011-05-08 | 4 | -199/+243 |
* | 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 |
* | | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]... | Sven Gothel | 2011-05-05 | 1 | -2/+2 |
|/ |
|
* | Added nonuniform weight impl; misc enhancements/cleanups | Rami Santina | 2011-05-02 | 4 | -31/+35 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 4 | -35/+35 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 4 | -114/+361 |
* | Merge: merged with sgothel | Rami Santina | 2011-04-08 | 2 | -21/+63 |
|\ |
|
| * | Use common constants for shader attributes (needs to be completed) | Sven Gothel | 2011-04-08 | 1 | -1/+2 |
| * | Fix: Cached GlyphString handling | Sven Gothel | 2011-04-08 | 1 | -20/+62 |
* | | TextRenderer - createString exposed; Renderer - added scale(); | Rami Santina | 2011-04-08 | 2 | -1/+8 |
|/ |
|
* | Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp... | Sven Gothel | 2011-04-05 | 2 | -0/+10 |
* | Rendered: +enable(GL, bool) ; dumpFontNames.. | Sven Gothel | 2011-04-01 | 1 | -0/+4 |
* | Font Names: Expose name indices allowing user to pick all names .. | Sven Gothel | 2011-04-01 | 1 | -4/+4 |
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 3 | -0/+383 |