| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph: RegionRenderer: Offer borrowing current viewport w/o copy | Sven Gothel | 2023-02-15 | 1 | -0/+4 |
* | Graph RegionRenderer: Expose int[4] viewport for convenience | Sven Gothel | 2023-02-14 | 1 | -11/+18 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -5/+5 |
* | Graph/Math: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 1 | -0/+9 |
* | Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample count | Sven Gothel | 2014-07-09 | 1 | -16/+27 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -8/+8 |
* | Graph RegionRenderer: Fix GL3 and ES3 GLSL issues | Sven Gothel | 2014-06-11 | 1 | -17/+32 |
* | Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA... | Sven Gothel | 2014-06-11 | 1 | -0/+2 |
* | Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture... | Sven Gothel | 2014-05-20 | 1 | -3/+1 |
* | Bug 801: Fix RegionRenderer's TextureSequence shader program selection (recog... | Sven Gothel | 2014-05-19 | 1 | -1/+10 |
* | Bug 801: Introd. RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED hinting to dea... | Sven Gothel | 2014-04-10 | 1 | -4/+13 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 1 | -16/+67 |
* | Bug 801: Fix regressions from 9c71f276d1fcc87b69b413847fd1da34b30d0932 (UISha... | Sven Gothel | 2014-04-04 | 1 | -0/+1 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -17/+12 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -29/+12 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -121/+219 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 1 | -7/+9 |
* | Bug 801: Revisit UIShape/SceneController (Ray-Picking, Full Object/Model driv... | Sven Gothel | 2014-03-16 | 1 | -21/+0 |
* | Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu... | Sven Gothel | 2014-03-15 | 1 | -2/+2 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 1 | -5/+13 |
* | Bug 801: Refine 'blend' usage and modes (API-doc and demo-code) | Sven Gothel | 2014-03-05 | 1 | -5/+79 |
* | Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos... | Sven Gothel | 2014-03-02 | 1 | -1/+8 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 1 | -1/+0 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 1 | -24/+260 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -11/+11 |
|\ |
|
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -12/+12 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 1 | -4/+3 |
|/ |
|
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 1 | -5/+6 |
* | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 1 | -1/+1 |
* | Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio... | Sven Gothel | 2011-05-08 | 1 | -103/+23 |
* | Merge remote-tracking branch 'rsantina/graph' | Sven Gothel | 2011-05-07 | 1 | -6/+6 |
|\ |
|
| * | Cleanup nonuniform impl(method params and comments) | Rami Santina | 2011-05-03 | 1 | -6/+6 |
* | | Merging OutlineShape.VerticesState enum type (John Pritchard <jdp@syntelos.or... | Sven Gothel | 2011-05-05 | 1 | -2/+2 |
|/ |
|
* | Added nonuniform weight impl; misc enhancements/cleanups | Rami Santina | 2011-05-02 | 1 | -6/+23 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 1 | -1/+1 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 1 | -21/+49 |
* | Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp... | Sven Gothel | 2011-04-05 | 1 | -0/+5 |
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 1 | -0/+113 |