summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-182-0/+4
* egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is setEric Engestrom2017-10-183-5/+3
* egl: drop EGL driver `name`Eric Engestrom2017-10-182-4/+0
* egl: drop always-false TestOnly optionEric Engestrom2017-10-181-4/+0
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2017-10-182-22/+6
* egl_dri2: drop dri2_egl_driver structEric Engestrom2017-10-182-58/+50
* egl_dri2: move glFlush out of struct dri2_egl_driverEric Engestrom2017-10-182-27/+22
* wayland-drm: constify the callbacks struct, take 2Emil Velikov2017-10-131-9/+5
* egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov2017-10-131-1/+2
* egl_haiku: drop haiku_egl_driver structEric Engestrom2017-10-121-20/+14
* egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom2017-10-122-18/+0
* egl/dri: remove old left-oversNicolai Hähnle2017-10-101-2/+0
* egl/dri: use createImageFromRenderbuffer2 when availableNicolai Hähnle2017-10-101-3/+20
* egl/dri: factor out egl_error_from_dri_image_errorNicolai Hähnle2017-10-101-28/+26
* egl: Simplify the "driver" interfaceAdam Jackson2017-10-052-4/+2
* egl/wayland: Don't use dmabuf with no modifiersDaniel Stone2017-10-041-7/+11
* egl/wayland: Check queryImage return for wl_bufferDaniel Stone2017-10-041-15/+41
* egl/surfaceless: Use KMS swrast fallbackGurchetan Singh2017-10-031-4/+16
* egl/surfaceless: add probe device helper functionGurchetan Singh2017-10-031-28/+39
* wayland-egl: rename wayland-egl-{priv,backend}.hEmil Velikov2017-10-021-1/+1
* egl/dri: link directly to libglapi.soEmil Velikov2017-10-022-40/+4
* egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logicEric Engestrom2017-10-021-8/+4
* egl/dri2: don't use the template keywordMarek Olšák2017-09-301-3/+3
* egl/dri2: Implement swapInterval fallback in a conformant way (v2)Tomasz Figa2017-09-276-11/+13
* Revert "wayland-drm: constify the callbacks struct"Daniel Stone2017-09-261-5/+9
* egl: fix build fallouts from 1d0be5b3fe5Krzysztof Sobiecki2017-09-191-1/+1
* wayland-drm: constify the callbacks structEmil Velikov2017-09-191-9/+5
* configure.ac: define WL_HIDE_DEPRECATED at global scaleEmil Velikov2017-09-191-2/+0
* egl/android: Use per surface out fenceZhongmin Wu2017-09-191-13/+15
* egl: Allow creation of per surface out fenceZhongmin Wu2017-09-198-6/+93
* egl: Wrap dri3 surface primitive around dri2 egl surfaceYogesh Marathe2017-09-192-11/+11
* egl+glx: turn LIBGL_DRI3_DISABLE into a booleanEric Engestrom2017-09-121-1/+1
* egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom2017-09-122-2/+4
* egl/x11: advertise __DRI_USE_INVALIDATE for DRI2Emil Velikov2017-09-061-0/+1
* egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extensionEmil Velikov2017-09-061-0/+1
* Revert "egl: Allow creation of per surface out fence"Mark Janes2017-08-308-106/+18
* egl/dri2: only destroy created objectsMichael Olbrich2017-08-301-3/+6
* egl: Allow creation of per surface out fenceZhongmin Wu2017-08-308-18/+106
* egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov2017-08-291-0/+3