summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2
AgeCommit message (Expand)AuthorFilesLines
2018-01-04egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring1-15/+15
2018-01-03egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.Mario Kleiner1-3/+13
2018-01-03egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)Mario Kleiner2-1/+19
2018-01-03egl/wayland: Add Wayland drm support for RGB10 winsys buffers.Mario Kleiner1-3/+34
2018-01-03egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.Mario Kleiner2-0/+6
2018-01-03egl/x11: Handle depth 30 drawables under software rasterizer.Mario Kleiner1-0/+1
2018-01-03egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.Mario Kleiner1-1/+2
2017-12-27egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom5-5/+5
2017-12-27egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom3-4/+8
2017-12-14egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo1-0/+1
2017-12-13egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINEDTomasz Figa1-2/+39
2017-12-01egl/x11: Remove unneeded free() on always null stringVadym Shovkoplias1-1/+0
2017-11-16egl: pass the dri2_dpy to the $plat_teardown functionsEmil Velikov1-2/+2
2017-11-16egl: fix var typeEric Engestrom1-1/+1
2017-11-16egl: add note about missing $plat_teardownEmil Velikov1-0/+1
2017-11-16egl/wayland: move teardown code to the platform fileEmil Velikov3-20/+27
2017-11-16egl/drm: move teardown code to the platform fileEmil Velikov3-5/+12
2017-11-16egl/x11: move teardown code to the platform fileEmil Velikov3-5/+11
2017-11-16egl: Provide meaningfull error when built w/o requested platformEmil Velikov2-11/+41
2017-11-14egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman1-2/+30
2017-11-13egl: EXT_pixel_format_float plumbingTapani Pälli1-0/+2
2017-11-09threads: update for late C11 changesNicolai Hähnle1-11/+13
2017-11-08egl/android: add a note about .swap_buffers_with_damageEmil Velikov1-1/+1
2017-11-06egl: Implement EGL_KHR_context_flush_controlAdam Jackson2-1/+11
2017-11-06egl/dri2: Factor out context attribute initializationAdam Jackson1-24/+7
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson1-7/+31
2017-10-20egl: Support IMG_context_priorityChris Wilson1-0/+5
2017-10-18Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák1-3/+10
2017-10-18Revert "egl: drop EGL driver `name`"Marek Olšák1-0/+2
2017-10-18egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is setEric Engestrom3-5/+3
2017-10-18egl: drop EGL driver `name`Eric Engestrom1-2/+0
2017-10-18egl: drop always-false TestOnly optionEric Engestrom1-4/+0
2017-10-18egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom1-10/+3
2017-10-18egl_dri2: drop dri2_egl_driver structEric Engestrom2-58/+50
2017-10-18egl_dri2: move glFlush out of struct dri2_egl_driverEric Engestrom2-27/+22
2017-10-13wayland-drm: constify the callbacks struct, take 2Emil Velikov1-9/+5
2017-10-13egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov1-1/+2
2017-10-12egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom1-9/+0
2017-10-10egl/dri: remove old left-oversNicolai Hähnle1-2/+0
2017-10-10egl/dri: use createImageFromRenderbuffer2 when availableNicolai Hähnle1-3/+20
2017-10-10egl/dri: factor out egl_error_from_dri_image_errorNicolai Hähnle1-28/+26
2017-10-05egl: Simplify the "driver" interfaceAdam Jackson1-3/+1
2017-10-04egl/wayland: Don't use dmabuf with no modifiersDaniel Stone1-7/+11
2017-10-04egl/wayland: Check queryImage return for wl_bufferDaniel Stone1-15/+41
2017-10-03egl/surfaceless: Use KMS swrast fallbackGurchetan Singh1-4/+16
2017-10-03egl/surfaceless: add probe device helper functionGurchetan Singh1-28/+39
2017-10-02wayland-egl: rename wayland-egl-{priv,backend}.hEmil Velikov1-1/+1
2017-10-02egl/dri: link directly to libglapi.soEmil Velikov2-40/+4
2017-10-02egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logicEric Engestrom1-8/+4
2017-09-30egl/dri2: don't use the template keywordMarek Olšák1-3/+3