summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/TextRendererImpl01.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-108/+0
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-18/+31
|\
| * Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-2/+3
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-13/+13
| * Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...Sven Gothel2013-05-171-5/+15
| * 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
|/
* 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-2/+1
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-1/+1
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-081-6/+6
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-021-5/+1
* 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/+19
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-105/+105
* 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-3/+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
* Rendered: +enable(GL, bool) ; dumpFontNames..Sven Gothel2011-04-011-1/+1
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+188