aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make GLBufferStateTracker more robust: Catch GLError on Get(), causes INVALID...Sven Gothel2012-09-201-6/+8
* Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are BufferObjectKi...Sven Gothel2012-09-201-0/+4
* Fix non NIO direct GL semantics: Restrict certain GL function to NIODirectOnl...Sven Gothel2012-09-201-29/+36
* unit test, typo in docSven Gothel2012-09-181-2/+1
* Documenting Bug 586Sven Gothel2012-09-171-0/+172
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-175-10/+35
* Anotate focus tests in regards to OSX stability .. sporadically won't gain fo...Sven Gothel2012-09-173-8/+8
* Analyze crash of shared context each running in multiple threads, disabled te...Sven Gothel2012-09-173-175/+113
* Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ...Sven Gothel2012-09-162-2/+22
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-1614-45/+223
* Adding test case for Bug 611: On Windows XP is a performance issue, after JOG...Sven Gothel2012-09-162-5/+87
* OSX: Disable TestSWTAccessor03AWTGLn - NSLocking issues w/ SWT/AWT ..Sven Gothel2012-09-162-61/+74
* Added very basic unit test of 1 GLProfile initializationSven Gothel2012-09-161-0/+51
* OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...Sven Gothel2012-09-169-29/+152
* Disable double-buffer mode when offscreen-bitmap is chosen, remove dbl-buff b...Sven Gothel2012-09-164-28/+5
* Merge remote-tracking branch 'xranby/jnlp-arch-armv6'Sven Gothel2012-09-164-10/+20
|\
| * JNLP: Cache jogl-all-natives and jogl-cg-natives for linux-armv6 and linux-ar...Xerxes Rånby2012-08-224-10/+20
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-15153-3716/+8430
* | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-0812-236/+442
* | NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-075-27/+131
* | NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)Sven Gothel2012-09-077-92/+477
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-0721-429/+243
* | Windows scripts: bump to 1.6.0_35Sven Gothel2012-09-077-16/+16
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-0723-469/+881
* | Android: Bump version.code: 914011Sven Gothel2012-08-231-1/+1
* | Fix Android Power-suspend and Power-resumeSven Gothel2012-08-232-9/+14
* | Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative...Sven Gothel2012-08-231-9/+27
* | GLContext: Remove integer-key based attach/detach object - use String based (...Sven Gothel2012-08-231-27/+5
|/
* Fix/Workaround: For BCM_VC_IV EGL (alpha) configurationSven Gothel2012-08-211-1/+8
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-218-53/+173
* crossref userguide/deploymentSven Gothel2012-08-212-5/+9
* Update TODO ; Update JOGL-DEPLOYMENT.html w/ new jar names and added appletsSven Gothel2012-08-212-34/+103
* NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...Sven Gothel2012-08-194-6/+10
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_TSven Gothel2012-08-181-2/+0
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-1810-70/+76
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-1851-434/+413
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-1812-97/+57
* Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...Sven Gothel2012-08-184-40/+37
* Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...Sven Gothel2012-08-171-1/+1
* GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...Sven Gothel2012-08-176-190/+186
* Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...Sven Gothel2012-08-174-5/+11
* Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...Sven Gothel2012-08-173-6/+14
* Robustness: FBObject or reset(..)Sven Gothel2012-08-171-37/+69
* Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr...Sven Gothel2012-08-173-4/+39
* Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...Sven Gothel2012-08-163-12/+34
* EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle.Sven Gothel2012-08-161-5/+12
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-165-66/+127
* Include NEWT driver BCM_VC_IV to 'all' JAR (completes 0ca481381b51b4082ac2b3b...Sven Gothel2012-08-161-5/+23
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-1611-12/+934