| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: setup fds array correctly when exporting dmabuf | Tapani Pälli | 2019-04-11 | 1 | -0/+12 |
* | egl/android: chose node type based on swrast and preprocessor flags | Gurchetan Singh | 2019-03-27 | 1 | -3/+9 |
* | egl/android: use software rendering when appropriate | Gurchetan Singh | 2019-03-27 | 1 | -5/+6 |
* | egl/android: use swrast option in droid_load_driver | Gurchetan Singh | 2019-03-27 | 1 | -0/+18 |
* | egl/android: plumb swrast option | Gurchetan Singh | 2019-03-27 | 1 | -9/+9 |
* | egl/android: refactor droid_load_driver a bit | Gurchetan Singh | 2019-03-27 | 1 | -24/+20 |
* | egl/android: droid_open_device_drm_gralloc --> droid_open_device | Gurchetan Singh | 2019-03-27 | 1 | -7/+4 |
* | egl/android: move droid_open_device_drm_gralloc down a bit | Gurchetan Singh | 2019-03-27 | 1 | -27/+24 |
* | egl/android: move droid_image_loader_extension down a bit | Gurchetan Singh | 2019-03-27 | 1 | -10/+8 |
* | egl: Add a 565 pbuffer-only EGL config under X11. | Eric Anholt | 2019-03-22 | 1 | -0/+47 |
* | egl/dri: Avoid out of bounds array access | Kevin Strasser | 2019-03-13 | 1 | -2/+4 |
* | egl/sl: also allow virtgpu to fallback to kms_swrast | Gurchetan Singh | 2019-03-04 | 1 | -2/+7 |
* | egl/sl: use kms_swrast with vgem instead of a random GPU | Emil Velikov | 2019-02-28 | 1 | -8/+13 |
* | egl/sl: use drmDevice API to enumerate available devices | Emil Velikov | 2019-02-28 | 1 | -36/+37 |
* | egl/sl: split out swrast probe into separate function | Emil Velikov | 2019-02-28 | 1 | -16/+27 |
* | egl/android: replace magic 0=CbCr,1=CrCb with simple enum | Eric Engestrom | 2019-02-28 | 1 | -18/+24 |
* | dri: Add XYUV8888 format | Kasireddy, Vivek | 2019-02-26 | 2 | -0/+2 |
* | egl/android: bump the number of drmDevices to 64 | Emil Velikov | 2019-02-26 | 1 | -1/+1 |
* | egl/dri: de-duplicate dri2_load_driver* | Emil Velikov | 2019-02-26 | 1 | -34/+11 |
* | wayland/egl: Ensure EGL surface is resized on DRI update_buffers() | Carlos Garnacho | 2019-02-20 | 1 | -4/+7 |
* | drm-uapi: use local files, not system libdrm | Eric Engestrom | 2019-02-14 | 2 | -2/+2 |
* | dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats | Tapani Pälli | 2019-02-12 | 1 | -0/+17 |
* | egl: use coherent variable names | Eric Engestrom | 2019-02-06 | 8 | -137/+137 |
* | egl/wayland-drm: Only announce formats via wl_drm which the driver supports. | Mario Kleiner | 2019-01-29 | 3 | -1/+22 |
* | egl/wayland: Allow client->server format conversion for PRIME offload. (v2) | Mario Kleiner | 2019-01-29 | 1 | -9/+71 |
* | egl: Implementation of egl dri2 drivers for MESA_query_driver | Veluri Mithun | 2019-01-24 | 2 | -0/+38 |
* | Revert "Implementation of egl dri2 drivers for MESA_query_driver" | Mark Janes | 2019-01-23 | 2 | -38/+0 |
* | Implementation of egl dri2 drivers for MESA_query_driver | Veluri Mithun | 2019-01-23 | 2 | -0/+38 |
* | egl: add missing includes | Eric Engestrom | 2019-01-11 | 1 | -0/+1 |
* | egl/haiku: Fix reference to disp vs dpy | Alexander von Gluck IV | 2019-01-02 | 1 | -1/+2 |
* | egl/wayland: rather obvious build fix | Nicolai Hähnle | 2018-11-28 | 1 | -2/+2 |
* | egl/wayland: plug memory leak in drm_handle_device() | Emil Velikov | 2018-11-28 | 1 | -0/+2 |
* | egl/wayland: bail out when drmGetMagic fails | Emil Velikov | 2018-11-28 | 1 | -1/+8 |
* | loader: Factor out the common driver opening logic from each loader. | Eric Anholt | 2018-11-16 | 1 | -68/+7 |
* | egl: Move loader_set_logger() up to egl_dri2.c. | Eric Anholt | 2018-11-16 | 5 | -10/+2 |
* | egl/dri: fix error value with unknown drm format | Lionel Landwerlin | 2018-11-16 | 1 | -1/+1 |
* | egl: Improve the debugging of gbm format matching in DRI configs. | Eric Anholt | 2018-11-12 | 1 | -2/+3 |
* | dri: add AYUV format | Lionel Landwerlin | 2018-11-12 | 2 | -0/+2 |
* | wayland/egl: Resize EGL surface on update buffer for swrast | Olivier Fourdan | 2018-11-06 | 1 | -2/+2 |
* | egl: set the EGLDevice when creating a display | Emil Velikov | 2018-11-01 | 7 | -1/+81 |
* | egl: drop EGL driver `name` | Eric Engestrom | 2018-10-31 | 2 | -4/+0 |
* | egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} | Eric Engestrom | 2018-10-31 | 2 | -23/+6 |
* | egl: add messages to a few assert() and turn a couple into unreachable() | Eric Engestrom | 2018-10-30 | 1 | -4/+4 |
* | egl/x11: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 2 | -8/+0 |
* | egl/surfaceless: remove eglSwap* stubs | Emil Velikov | 2018-10-03 | 1 | -13/+0 |
* | egl/drm: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 1 | -16/+14 |
* | egl/android: remove eglSwap* surface check | Emil Velikov | 2018-10-03 | 1 | -4/+0 |
* | egl/android: rework device probing | Emil Velikov | 2018-09-20 | 1 | -43/+77 |
* | egl/android: Declare droid_load_driver() static | Kristian H. Kristensen | 2018-09-13 | 1 | -1/+1 |
* | egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directive | Mauro Rossi | 2018-09-02 | 1 | -3/+3 |