aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...Sven Gothel2011-04-051-3/+9
* Fix: p1y region set to 0.5, cleaned shaderRami Santina2011-04-023-9/+6
* Jogl build: Rebuild jar files if shaders were updatedSven Gothel2011-04-021-1/+2
* Fix: removing fragments with w=0 is producing dimples with msaaRami Santina2011-04-021-1/+1
* Fragment Shader enhancement + clean-up;Rami Santina2011-04-023-22/+20
* Rendered: +enable(GL, bool) ; dumpFontNames..Sven Gothel2011-04-011-1/+1
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-013-31/+11
* Load fonts via File or URL .Sven Gothel2011-04-014-25/+64
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-014-3/+58
* Remove HashCode util and its usageSven Gothel2011-04-012-206/+3
* integrated typecast into jogamp. treeSven Gothel2011-04-01111-16/+16072
* Folded turtle2d into jogl foldersSven Gothel2011-04-0143-0/+5834
* Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie...Sven Gothel2011-03-215-57/+169
* Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-204-7/+5
* Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:Sven Gothel2011-03-204-19/+32
* - LinkedList -> ArrayList (using tail) for O(1) operationSven Gothel2011-03-191-19/+23