summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-221-4/+0
* Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and olderRob Herring2017-03-223-28/+3
* Android: clean-up trailing '\' in make variablesRob Herring2017-03-221-2/+2
* egl/dri2: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+4
* android: fix segfault within swap_buffersTapani Pälli2017-03-171-0/+8
* egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt2017-03-165-1/+22
* egl/drm: Use modifiers for backbuffer creationBen Widawsky2017-03-151-4/+15
* wayland: move .gitignore where applicableEmil Velikov2017-03-131-0/+0
* wayland-egl/wayland-egl-symbols-check: do not mandate bashEmil Velikov2017-03-101-1/+1
* egl/egl-symbols-check: do not mandate bashEmil Velikov2017-03-101-1/+1
* EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2017-03-042-1/+59
* egl/wayland: Don't use DRM format codes for SHMDaniel Stone2017-03-011-6/+15
* egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke2017-03-011-0/+14
* egl/dri3: implement query surface hookBrendan King2017-02-281-0/+20
* check: add support for running test as standaloneEric Engestrom2017-02-261-0/+5
* check: make any failure fatalEric Engestrom2017-02-261-0/+1
* check: mark two tests are requiring bashEric Engestrom2017-02-261-1/+1
* eglapi: replace linear entrypoint search with binary searchEric Engestrom2017-02-241-13/+24
* egl: make sure entrypoints list is always sortedEric Engestrom2017-02-242-1/+7
* egl: distribute all testsEric Engestrom2017-02-241-1/+1
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-243-77/+79
* eglapi: sort entrypoints listEric Engestrom2017-02-241-37/+37
* eglapi: use macro to map entrypoints to functionsEric Engestrom2017-02-241-74/+75
* eglapi: add entrypoint for eglClientWaitSyncKHREric Engestrom2017-02-241-7/+24
* eglapi: add entrypoint for eglDestroySyncKHREric Engestrom2017-02-241-7/+21
* eglapi: add entrypoint for eglDestroyImageKHREric Engestrom2017-02-241-7/+21
* egl: _eglFilterArray's filter is always non-nullEmil Velikov2017-02-161-18/+9
* egl: remove duplicate 0 assignmentEric Engestrom2017-02-151-3/+0
* android: fix droid_create_image_from_prime_fd_yuv for YV12Tapani Pälli2017-02-031-1/+1
* Add missing copyright header to wayland-egl-priv.hMicah Fedke2017-02-011-0/+27
* egl: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker2017-01-231-0/+10
* egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov2017-01-181-10/+0
* configure: remove HAVE_EGL_DRIVER_DRI[23]Emil Velikov2017-01-181-2/+0
* egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov2017-01-181-93/+21
* egl/wayland: use the destroy_window_callback for swrastEmil Velikov2017-01-181-0/+2
* egl/dri2: Unify the style of function pointer calls in structsBoyan Ding2017-01-136-35/+34
* gbm/drm: Pick the oldest available buffer in get_back_boDerek Foreman2017-01-131-2/+4
* egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl2017-01-133-14/+25
* egl/wayland: Cleanup private display connection when init failsJonas Ådahl2017-01-131-0/+4
* egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman2017-01-111-0/+1
* egl: Emit correct error when robust context creation failsChad Versace2016-12-271-12/+26
* egl/dri2: implement query surface hookTapani Pälli2016-12-271-0/+36
* egl: Check config's surface types in eglCreate*Surface()Chad Versace2016-12-201-0/+10
* EGL/android: Enhance pbuffer implementationLiu Zhiquan2016-12-191-81/+96
* egl/x11: cleanup init codeEric Engestrom2016-12-151-14/+10
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-141-2/+2
* egl: add and enable EGL_KHR_config_attribsEmil Velikov2016-12-092-0/+7
* egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov2016-12-091-2/+0
* egl: unexport _eglConvertIntsToAttribsEric Engestrom2016-12-092-4/+1