aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Graph: getWinding(ArrayList<Vertex> vertices) test; minor renamingSven Gothel2011-05-102-3/+4
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-102-23/+28
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-102-3/+4
* Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...Sven Gothel2011-05-092-26/+25
* TypecastRenderer: Avoid -y direction and later y-flipping / FIXME: math must ...Sven Gothel2011-05-081-17/+17
* Graph/GLyph*: Add static factory method for non Renderer creation,Sven Gothel2011-05-082-34/+83
* Graph VBORegion*: Lazy GL alloc of resources at update(GL, ..) not constructorSven Gothel2011-05-082-233/+141
* Graph/Font: use StringBuilderSven Gothel2011-05-084-19/+42
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-0815-134/+141
* Merge remote-tracking branch 'rsantina/graph'Sven Gothel2011-05-071-1/+1
|\
| * Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-031-1/+1
* | Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-064-11/+11
* | Graph: more clone() cleanup.Sven Gothel2011-05-061-2/+2
* | GlyphShape: Use switch block for PathIterator - adding default (exception)Sven Gothel2011-05-063-96/+109
* | Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-063-33/+12
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-051-1/+1
|/
* Refactor getOutline --> getPaths (actual behaviour)Rami Santina2011-05-023-4/+6
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-0210-60/+159
* Fix GLDebugMessages synchronous setting 39a8ca392d7302831f5689979c4ce89145b73...Sven Gothel2011-04-291-7/+9
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...Sven Gothel2011-04-282-19/+56
* Utilize general validation of fbcfg (further validation w/ query), refines f5...Sven Gothel2011-04-283-4/+8
* Merged pull request #35 from WadeWalker/2011-04-12-fix-bug-493.Sven Gothel2011-04-271-1/+15
|\
| * Fix problem with external context on CentOS 5.5 inside VMWareWade Walker2011-04-121-1/+15
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-267-118/+125
* | graph/glsl: AMD need vertice attrib location 0 ..Sven Gothel2011-04-251-3/+3
* | GLContextImpl.createContextARB(..): Use impl. GLProfile to determine requeste...Sven Gothel2011-04-251-6/+7
* | jogl.debug.DebugGL enables new DebugMessage/Output featureSven Gothel2011-04-242-5/+12
* | Graph: Fix AMD shader complain (version) ; No Attributes in fragment program ...Sven Gothel2011-04-243-5/+12
* | GLDrawableHelper: listener's locking cleaned ; Fix generics (warnings) ..Sven Gothel2011-04-241-43/+14
* | Misc cleanup, strings etcSven Gothel2011-04-241-1/+1
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-246-19/+452
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-0/+137
* | GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-236-212/+70
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-2315-451/+519
* | GLArrayData API and impl. changesSven Gothel2011-04-221-14/+14
* | NEWT GLWindow: Remove context current check for swapBuffer() callSven Gothel2011-04-221-0/+1
* | GLBufferSizeTracker/GLBufferStateTracker: Remove RedundancySven Gothel2011-04-222-31/+3
* | Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-04-221-3/+1
* | Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-0861-1813/+1813
* | Merge remote-tracking branch 'rsantina/graph' into graphSven Gothel2011-04-083-5/+29
|\ \
| * \ Merge: merged with sgothelRami Santina2011-04-085-228/+240
| |\ \
| * | | TextRenderer - createString exposed; Renderer - added scale();Rami Santina2011-04-081-0/+5
| * | | Added getBounds impl to region, returning AABBoxRami Santina2011-04-082-2/+21
| | |/ | |/|
* | | destroy: clear vertices/triangle arraysSven Gothel2011-04-081-2/+2
| |/ |/|
* | Use GLArrayDataServer to handle shader attributes/data using VBOSven Gothel2011-04-082-215/+227
* | Use common constants for shader attributes (needs to be completed)Sven Gothel2011-04-082-4/+4
* | FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-081-8/+8
|/
* Fix: DEBUG field (regression)Sven Gothel2011-04-051-0/+2
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-052-8/+14
* Fix: Use new FBObject; Use shaderProgram.program() instead of shaderProgram.id()Sven Gothel2011-04-051-65/+30