aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* wayland-egl: rework and simplify wl_egl_window initializationEmil Velikov2017-10-021-10/+16
* wayland-egl: move WL_EGL_EXPORT declaration to where it's usedEmil Velikov2017-10-022-7/+7
* wayland-egl: use C99 commentsEmil Velikov2017-10-021-3/+3
* wayland-egl: remove no longer needed wayland-client dependencyEmil Velikov2017-10-023-4/+1
* wayland-egl: add stdint.h include for intptr_tEmil Velikov2017-10-021-0/+1
* wayland-egl: forward declare struct wl_surfaceEmil Velikov2017-10-021-0/+2
* wayland-egl: rename wayland-egl-{priv,backend}.hEmil Velikov2017-10-025-5/+5
* egl/dri: link directly to libglapi.soEmil Velikov2017-10-024-40/+7
* 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
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+21
* 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-263-8/+12
* egl: fix build fallouts from 1d0be5b3fe5Krzysztof Sobiecki2017-09-192-2/+2
* egl: use switch statements over if/else chainEmil Velikov2017-09-191-31/+28
* egl: remove unneeded braces around since line if statementsEmil Velikov2017-09-191-9/+5
* egl: simplify _eglDebugReport* APIEmil Velikov2017-09-193-49/+14
* egl: use _eglError's 'msg' as an actual message in EGL_KHR_debugEmil Velikov2017-09-191-1/+1
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-193-4/+6
* wayland-drm: constify the callbacks structEmil Velikov2017-09-192-11/+7
* wayland-drm: add wl_display/wl_resource forward declarationsEmil Velikov2017-09-191-0/+2
* configure.ac: define WL_HIDE_DEPRECATED at global scaleEmil Velikov2017-09-191-2/+0
* wayland-drm: avoid deprecated use of struct wl_resourceMicah Fedke2017-09-191-3/+3
* wayland-drm: remove unused wayland_drm_buffer_get_{format,buffer}Emil Velikov2017-09-192-18/+0
* wayland-drm: remove hardcoded enum wl_drm_formatEmil Velikov2017-09-191-64/+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-125-3/+8
* 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
* egl: remove unused 'Screens' array from _egl_displayTapani Pälli2017-09-061-1/+0
* 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