summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke2019-06-091-1/+1
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-067-60/+41
* meson: make nm binary optionalDylan Baker2019-05-031-1/+1
* egl: hard-code destroy function instead of passing it around as a pointerEric Engestrom2019-05-021-7/+5
* egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit2019-05-011-1/+4
* egl: fixup autotools-specific wordingEric Engestrom2019-04-301-1/+1
* delete autotools input filesEric Engestrom2019-04-291-12/+0
* delete autotools .gitignore filesEric Engestrom2019-04-293-7/+0
* egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSEDKristian H. Kristensen2019-04-191-1/+1
* Delete autotoolsDylan Baker2019-04-152-275/+0
* egl: setup fds array correctly when exporting dmabufTapani Pälli2019-04-111-0/+12
* egl: hide entrypoints that shouldn't be exported when using glvndEric Engestrom2019-03-291-0/+6
* egl/android: chose node type based on swrast and preprocessor flagsGurchetan Singh2019-03-271-3/+9
* egl/android: use software rendering when appropriateGurchetan Singh2019-03-271-5/+6
* egl/android: use swrast option in droid_load_driverGurchetan Singh2019-03-271-0/+18
* egl/android: plumb swrast optionGurchetan Singh2019-03-271-9/+9
* egl/android: refactor droid_load_driver a bitGurchetan Singh2019-03-271-24/+20
* egl/android: droid_open_device_drm_gralloc --> droid_open_deviceGurchetan Singh2019-03-271-7/+4
* egl/android: move droid_open_device_drm_gralloc down a bitGurchetan Singh2019-03-271-27/+24
* egl/android: move droid_image_loader_extension down a bitGurchetan Singh2019-03-271-10/+8
* egl: Add a 565 pbuffer-only EGL config under X11.Eric Anholt2019-03-221-0/+47
* configure.ac/meson.build: Add options for library suffixesBenjamin Gordon2019-03-212-5/+5
* android: Build fixes for OMR1Tapani Pälli2019-03-181-0/+7
* egl/dri: Avoid out of bounds array accessKevin Strasser2019-03-131-2/+4
* egl: fix libdrm-less buildsEric Engestrom2019-03-052-15/+0
* egl/sl: also allow virtgpu to fallback to kms_swrastGurchetan Singh2019-03-041-2/+7
* egl/sl: use kms_swrast with vgem instead of a random GPUEmil Velikov2019-02-281-8/+13
* egl/sl: use drmDevice API to enumerate available devicesEmil Velikov2019-02-281-36/+37
* egl/sl: split out swrast probe into separate functionEmil Velikov2019-02-281-16/+27
* egl/android: replace magic 0=CbCr,1=CrCb with simple enumEric Engestrom2019-02-281-18/+24
* dri: Add XYUV8888 formatKasireddy, Vivek2019-02-263-0/+3
* egl/android: bump the number of drmDevices to 64Emil Velikov2019-02-261-1/+1
* 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