aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java
Commit message (Expand)AuthorAgeFilesLines
* GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegionSven Gothel2014-06-091-6/+3
* Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ;Sven Gothel2014-04-091-13/+32
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-17/+77
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-021-10/+15
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-47/+95
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-1/+2
* Graph: Fix NPE in case of double destroy call ..Sven Gothel2014-03-171-6/+15
* Bug 801: Add Frustum support to Region; Misc ..Sven Gothel2014-03-141-1/+7
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-011-1/+1
* Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im...Sven Gothel2014-02-271-8/+5
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-57/+44
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-28/+9
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-19/+30
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-17/+17
* GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai...Sven Gothel2012-10-121-6/+4
* GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is...Sven Gothel2012-10-121-2/+4
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-111-4/+4
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-251-1/+1
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-4/+4
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-1/+1
* Graph: Remove unused importsRami Santina2011-06-051-1/+0
* Graph: updated inclass documentationsRami Santina2011-06-051-28/+23
* Graph VBORegion*: Lazy GL alloc of resources at update(GL, ..) not constructorSven Gothel2011-05-081-104/+49
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-5/+8
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-41/+54
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-126/+126
* Merge: merged with sgothelRami Santina2011-04-081-58/+64
|\
| * Use GLArrayDataServer to handle shader attributes/data using VBOSven Gothel2011-04-081-58/+63
* | Added getBounds impl to region, returning AABBoxRami Santina2011-04-081-2/+16
|/
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+185