| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "wayland-drm: constify the callbacks struct" | Daniel Stone | 2017-09-26 | 1 | -5/+9 |
* | egl: fix build fallouts from 1d0be5b3fe5 | Krzysztof Sobiecki | 2017-09-19 | 1 | -1/+1 |
* | wayland-drm: constify the callbacks struct | Emil Velikov | 2017-09-19 | 1 | -9/+5 |
* | configure.ac: define WL_HIDE_DEPRECATED at global scale | Emil Velikov | 2017-09-19 | 1 | -2/+0 |
* | egl/android: Use per surface out fence | Zhongmin Wu | 2017-09-19 | 1 | -13/+15 |
* | egl: Allow creation of per surface out fence | Zhongmin Wu | 2017-09-19 | 8 | -6/+93 |
* | egl: Wrap dri3 surface primitive around dri2 egl surface | Yogesh Marathe | 2017-09-19 | 2 | -11/+11 |
* | egl+glx: turn LIBGL_DRI3_DISABLE into a boolean | Eric Engestrom | 2017-09-12 | 1 | -1/+1 |
* | egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean | Eric Engestrom | 2017-09-12 | 2 | -2/+4 |
* | egl/x11: advertise __DRI_USE_INVALIDATE for DRI2 | Emil Velikov | 2017-09-06 | 1 | -0/+1 |
* | egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension | Emil Velikov | 2017-09-06 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | 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/dri2: Allow modifiers to add FDs to imports | Daniel Stone | 2017-08-11 | 1 | -19/+19 |
* | 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 | 1 | -5/+0 |
* | 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/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 |
* | egl: check the correct function pointer | Eric Engestrom | 2017-08-02 | 1 | -0/+2 |
* | 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: make platform's SwapInterval() optional | Eric Engestrom | 2017-08-01 | 1 | -11/+0 |
* | loader: remove clamp_swap_interval() | Eric Engestrom | 2017-08-01 | 1 | -14/+0 |
* | egl: deduplicate swap interval clamping logic | Eric Engestrom | 2017-08-01 | 2 | -21/+2 |
* | Android: fix compile error for DRI2 loader getCapability | Rob Herring | 2017-07-31 | 1 | -1/+1 |