| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "egl: Allow creation of per surface out fence" | Mark Janes | 2017-08-30 | 8 | -106/+18 |
* | egl/dri2: only destroy created objects | Michael Olbrich | 2017-08-30 | 1 | -3/+6 |
* | egl: Allow creation of per surface out fence | Zhongmin Wu | 2017-08-30 | 8 | -18/+106 |
* | egl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf | Emil Velikov | 2017-08-29 | 1 | -0/+3 |
* | egl/wayland: group wl_win specific code together | Emil Velikov | 2017-08-29 | 1 | -4/+3 |
* | egl/wayland: remove dri2_surf width/height double init. | Emil Velikov | 2017-08-29 | 1 | -3/+0 |
* | egl/wayland: set correct format with wl_dmabuf as wl_drm is missing | Emil Velikov | 2017-08-29 | 1 | -1/+1 |
* | egl/wayland: update comment to reflect wl_dmabuf presence | Emil Velikov | 2017-08-29 | 1 | -1/+1 |
* | egl/wayland: polish object teardown in dri2_wl_destroy_surface | Emil Velikov | 2017-08-29 | 1 | -2/+2 |
* | egl/wayland: plug leaks in dri2_wl_create_window_surface() error path | Emil Velikov | 2017-08-29 | 1 | -2/+6 |
* | egl: simplify refcounting after screen creation | Emil Velikov | 2017-08-29 | 1 | -9/+5 |
* | egl: don't NULL deref the .get_capabilities function pointer | Emil Velikov | 2017-08-26 | 1 | -1/+2 |
* | egl/drm: Don't "fall back" to /dev/dri/card0 if the first open fails | Adam Jackson | 2017-08-25 | 1 | -2/+0 |
* | Revert "egl/android: add missing include" | Eric Engestrom | 2017-08-25 | 1 | -1/+0 |
* | egl/wayland: Use roundtrips when awaiting buffer release | Kai Chen | 2017-08-25 | 1 | -2/+7 |
* | egl/android: add missing include | Eric Engestrom | 2017-08-24 | 1 | -0/+1 |
* | egl: deduplicate allocations of local buffer over each platform backend (v2) | Gwan-gyeong Mun | 2017-08-22 | 5 | -115/+71 |
* | egl: Fix inclusion of egl.h+mesa_glinterop.h | Matt Turner | 2017-08-21 | 2 | -2/+2 |
* | egl: Add dma_buf_import_modifiers for glvnd | Daniel Stone | 2017-08-21 | 1 | -0/+4 |
* | loader_dri3/glx/egl: Optionally use a blit context for blitting operations | Thomas Hellstrom | 2017-08-17 | 3 | -1/+15 |
* | loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback | Thomas Hellstrom | 2017-08-17 | 1 | -12/+0 |
* | egl: Update headers from Khronos | Daniel Stone | 2017-08-11 | 1 | -29/+597 |
* | egl/dri2: Allow modifiers to add FDs to imports | Daniel Stone | 2017-08-11 | 1 | -19/+19 |
* | egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy | Emil Velikov | 2017-08-10 | 1 | -2/+2 |
* | egl/drm: rename dri2_drm_create_surface() | Emil Velikov | 2017-08-10 | 1 | -13/+4 |
* | egl/drm: remove unreachable code in dri2_drm_create_surface() | Emil Velikov | 2017-08-10 | 1 | -13/+7 |
* | egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surface | Emil Velikov | 2017-08-10 | 2 | -2/+2 |
* | egl: Clean up native_type vs drawable mess | Matt Turner | 2017-08-10 | 2 | -8/+5 |
* | egl: handle BAD_NATIVE_PIXMAP further up the stack | Emil Velikov | 2017-08-10 | 2 | -5/+3 |
* | egl: drop unreachable BAD_NATIVE_WINDOW conditions | Emil Velikov | 2017-08-10 | 4 | -15/+3 |
* | egl: add dri2_setup_swap_interval helper | Emil Velikov | 2017-08-10 | 4 | -63/+49 |
* | egl: whitespace cleanup in eglapi.c | Eric Engestrom | 2017-08-09 | 1 | -25/+25 |
* | egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfo | Tapani Pälli | 2017-08-09 | 1 | -7/+18 |
* | egl/dri2: add image extension such it's usable by swrast driver | Gurchetan Singh | 2017-08-07 | 3 | -2/+5 |
* | loader: drop the [gs]et_swap_interval callbacks | Emil Velikov | 2017-08-04 | 1 | -18/+1 |
* | egl/x11: don't leak xfixes_query in the error path | Emil Velikov | 2017-08-04 | 1 | -0/+1 |
* | loader: rework xmlconfig dependency | Emil Velikov | 2017-08-04 | 1 | -2/+6 |
* | egl: check the correct function pointer | Eric Engestrom | 2017-08-02 | 2 | -1/+3 |
* | egl/drm: Fix misused x and y offsets in swrast_get_image() | Gwan-gyeong Mun | 2017-08-01 | 1 | -4/+19 |
* | egl/drm: Fix misused x and y offsets in swrast_put_image2() | Gwan-gyeong Mun | 2017-08-01 | 1 | -2/+17 |
* | egl: remove unnecessary empty array element | Eric Engestrom | 2017-08-01 | 1 | -3/+2 |
* | egl: split enums to make use of -Wswitch | Eric Engestrom | 2017-08-01 | 1 | -10/+8 |
* | egl: use designated initaliser for _eglGlobal | Eric Engestrom | 2017-08-01 | 1 | -9/+9 |
* | egl: make platform's SwapInterval() optional | Eric Engestrom | 2017-08-01 | 2 | -12/+1 |
* | loader: remove clamp_swap_interval() | Eric Engestrom | 2017-08-01 | 1 | -14/+0 |
* | egl: deduplicate swap interval clamping logic | Eric Engestrom | 2017-08-01 | 4 | -40/+14 |
* | Android: fix compile error for DRI2 loader getCapability | Rob Herring | 2017-07-31 | 1 | -1/+1 |
* | dri_interface,egl,gallium: only expose RGBA visuals on Android | Marek Olšák | 2017-07-31 | 1 | -2/+16 |
* | egl: move KHR_no_error vs debug/robustness check further down | Grigori Goronzy | 2017-07-26 | 1 | -11/+10 |
* | egl: fix whitespace issues from eglimage code | Tapani Pälli | 2017-07-25 | 1 | -10/+10 |