summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSEDKristian H. Kristensen2019-04-191-1/+1
* egl: setup fds array correctly when exporting dmabufTapani Pälli2019-04-111-0/+12
* 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
* egl/dri: Avoid out of bounds array accessKevin Strasser2019-03-131-2/+4
* 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-262-0/+2
* egl/android: bump the number of drmDevices to 64Emil Velikov2019-02-261-1/+1
* 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-142-2/+2
* dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli2019-02-121-0/+17
* egl: use coherent variable namesEric Engestrom2019-02-068-137/+137
* egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner2019-01-293-1/+22
* egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner2019-01-291-9/+71
* egl: Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2019-01-242-0/+38
* 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
* egl: add missing includesEric Engestrom2019-01-111-0/+1
* egl/haiku: Fix reference to disp vs dpyAlexander von Gluck IV2019-01-021-1/+2
* 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
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-161-68/+7
* 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: 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: set the EGLDevice when creating a displayEmil Velikov2018-11-017-1/+81
* egl: drop EGL driver `name`Eric Engestrom2018-10-312-4/+0
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2018-10-312-23/+6
* egl: add messages to a few assert() and turn a couple into unreachable()Eric Engestrom2018-10-301-4/+4
* egl/x11: remove eglSwap* surface checkEmil Velikov2018-10-032-8/+0
* egl/surfaceless: remove eglSwap* stubsEmil Velikov2018-10-031-13/+0
* egl/drm: remove eglSwap* surface checkEmil Velikov2018-10-031-16/+14
* egl/android: remove eglSwap* surface checkEmil Velikov2018-10-031-4/+0
* egl/android: rework device probingEmil Velikov2018-09-201-43/+77