summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSENicolas Boichat2017-05-041-2/+2
* egl/android: Mark surface as lost when dequeueBuffer failsChad Versace2017-05-041-0/+10
* egl/android: Cancel any outstanding ANativeBuffer in surface destructorChad Versace2017-05-041-4/+9
* egl: Emit error when EGLSurface is lostChad Versace2017-05-043-0/+42
* eg: explicitly size dri2_to_egl_attribute_map[]Emil Velikov2017-05-041-1/+1
* egl/platform/drm: Don't take display ownership until gbm is initializedAdam Jackson2017-05-041-1/+1
* egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attributeAdam Jackson2017-05-043-8/+14
* egl: initialise dummy_thread via _eglInitThreadInfoEmil Velikov2017-04-291-9/+4
* egl: polish dri2_to_egl_attribute_map[]Emil Velikov2017-04-291-50/+18
* egl: add gitignoreElie TOURNIER2017-04-221-0/+2
* Revert "android: fix segfault within swap_buffers"Tapani Pälli2017-04-211-8/+0
* EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman2017-04-1713-26/+3491
* 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