aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-2910-25/+642
* GLContext.makeCurrent(): Clean API docSven Gothel2012-09-291-13/+17
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-295-7/+10
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-286-38/+64
* X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d...Sven Gothel2012-09-282-39/+35
* Texture: Clarifiy API doc of getTextureObject(GL)Sven Gothel2012-09-281-1/+6
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-285-16/+22
* NEWT X11 ScreenMode: Ignore invalid rotation eventSven Gothel2012-09-283-56/+53
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-284-49/+98
* FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....Sven Gothel2012-09-274-46/+74
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2738-623/+701
* Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreadsSven Gothel2012-09-213-25/+47
* FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm...Sven Gothel2012-09-211-27/+26
* MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...Sven Gothel2012-09-213-7/+9
* MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ...Sven Gothel2012-09-212-12/+23
* NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto...Sven Gothel2012-09-202-8/+15
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-2020-278/+625
* FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM...Sven Gothel2012-09-203-5/+24
* OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB...Sven Gothel2012-09-203-73/+106
* GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testingSven Gothel2012-09-201-17/+48
* FBObject cleanup / review: strings, simplified re-attachment, removed redunda...Sven Gothel2012-09-201-169/+262
* GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to incr...Sven Gothel2012-09-202-20/+31
* 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
|/