summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2017-03-22egl/dri2: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-17android: fix segfault within swap_buffersTapani Pälli1-0/+8
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt5-1/+22
2017-03-15egl/drm: Use modifiers for backbuffer creationBen Widawsky1-4/+15
2017-03-13wayland: move .gitignore where applicableEmil Velikov1-0/+0
2017-03-10wayland-egl/wayland-egl-symbols-check: do not mandate bashEmil Velikov1-1/+1
2017-03-10egl/egl-symbols-check: do not mandate bashEmil Velikov1-1/+1
2017-03-04EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2-1/+59
2017-03-01egl/wayland: Don't use DRM format codes for SHMDaniel Stone1-6/+15
2017-03-01egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke1-0/+14
2017-02-28egl/dri3: implement query surface hookBrendan King1-0/+20
2017-02-26check: add support for running test as standaloneEric Engestrom1-0/+5
2017-02-26check: make any failure fatalEric Engestrom1-0/+1
2017-02-26check: mark two tests are requiring bashEric Engestrom1-1/+1
2017-02-24eglapi: replace linear entrypoint search with binary searchEric Engestrom1-13/+24
2017-02-24egl: make sure entrypoints list is always sortedEric Engestrom2-1/+7
2017-02-24egl: distribute all testsEric Engestrom1-1/+1
2017-02-24eglapi: move entrypoints list out to its own fileEric Engestrom3-77/+79
2017-02-24eglapi: sort entrypoints listEric Engestrom1-37/+37
2017-02-24eglapi: use macro to map entrypoints to functionsEric Engestrom1-74/+75
2017-02-24eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom1-7/+24
2017-02-24eglapi: add entrypoint for eglDestroySyncKHREric Engestrom1-7/+21
2017-02-24eglapi: add entrypoint for eglDestroyImageKHREric Engestrom1-7/+21
2017-02-16egl: _eglFilterArray's filter is always non-nullEmil Velikov1-18/+9
2017-02-15egl: remove duplicate 0 assignmentEric Engestrom1-3/+0
2017-02-03android: fix droid_create_image_from_prime_fd_yuv for YV12Tapani Pälli1-1/+1
2017-02-01Add missing copyright header to wayland-egl-priv.hMicah Fedke1-0/+27
2017-01-27egl: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-23dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker1-0/+10
2017-01-18egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov1-10/+0
2017-01-18configure: remove HAVE_EGL_DRIVER_DRI[23]Emil Velikov1-2/+0
2017-01-18egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov1-93/+21
2017-01-18egl/wayland: use the destroy_window_callback for swrastEmil Velikov1-0/+2
2017-01-13egl/dri2: Unify the style of function pointer calls in structsBoyan Ding6-35/+34
2017-01-13gbm/drm: Pick the oldest available buffer in get_back_boDerek Foreman1-2/+4
2017-01-13egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl3-14/+25
2017-01-13egl/wayland: Cleanup private display connection when init failsJonas Ådahl1-0/+4
2017-01-11egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman1-0/+1
2016-12-27egl: Emit correct error when robust context creation failsChad Versace1-12/+26
2016-12-27egl/dri2: implement query surface hookTapani Pälli1-0/+36
2016-12-20egl: Check config's surface types in eglCreate*Surface()Chad Versace1-0/+10
2016-12-19EGL/android: Enhance pbuffer implementationLiu Zhiquan1-81/+96
2016-12-15egl/x11: cleanup init codeEric Engestrom1-14/+10
2016-12-14egl: Fix crashes in eglCreate*Surface()Chad Versace1-2/+2
2016-12-09egl: add and enable EGL_KHR_config_attribsEmil Velikov2-0/+7
2016-12-09egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov1-2/+0
2016-12-09egl: unexport _eglConvertIntsToAttribsEric Engestrom2-4/+1
2016-12-09egl: rename static functions to match conventionEric Engestrom1-9/+9
2016-12-01egl: add EGL_ANDROID_native_fence_syncRob Clark7-7/+119
2016-12-01egl: un-fallthrough sync attr parsingRob Clark1-3/+3