summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-052-0/+146
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-054-12/+257
* egl: Drop duplicate check on EGLSync typeChad Versace2016-10-041-6/+0
* egl: Cleanup control flow in _eglParseSyncAttribListChad Versace2016-10-041-6/+8
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-042-0/+43
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace2016-10-041-3/+4
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* egl: stop claiming support for pbuffer + msaaTapani Pälli2016-10-031-0/+9
* egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng2016-09-211-2/+9
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-145-3/+27
* egl: Factor out _eglGetSyncAttribCommonKyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitSyncCommonKyle Brenneman2016-09-141-5/+13
* egl: Lock the display in _eglCreateSync's callersKyle Brenneman2016-09-141-6/+8
* egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitClientCommonKyle Brenneman2016-09-141-3/+8
* egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman2016-09-141-15/+21
* egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman2016-09-141-10/+18
* egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman2016-09-141-5/+13
* egl: Fix typoKyle Brenneman2016-09-141-1/+1
* egl: Tear down images and syncs at eglTerminateAdam Jackson2016-09-141-0/+22
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-124-6/+8
* egl: QueryContext on a configless context returns zeroAdam Jackson2016-09-121-3/+8
* egl: fix gcc warning braces around scalar initializerTimothy Arceri2016-09-121-1/+1
* egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHTHaixia Shi2016-09-091-0/+2
* egl: Fix up indentation on previous commitAdam Jackson2016-09-081-2/+2
* egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson2016-09-081-0/+10
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-074-107/+22
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* wayland-drm: add missing NULL checkFrank Binns2016-09-011-0/+2
* egl: only store device name when Wayland support is builtFrank Binns2016-09-015-18/+24
* Introduce .editorconfigEric Engestrom2016-08-312-0/+4
* egl/x11_dri3: provide an authentication functionFrank Binns2016-08-311-1/+18
* egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodesFrank Binns2016-08-312-29/+7
* egl/android: remove config post-processingEmil Velikov2016-08-301-9/+0
* egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov2016-08-301-4/+4
* egl/android: annotate static const data as suchEmil Velikov2016-08-301-1/+1
* egl: treat EGL_OPENGL_API as invalid on AndroidEmil Velikov2016-08-301-1/+7
* egl: turn a couple asserts static (compile-time)Eric Engestrom2016-08-241-3/+4
* egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2016-08-242-0/+4
* egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat2016-08-231-20/+9
* egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim2016-08-231-35/+12
* egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat2016-08-161-4/+5
* egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl/x11: avoid using freed memory if dri2 init failsJan Ziak2016-08-151-0/+3
* egl: android: query native window default width and height (v2)Haixia Shi2016-08-093-0/+42