summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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
* GLStateTracker code review:Michael Bien2011-03-051-23/+25
* Fix MemoryObject: Remove unnecessary and slow hash collision actionSven Gothel2011-03-051-23/+3
* Fix GLStateTracker PixelStore popAttrib(): Only write new state if correspond...Sven Gothel2011-03-051-9/+19
* JOGL OSX: Cleanup imports/overrideSven Gothel2011-03-012-5/+4
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-285-0/+46
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-261-4/+5
* Clean/Fix: Threading CodeSven Gothel2011-02-263-17/+6
* changes due to code cleanup in gluegen.Michael Bien2011-02-262-4/+5
* GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /...Sven Gothel2011-02-262-3/+9
* WindowsExternalWGLContext: Tolerate invalid/released hdc (swt, winxp-32bit)Sven Gothel2011-02-221-26/+21
* JOGL/X11/AWT: No more need for seperate X11 Display instance if availableSven Gothel2011-02-221-6/+5
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-2211-118/+41
* Win,ARB,GL-2.x: Fix pfd to caps conversion: !pbuffer / CleanupSven Gothel2011-02-115-99/+107
* Win,GDI,SWT: Fix pfd to caps conversion. Added thorough debug code.Sven Gothel2011-02-113-11/+30