aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libb...Xerxes RĂ„nby2019-12-022-3/+17
* Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40.Sven Gothel2019-11-281-2/+2
* Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430....Sven Gothel2019-11-281-1/+4
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-284-40/+127
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-231-13/+20
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-221-1/+1
* Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa...Sven Gothel2019-11-222-35/+66
* Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...Sven Gothel2019-11-221-1/+6
* Bug 1156: Utilize internal glGetStringi (same as glGetString) - RobostnessSven Gothel2019-11-222-81/+130
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-211-4/+5
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-211-11/+18
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-211-1/+22
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-211-11/+9
* IOS: CGL.updateContextRegister(..) call on main-thread using AppKitSven Gothel2019-11-211-2/+21
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-081-1/+1
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-071-5/+5
* Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...Sven Gothel2019-09-071-2/+2
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-077-67/+129
* Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...Sven Gothel2019-09-071-5/+7
* Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.OverrideSven Gothel2019-08-231-22/+2
* Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0Sven Gothel2019-08-231-3/+4
* Bug 1383: Tighten version/profile qualification: fail if: requested compat pr...Sven Gothel2019-08-231-2/+10
* Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...Sven Gothel2019-08-221-2/+16
* Bug 1383: GLContextImpl.setGLFunctionAvailbility(..): Ensure only one request...Sven Gothel2019-08-221-2/+33
* Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open...Sven Gothel2019-08-225-6/+6
* Bug 1383: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, var...Sven Gothel2019-08-221-119/+151
* Bug 1384: Allow GLRendererQuirks to be overridden by user propertiesSven Gothel2019-08-211-3/+6
* Removed illegal reflective access to sun.java2d.opengl.OGLUtilitiesWade Walker2019-08-191-31/+8
* iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1Sven Gothel2019-06-241-0/+10
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-244-91/+162
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2313-11/+1444
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-2/+3
* Bug 1288: GLBufferStateTracker needs to support ARB_indirect_parametersSven Gothel2019-03-261-3/+11
* Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-262-9/+9
* Bug 1357 Related: GLRendererQuirks NoSetSwapIntervalPostRetarget and NoDouble...Julien Gouesse2019-03-251-5/+9
* Merge pull request #105 from serebit/patch-1Sven Gothel2019-03-251-1/+1
|\
| * Update GLContextImpl.javaCampbell Jones2017-12-261-1/+1
* | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-161-9/+9
* | Change library search order for Broadcom VC IV graphicsgohai2017-02-161-1/+17
|/
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-152-12/+27
* Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-153-1/+21
* Remove deprectated classes and methodsSven Gothel2015-10-151-3/+23
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-071-6/+14
* Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-051-3/+1
* Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)Sven Gothel2015-10-051-5/+14
* Bug 1239: Add support for UYVY422 (swizzled YUYV422)Sven Gothel2015-10-052-3/+28
* Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-051-1/+6
* Bug 1206 - Security: Clear exposed framebuffer after creation and before visi...Sven Gothel2015-10-051-31/+33
* GLContextImpl: clarify surfacelessOK -> isSurfacelessSven Gothel2015-10-052-7/+7
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-18/+1