summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
Commit message (Expand)AuthorAgeFilesLines
* 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: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom2017-10-121-9/+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-051-3/+1
* 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
* egl/wayland: group wl_win specific code togetherEmil Velikov2017-08-291-4/+3
* egl/wayland: remove dri2_surf width/height double init.Emil Velikov2017-08-291-3/+0
* egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov2017-08-291-1/+1
* egl/wayland: update comment to reflect wl_dmabuf presenceEmil Velikov2017-08-291-1/+1
* egl/wayland: polish object teardown in dri2_wl_destroy_surfaceEmil Velikov2017-08-291-2/+2
* egl/wayland: plug leaks in dri2_wl_create_window_surface() error pathEmil Velikov2017-08-291-2/+6
* egl: simplify refcounting after screen creationEmil Velikov2017-08-291-9/+5
* egl: don't NULL deref the .get_capabilities function pointerEmil Velikov2017-08-261-1/+2
* egl/drm: Don't "fall back" to /dev/dri/card0 if the first open failsAdam Jackson2017-08-251-2/+0
* Revert "egl/android: add missing include"Eric Engestrom2017-08-251-1/+0
* egl/wayland: Use roundtrips when awaiting buffer releaseKai Chen2017-08-251-2/+7
* egl/android: add missing includeEric Engestrom2017-08-241-0/+1
* egl: deduplicate allocations of local buffer over each platform backend (v2)Gwan-gyeong Mun2017-08-225-115/+71
* egl: Fix inclusion of egl.h+mesa_glinterop.hMatt Turner2017-08-211-1/+1
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-173-1/+15
* loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2017-08-171-12/+0
* egl/dri2: Allow modifiers to add FDs to importsDaniel Stone2017-08-111-19/+19
* egl/drm: rename dri2_drm_create_surface()Emil Velikov2017-08-101-13/+4
* egl/drm: remove unreachable code in dri2_drm_create_surface()Emil Velikov2017-08-101-13/+7