aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph
Commit message (Expand)AuthorAgeFilesLines
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-3/+8
* Handle curved triangles overlaps.Rami Santina2011-06-203-632/+753
* Added handling for offcurve triangle overlaps.Rami Santina2011-06-142-435/+520
* Graph: Remove unused importsRami Santina2011-06-052-2/+0
* Graph: updated inclass documentationsRami Santina2011-06-053-36/+58
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-057-226/+128
* Fix: transform to Quadratic; Refactor method namesRami Santina2011-06-053-528/+536
* Font and TypecastRender generate array of OutlineShapes instead of Path2DRami Santina2011-06-021-7/+0
* Remove implicit for loops reduces temp objectsRami Santina2011-05-213-4/+6
* Fix: vertex in loop test; using crossing methodRami Santina2011-05-211-11/+10
* Graph: Add comments 'n questions (FIXME?)Sven Gothel2011-05-111-8/+15
* Graph: getWinding(ArrayList<Vertex> vertices) test; minor renamingSven Gothel2011-05-102-3/+6
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-102-3/+21
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-101-0/+13
* Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...Sven Gothel2011-05-091-0/+25
* Graph: whitespace ..Sven Gothel2011-05-081-3/+2
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+1
* Graph/Font: use StringBuilderSven Gothel2011-05-081-2/+12
* Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236...Sven Gothel2011-05-081-14/+65
* Graph: OutlineShape fix, cleanupSven Gothel2011-05-081-36/+75
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-086-400/+385
* Merge remote-tracking branch 'rsantina/graph'Sven Gothel2011-05-072-7/+8
|\
| * Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-032-7/+8
* | Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-061-2/+2
* | Graph: more clone() cleanup.Sven Gothel2011-05-062-2/+2
* | Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-066-222/+480
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-052-8/+27
|/
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-026-50/+38
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-265-36/+36
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-237-169/+418
* Add com.jogamp.graph disclaimerSven Gothel2011-04-081-0/+33
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-0812-1628/+1628
* Merge: merged with sgothelRami Santina2011-04-083-21/+74
|\
| * Use common constants for shader attributes (needs to be completed)Sven Gothel2011-04-082-1/+14
| * Fix: Cached GlyphString handlingSven Gothel2011-04-081-20/+62
* | TextRenderer - createString exposed; Renderer - added scale();Rami Santina2011-04-082-1/+8
* | Fix: AABBox setLow/setHigh call resize; removes possible call errorRami Santina2011-04-081-4/+4
* | Added getBounds impl to region, returning AABBoxRami Santina2011-04-081-0/+3
|/
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-052-0/+10
* Rendered: +enable(GL, bool) ; dumpFontNames..Sven Gothel2011-04-011-0/+4
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-012-6/+17
* Load fonts via File or URL .Sven Gothel2011-04-011-4/+33
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-011-0/+3
* Folded turtle2d into jogl foldersSven Gothel2011-04-0117-0/+2807