aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: rename static functions to match conventionEric Engestrom2016-12-091-9/+9
* egl: add EGL_ANDROID_native_fence_syncRob Clark2016-12-017-7/+119
* egl: un-fallthrough sync attr parsingRob Clark2016-12-011-3/+3
* egl: initialize SyncCondition after attr parsingRob Clark2016-12-011-1/+2
* egl/x11: store xcb_screen_t *screen instead of int screenEmil Velikov2016-11-223-66/+18
* egl/x11: factor out dri2_get_xcb_connection()Emil Velikov2016-11-221-36/+27
* egl/wayland: remove non-applicable destroyDrawable from error pathEmil Velikov2016-11-211-3/+1
* egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)Tomasz Figa2016-11-211-27/+137
* egl/android: Get gralloc module in dri2_initialize_android() (v2)Tomasz Figa2016-11-212-12/+19
* egl/android: Remove handling of RGB_888 pixel formatTomasz Figa2016-11-211-6/+0
* egl: fix helper function nameEric Engestrom2016-11-171-4/+4
* egl/x11: misc style fixesEric Engestrom2016-11-172-2/+2
* egl: fix function name in debug stringEric Engestrom2016-11-171-1/+1
* EGL/android: pbuffer implementationLiu Zhiquan2016-11-162-23/+78