summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat2018-05-031-10/+13
* x11: Only report supported DRI3/Present versionsDaniel Stone2018-03-301-4/+16
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-03-221-1/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-202-5/+7
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-0/+4
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-093-0/+7
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-093-15/+96
* gbm: give a name to rgba fieldsEric Engestrom2018-03-051-8/+8
* egl/dri2: fix segfault when display initialisation failsFrank Binns2018-02-231-1/+1
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-201-0/+12
* egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone2018-02-161-1/+1
* egl/wayland: check for invalid format indexEric Engestrom2018-02-161-0/+2
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-152-7/+5
* egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne2018-02-141-0/+1
* egl/gbm: Fix compiler warning about visual matching.Eric Anholt2018-02-121-1/+1
* egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone2018-02-091-4/+48
* egl/gbm: Remove duplicate format tableDaniel Stone2018-02-091-18/+17
* egl/wayland: Use an array for modifiersDaniel Stone2018-02-092-72/+20
* egl/wayland: Remove has_format enumDaniel Stone2018-02-091-19/+14
* egl/wayland: Add bpp to visual mapDaniel Stone2018-02-091-24/+12
* egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone2018-02-091-14/+11
* egl/wayland: Use visual map for format advertisementDaniel Stone2018-02-091-39/+36
* egl/wayland: Use visual map for buffer_from_imageDaniel Stone2018-02-091-21/+19
* egl/wayland: Use visual map for config->format lookupDaniel Stone2018-02-091-25/+36
* egl/wayland: Add format enums to visual mapDaniel Stone2018-02-091-0/+13
* egl/wayland: Use proper enum type in visual definitionDaniel Stone2018-02-091-1/+1
* egl/wayland: Widen channel masks to bppDaniel Stone2018-02-091-5/+20
* egl/wayland: Hoist format <-> EGLConfig definition upDaniel Stone2018-02-091-16/+17
* egl/wayland: Fix ARGB/XRGB transposition in config mapDaniel Stone2018-02-091-2/+2
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-072-0/+17
* egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring2018-01-041-15/+15
* egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.Mario Kleiner2018-01-031-3/+13
* egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)Mario Kleiner2018-01-032-1/+19
* egl/wayland: Add Wayland drm support for RGB10 winsys buffers.Mario Kleiner2018-01-031-3/+34
* egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.Mario Kleiner2018-01-032-0/+6
* egl/x11: Handle depth 30 drawables under software rasterizer.Mario Kleiner2018-01-031-0/+1
* egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.Mario Kleiner2018-01-031-1/+2
* egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom2017-12-275-5/+5
* egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom2017-12-273-4/+8
* egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo2017-12-141-0/+1
* egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa2017-12-131-2/+39
* egl/x11: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-011-1/+0
* egl: pass the dri2_dpy to the $plat_teardown functionsEmil Velikov2017-11-161-2/+2
* egl: fix var typeEric Engestrom2017-11-161-1/+1
* egl: add note about missing $plat_teardownEmil Velikov2017-11-161-0/+1
* egl/wayland: move teardown code to the platform fileEmil Velikov2017-11-163-20/+27
* egl/drm: move teardown code to the platform fileEmil Velikov2017-11-163-5/+12
* egl/x11: move teardown code to the platform fileEmil Velikov2017-11-163-5/+11