summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* meson: egl: correctly manage loader/xmlconfigEmil Velikov2019-02-261-6/+5
* egl/dri: de-duplicate dri2_load_driver*Emil Velikov2019-02-261-34/+11
* wayland/egl: Ensure EGL surface is resized on DRI update_buffers()Carlos Garnacho2019-02-201-4/+7
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-146-6/+4
* egl: fix KHR_partial_update without EXT_buffer_ageChia-I Wu2019-02-121-1/+6
* dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli2019-02-121-0/+17
* egl: use coherent variable namesEric Engestrom2019-02-0624-383/+383
* egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner2019-01-295-5/+51
* egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner2019-01-291-9/+71
* mapi: move genCommon.py to src/mapi/newEmil Velikov2019-01-244-229/+17
* genCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.Emil Velikov2019-01-241-1/+1
* egl/glvnd: sync egl.xml from KhronosEric Engestrom2019-01-241-18/+183
* egl: Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2019-01-242-0/+38
* egl: add glvnd entrypoints for EGL_MESA_query_driverEric Engestrom2019-01-241-0/+4
* egl: Implement EGL API for MESA_query_driverVeluri Mithun2019-01-244-0/+38
* Revert "Implement EGL API for MESA_query_driver"Mark Janes2019-01-234-38/+0
* Revert "Implementation of egl dri2 drivers for MESA_query_driver"Mark Janes2019-01-232-38/+0
* Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2019-01-232-0/+38
* Implement EGL API for MESA_query_driverVeluri Mithun2019-01-234-0/+38
* egl: fix python lib deprecation warningEric Engestrom2019-01-133-14/+7
* egl: remove unused includeEric Engestrom2019-01-111-2/+0
* egl: add missing includesEric Engestrom2019-01-116-0/+9
* egl/haiku: Fix reference to disp vs dpyAlexander von Gluck IV2019-01-021-1/+2
* egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh2018-11-281-1/+1
* egl/wayland: rather obvious build fixNicolai Hähnle2018-11-281-2/+2
* egl/wayland: plug memory leak in drm_handle_device()Emil Velikov2018-11-281-0/+2
* egl/wayland: bail out when drmGetMagic failsEmil Velikov2018-11-281-1/+8
* meson: Add tests to suitesDylan Baker2018-11-201-2/+4
* egl: Print the actual message to the console from _eglError().Eric Anholt2018-11-161-12/+20
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-163-73/+8
* egl: Move loader_set_logger() up to egl_dri2.c.Eric Anholt2018-11-165-10/+2
* egl/dri: fix error value with unknown drm formatLionel Landwerlin2018-11-161-1/+1
* egl: fix bad rebaseEric Engestrom2018-11-151-1/+1
* egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cacheEric Engestrom2018-11-151-0/+3
* egl: Improve the debugging of gbm format matching in DRI configs.Eric Anholt2018-11-121-2/+3
* dri: add AYUV formatLionel Landwerlin2018-11-122-0/+2
* wayland/egl: Resize EGL surface on update buffer for swrastOlivier Fourdan2018-11-061-2/+2
* egl/glvnd: correctly report errors when vendor cannot be foundEmil Velikov2018-11-051-0/+5
* egl: add EGL_EXT_device_base entrypointsEmil Velikov2018-11-051-0/+7
* egl: use the LC_ALL hammer instead of LANGEric Engestrom2018-11-011-1/+1
* egl: fix entrypoint sorting testEric Engestrom2018-11-011-1/+1
* egl: Fix eglentrypoint.h sort order.Mathias Fröhlich2018-11-011-1/+1
* meson: egl: group dri2 bits separately from haikuEmil Velikov2018-11-011-36/+35
* egl: enable EGL_EXT_device_{base,enumeration,query}Emil Velikov2018-11-011-0/+3
* egl: set the EGLDevice when creating a displayEmil Velikov2018-11-017-1/+81
* egl: add EGL_EXT_device_drm supportEmil Velikov2018-11-012-0/+117
* egl: add EGL_MESA_device_software supportEmil Velikov2018-11-013-1/+31
* egl: add base EGL_EXT_device_base implementationEmil Velikov2018-11-0110-3/+344
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* egl: drop EGL driver `name`Eric Engestrom2018-10-315-10/+1