aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-12/+23
* jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-092-0/+0
* Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform...Sven Gothel2013-01-191-3/+5
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-112-3/+3
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-121-3/+3
* Java Source Files: dos -> unix formatSven Gothel2012-05-151-629/+629
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-253-11/+15
* Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;Sven Gothel2011-10-041-4/+3
* Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shaderSven Gothel2011-10-021-1/+4
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-3/+8
* Handle curved triangles overlaps.Rami Santina2011-06-201-586/+629
* Added handling for offcurve triangle overlaps.Rami Santina2011-06-141-435/+490
* Graph: Remove unused importsRami Santina2011-06-051-1/+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-052-525/+533
* 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-101-2/+2
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-101-1/+1
* 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: 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: more clone() cleanup.Sven Gothel2011-05-061-1/+1
* | Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-061-65/+218
* | 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-236-146/+390
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-084-468/+468
* 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
* | 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-011-4/+4
* Folded turtle2d into jogl foldersSven Gothel2011-04-017-0/+1096