summaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Graph: Add comments 'n questions (FIXME?)Sven Gothel2011-05-111-8/+15
* Graph: getWinding(ArrayList<Vertex> vertices) test; minor renamingSven Gothel2011-05-104-6/+10
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-104-26/+49
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-103-3/+17
* Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...Sven Gothel2011-05-093-26/+50
* TypecastRenderer: Avoid -y direction and later y-flipping / FIXME: math must ...Sven Gothel2011-05-081-17/+17
* Graph: whitespace ..Sven Gothel2011-05-081-3/+2
* 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
* JOGL/ShaderCode: Dump proper GLSL source w/ line numbers if GLSLCode debug pr...Sven Gothel2011-05-081-7/+21
* Graph/JOGL: Avoid NPESven Gothel2011-05-082-2/+8
* Graph/Font: use StringBuilderSven Gothel2011-05-085-21/+54
* Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236...Sven Gothel2011-05-081-14/+65
* Graph: OutlineShape fix, cleanupSven Gothel2011-05-081-36/+75
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-0820-487/+479
* Merge remote-tracking branch 'rsantina/graph'Sven Gothel2011-05-073-8/+9
|\
| * Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-033-8/+9
* | Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-065-13/+13
* | Graph: more clone() cleanup.Sven Gothel2011-05-063-4/+4
* | 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-069-255/+492
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-053-9/+28
|/
* Refactor getOutline --> getPaths (actual behaviour)Rami Santina2011-05-023-4/+6
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-0216-110/+197
* Fix GLDebugMessages synchronous setting 39a8ca392d7302831f5689979c4ce89145b73...Sven Gothel2011-04-291-7/+9
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...Sven Gothel2011-04-284-26/+96
* ShaderState Switch Program: Only disable current program if no new one; Bette...Sven Gothel2011-04-283-29/+36
* 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-2616-377/+470
* | ShaderState: 'Update' vertexAttribMap on enableSven Gothel2011-04-254-116/+145
* | graph/glsl: AMD need vertice attrib location 0 ..Sven Gothel2011-04-251-3/+3
* | FPSCounter def to 5*60 frames (each 5s at 60Hz) ; Test: each 1sSven Gothel2011-04-251-1/+1
* | 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-2415-30/+1145
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-236-73/+300
* | GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-236-212/+70
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-2323-630/+937
* | ShaderState: Validated impl./state-handling / Added commentsSven Gothel2011-04-221-221/+453
* | FBObject: Add validation / API cleanupSven Gothel2011-04-221-42/+67
* | GLArrayData API and impl. changesSven Gothel2011-04-228-280/+315
* | NEWT GLWindow: Remove context current check for swapBuffer() callSven Gothel2011-04-221-0/+1
* | GLBufferSizeTracker/GLBufferStateTracker: Remove RedundancySven Gothel2011-04-222-31/+3
* | reflect GLContext changes a5430cf16727fdc7bcfb17ef251018cc479d5f5dSven Gothel2011-04-221-7/+3
* | Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-04-223-31/+77