summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2016-10-05egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2-0/+146
2016-10-05egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman4-12/+257
2016-10-04egl: Drop duplicate check on EGLSync typeChad Versace1-6/+0
2016-10-04egl: Cleanup control flow in _eglParseSyncAttribListChad Versace1-6/+8
2016-10-04egl: Add _eglConvertIntsToAttribs()Chad Versace2-0/+43
2016-10-04egl: Fix an error path in eglCreateSync*Chad Versace1-2/+12
2016-10-04egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace1-3/+4
2016-10-04egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace1-1/+1
2016-10-04egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-10-03egl: stop claiming support for pbuffer + msaaTapani Pälli1-0/+9
2016-09-21egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng1-2/+9
2016-09-14egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman5-3/+27
2016-09-14egl: Factor out _eglGetSyncAttribCommonKyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitSyncCommonKyle Brenneman1-5/+13
2016-09-14egl: Lock the display in _eglCreateSync's callersKyle Brenneman1-6/+8
2016-09-14egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman1-5/+13
2016-09-14egl: Factor out _eglWaitClientCommonKyle Brenneman1-3/+8
2016-09-14egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman1-15/+21
2016-09-14egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman1-10/+18
2016-09-14egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman1-5/+13
2016-09-14egl: Fix typoKyle Brenneman1-1/+1
2016-09-14egl: Tear down images and syncs at eglTerminateAdam Jackson1-0/+22
2016-09-12egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson4-6/+8
2016-09-12egl: QueryContext on a configless context returns zeroAdam Jackson1-3/+8
2016-09-12egl: fix gcc warning braces around scalar initializerTimothy Arceri1-1/+1
2016-09-09egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHTHaixia Shi1-0/+2
2016-09-08egl: Fix up indentation on previous commitAdam Jackson1-2/+2
2016-09-08egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson1-0/+10
2016-09-07EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman4-107/+22
2016-09-07gbm: wire up fence extensionRob Clark1-0/+1
2016-09-01wayland-drm: add missing NULL checkFrank Binns1-0/+2
2016-09-01egl: only store device name when Wayland support is builtFrank Binns5-18/+24
2016-08-31Introduce .editorconfigEric Engestrom2-0/+4
2016-08-31egl/x11_dri3: provide an authentication functionFrank Binns1-1/+18
2016-08-31egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodesFrank Binns2-29/+7
2016-08-30egl/android: remove config post-processingEmil Velikov1-9/+0
2016-08-30egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov1-4/+4
2016-08-30egl/android: annotate static const data as suchEmil Velikov1-1/+1
2016-08-30egl: treat EGL_OPENGL_API as invalid on AndroidEmil Velikov1-1/+7
2016-08-24egl: turn a couple asserts static (compile-time)Eric Engestrom1-3/+4
2016-08-24egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2-0/+4
2016-08-23egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat1-20/+9
2016-08-23egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim1-35/+12
2016-08-16egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat1-4/+5
2016-08-15egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+2
2016-08-15egl/x11: avoid using freed memory if dri2 init failsJan Ziak1-0/+3
2016-08-09egl: android: query native window default width and height (v2)Haixia Shi3-0/+42