aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PES2.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos...Sven Gothel2014-03-021-384/+0
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-011-29/+98
* 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-60/+48
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-35/+22
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-89/+89
* GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai...Sven Gothel2012-10-121-11/+7
* GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is...Sven Gothel2012-10-121-2/+6
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-16/+16
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-111-7/+7
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-251-11/+15
* Fix VBORegion2PES2: Don't exceed MAQX_TEXTURE_SIZESven Gothel2012-02-221-0/+8
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-8/+8
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-2/+2
* Graph: updated inclass documentationsRami Santina2011-06-051-5/+4
* FIX graph FBObject usage - 526ea7a3fb579f88a0c0a1e597387aae29d5aa06Sven Gothel2011-05-171-15/+10
* Graph VBORegion*: Lazy GL alloc of resources at update(GL, ..) not constructorSven Gothel2011-05-081-129/+92
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-19/+15
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-103/+117
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-184/+184
* Merge remote-tracking branch 'rsantina/graph' into graphSven Gothel2011-04-081-0/+4
|\
| * Merge: merged with sgothelRami Santina2011-04-081-158/+164
| |\
| * | Added getBounds impl to region, returning AABBoxRami Santina2011-04-081-0/+5
* | | destroy: clear vertices/triangle arraysSven Gothel2011-04-081-2/+2
| |/ |/|
* | Use GLArrayDataServer to handle shader attributes/data using VBOSven Gothel2011-04-081-157/+164
|/
* Fix: Use new FBObject; Use shaderProgram.program() instead of shaderProgram.id()Sven Gothel2011-04-051-65/+30
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+385