summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2017-05-04egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson1-1/+1
2017-05-04egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attributeAdam Jackson3-8/+14
2017-04-29egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov1-9/+4
2017-04-29egl: polish dri2_to_egl_attribute_map[]Emil Velikov1-50/+18
2017-04-22egl: add gitignoreElie TOURNIER1-0/+2
2017-04-21Revert "android: fix segfault within swap_buffers"Tapani Pälli1-8/+0
2017-04-17EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman13-26/+3491
2017-03-22Android: drop Android 4.4 (KitKat) supportRob Herring1-4/+0
2017-03-22Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and olderRob Herring3-28/+3
2017-03-22Android: clean-up trailing '\' in make variablesRob Herring1-2/+2
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