summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: Fix inclusion of egl.h+mesa_glinterop.hMatt Turner2017-08-212-2/+2
* egl: Add dma_buf_import_modifiers for glvndDaniel Stone2017-08-211-0/+4
* 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: Update headers from KhronosDaniel Stone2017-08-111-29/+597
* egl/dri2: Allow modifiers to add FDs to importsDaniel Stone2017-08-111-19/+19
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-101-2/+2
* 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
* egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surfaceEmil Velikov2017-08-102-2/+2
* egl: Clean up native_type vs drawable messMatt Turner2017-08-102-8/+5
* egl: handle BAD_NATIVE_PIXMAP further up the stackEmil Velikov2017-08-102-5/+3
* egl: drop unreachable BAD_NATIVE_WINDOW conditionsEmil Velikov2017-08-104-15/+3
* egl: add dri2_setup_swap_interval helperEmil Velikov2017-08-104-63/+49
* egl: whitespace cleanup in eglapi.cEric Engestrom2017-08-091-25/+25
* egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfoTapani Pälli2017-08-091-7/+18
* egl/dri2: add image extension such it's usable by swrast driverGurchetan Singh2017-08-073-2/+5
* loader: drop the [gs]et_swap_interval callbacksEmil Velikov2017-08-041-18/+1
* egl/x11: don't leak xfixes_query in the error pathEmil Velikov2017-08-041-0/+1
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-2/+6
* egl: check the correct function pointerEric Engestrom2017-08-022-1/+3
* egl/drm: Fix misused x and y offsets in swrast_get_image()Gwan-gyeong Mun2017-08-011-4/+19
* egl/drm: Fix misused x and y offsets in swrast_put_image2()Gwan-gyeong Mun2017-08-011-2/+17
* egl: remove unnecessary empty array elementEric Engestrom2017-08-011-3/+2
* egl: split enums to make use of -WswitchEric Engestrom2017-08-011-10/+8
* egl: use designated initaliser for _eglGlobalEric Engestrom2017-08-011-9/+9
* egl: make platform's SwapInterval() optionalEric Engestrom2017-08-012-12/+1
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-011-14/+0
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-014-40/+14
* Android: fix compile error for DRI2 loader getCapabilityRob Herring2017-07-311-1/+1