aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri_interface,egl,gallium: only expose RGBA visuals on AndroidMarek Olšák2017-07-311-2/+16
* egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy2017-07-261-11/+10
* egl: fix whitespace issues from eglimage codeTapani Pälli2017-07-251-10/+10
* egl/wayland: Ignore invalid modifiersDaniel Stone2017-07-241-0/+4
* egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil Velikov2017-07-241-1/+1
* wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov2017-07-241-1/+1
* wayland-egl: Update ABI checkerMiguel A. Vico2017-07-241-15/+75
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-243-2/+24
* egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico2017-07-241-1/+12
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-243-33/+37
* wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2017-07-242-1/+180
* configure.ac: rework wayland-protocols handlingEmil Velikov2017-07-241-6/+7
* egl: fix line continuationEric Engestrom2017-07-191-1/+1
* egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov2017-07-191-0/+7
* egl/dri2: remove unused buffer_count variableGwan-gyeong Mun2017-07-194-8/+2
* egl/drm: Format code in platform_drm.c according to style guide.Gwan-gyeong Mun2017-07-191-1/+2
* egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun2017-07-191-0/+1
* egl: Add MKDIR_GEN definitionDaniel Stone2017-07-191-0/+2
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-185-20/+217