summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2019-04-11egl: setup fds array correctly when exporting dmabufTapani Pälli1-0/+12
2019-03-29egl: hide entrypoints that shouldn't be exported when using glvndEric Engestrom1-0/+6
2019-03-27egl/android: chose node type based on swrast and preprocessor flagsGurchetan Singh1-3/+9
2019-03-27egl/android: use software rendering when appropriateGurchetan Singh1-5/+6
2019-03-27egl/android: use swrast option in droid_load_driverGurchetan Singh1-0/+18
2019-03-27egl/android: plumb swrast optionGurchetan Singh1-9/+9
2019-03-27egl/android: refactor droid_load_driver a bitGurchetan Singh1-24/+20
2019-03-27egl/android: droid_open_device_drm_gralloc --> droid_open_deviceGurchetan Singh1-7/+4
2019-03-27egl/android: move droid_open_device_drm_gralloc down a bitGurchetan Singh1-27/+24
2019-03-27egl/android: move droid_image_loader_extension down a bitGurchetan Singh1-10/+8
2019-03-22egl: Add a 565 pbuffer-only EGL config under X11.Eric Anholt1-0/+47
2019-03-21configure.ac/meson.build: Add options for library suffixesBenjamin Gordon2-5/+5
2019-03-18android: Build fixes for OMR1Tapani Pälli1-0/+7
2019-03-13egl/dri: Avoid out of bounds array accessKevin Strasser1-2/+4
2019-03-05egl: fix libdrm-less buildsEric Engestrom2-15/+0
2019-03-04egl/sl: also allow virtgpu to fallback to kms_swrastGurchetan Singh1-2/+7
2019-02-28egl/sl: use kms_swrast with vgem instead of a random GPUEmil Velikov1-8/+13
2019-02-28egl/sl: use drmDevice API to enumerate available devicesEmil Velikov1-36/+37
2019-02-28egl/sl: split out swrast probe into separate functionEmil Velikov1-16/+27
2019-02-28egl/android: replace magic 0=CbCr,1=CrCb with simple enumEric Engestrom1-18/+24
2019-02-26dri: Add XYUV8888 formatKasireddy, Vivek3-0/+3
2019-02-26egl/android: bump the number of drmDevices to 64Emil Velikov1-1/+1
2019-02-26meson: egl: correctly manage loader/xmlconfigEmil Velikov1-6/+5
2019-02-26egl/dri: de-duplicate dri2_load_driver*Emil Velikov1-34/+11
2019-02-20wayland/egl: Ensure EGL surface is resized on DRI update_buffers()Carlos Garnacho1-4/+7
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom6-6/+4
2019-02-12egl: fix KHR_partial_update without EXT_buffer_ageChia-I Wu1-1/+6
2019-02-12dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli1-0/+17
2019-02-06egl: use coherent variable namesEric Engestrom24-383/+383
2019-01-29egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner5-5/+51
2019-01-29egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner1-9/+71
2019-01-24mapi: move genCommon.py to src/mapi/newEmil Velikov4-229/+17
2019-01-24genCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.Emil Velikov1-1/+1
2019-01-24egl/glvnd: sync egl.xml from KhronosEric Engestrom1-18/+183
2019-01-24egl: Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2-0/+38
2019-01-24egl: add glvnd entrypoints for EGL_MESA_query_driverEric Engestrom1-0/+4
2019-01-24egl: Implement EGL API for MESA_query_driverVeluri Mithun4-0/+38
2019-01-23Revert "Implement EGL API for MESA_query_driver"Mark Janes4-38/+0
2019-01-23Revert "Implementation of egl dri2 drivers for MESA_query_driver"Mark Janes2-38/+0
2019-01-23Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2-0/+38
2019-01-23Implement EGL API for MESA_query_driverVeluri Mithun4-0/+38
2019-01-13egl: fix python lib deprecation warningEric Engestrom3-14/+7
2019-01-11egl: remove unused includeEric Engestrom1-2/+0
2019-01-11egl: add missing includesEric Engestrom6-0/+9
2019-01-02egl/haiku: Fix reference to disp vs dpyAlexander von Gluck IV1-1/+2
2018-11-28egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh1-1/+1
2018-11-28egl/wayland: rather obvious build fixNicolai Hähnle1-2/+2
2018-11-28egl/wayland: plug memory leak in drm_handle_device()Emil Velikov1-0/+2
2018-11-28egl/wayland: bail out when drmGetMagic failsEmil Velikov1-1/+8
2018-11-20meson: Add tests to suitesDylan Baker1-2/+4