aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/RegionRendererImpl01.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-106/+0
* Bug 801: Graph OpenGL ES2 and ES3 CompatibilitySven Gothel2014-03-251-1/+1
* ShaderCode: Allow 'srcRoot' to be optional ; RegionRendererImpl01: Allos cust...Sven Gothel2014-03-251-5/+18
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-1/+1
* Bug 801: Refine 'blend' usage and modes (API-doc and demo-code)Sven Gothel2014-03-051-2/+2
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-12/+5
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-22/+29
|\
| * Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-2/+3
| * jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-12/+12
| * Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-13/+16
| * jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-091-0/+0
| * ShaderProgram: Program name is valid if non zero; Add init(GL) return value f...Sven Gothel2012-10-311-1/+3
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-1/+1
|/
* Java Source Files: dos -> unix formatSven Gothel2012-05-151-93/+93
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-161-4/+4
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-251-1/+1
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-1/+1
* Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;Sven Gothel2011-10-041-8/+3
* Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shaderSven Gothel2011-10-021-1/+5
* Graph: updated inclass documentationsRami Santina2011-06-051-1/+1
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-081-45/+15
* Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-031-1/+1
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-021-7/+16
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-3/+3
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-111/+18
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-28/+28
* Use common constants for shader attributes (needs to be completed)Sven Gothel2011-04-081-2/+2
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-051-5/+7
* Fix: p1y region set to 0.5, cleaned shaderRami Santina2011-04-021-1/+1
* Fragment Shader enhancement + clean-up;Rami Santina2011-04-021-1/+1
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+206