summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: Provide meaningfull error when built w/o requested platformEmil Velikov2017-11-162-11/+41
* egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman2017-11-141-2/+30
* egl/haiku: Correct invalid void* conversion in callocAlexander von Gluck IV2017-11-131-1/+2
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-131-0/+2
* threads: update for late C11 changesNicolai Hähnle2017-11-091-11/+13
* egl/android: add a note about .swap_buffers_with_damageEmil Velikov2017-11-081-1/+1
* egl: Implement EGL_KHR_context_flush_controlAdam Jackson2017-11-062-1/+11
* egl/dri2: Factor out context attribute initializationAdam Jackson2017-11-061-24/+7
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-7/+31
* egl: Support IMG_context_priorityChris Wilson2017-10-201-0/+5
* Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák2017-10-182-6/+22