aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-5/+5
* Graph/Math: Fix minor apidoc issuesSven Gothel2014-10-091-0/+9
* Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample countSven Gothel2014-07-091-16/+27
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-8/+8
* Graph RegionRenderer: Fix GL3 and ES3 GLSL issuesSven Gothel2014-06-111-17/+32
* Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA...Sven Gothel2014-06-111-0/+2
* Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...Sven Gothel2014-05-201-3/+1
* Bug 801: Fix RegionRenderer's TextureSequence shader program selection (recog...Sven Gothel2014-05-191-1/+10
* Bug 801: Introd. RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED hinting to dea...Sven Gothel2014-04-101-4/+13
* Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ;Sven Gothel2014-04-091-16/+67
* Bug 801: Fix regressions from 9c71f276d1fcc87b69b413847fd1da34b30d0932 (UISha...Sven Gothel2014-04-041-0/+1
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-17/+12
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-021-29/+12
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-121/+219
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-7/+9
* Bug 801: Revisit UIShape/SceneController (Ray-Picking, Full Object/Model driv...Sven Gothel2014-03-161-21/+0
* Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu...Sven Gothel2014-03-151-2/+2
* Bug 801: Add Frustum support to Region; Misc ..Sven Gothel2014-03-141-5/+13
* Bug 801: Refine 'blend' usage and modes (API-doc and demo-code)Sven Gothel2014-03-051-5/+79
* Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos...Sven Gothel2014-03-021-1/+8
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-011-1/+0
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-24/+260
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-11/+11
|\
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-12/+12
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-4/+3
|/
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-251-5/+6
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-051-1/+1
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-081-103/+23
* Merge remote-tracking branch 'rsantina/graph'Sven Gothel2011-05-071-6/+6
|\
| * Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-031-6/+6
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-051-2/+2
|/
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-021-6/+23
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-1/+1
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-21/+49
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-051-0/+5
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+113