| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing copyright header to wayland-egl-priv.h | Micah Fedke | 2017-02-01 | 1 | -0/+27 |
* | egl: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | dri: allow 16bit R/GR images to be exported via drm buffers | Rainer Hochecker | 2017-01-23 | 1 | -0/+10 |
* | egl/wayland: resolve quirky try_damage_buffer() implementation | Emil Velikov | 2017-01-18 | 1 | -10/+0 |
* | configure: remove HAVE_EGL_DRIVER_DRI[23] | Emil Velikov | 2017-01-18 | 1 | -2/+0 |
* | egl/wayland: unify dri2_wl_create_surface implementations | Emil Velikov | 2017-01-18 | 1 | -93/+21 |
* | egl/wayland: use the destroy_window_callback for swrast | Emil Velikov | 2017-01-18 | 1 | -0/+2 |
* | egl/dri2: Unify the style of function pointer calls in structs | Boyan Ding | 2017-01-13 | 6 | -35/+34 |
* | gbm/drm: Pick the oldest available buffer in get_back_bo | Derek Foreman | 2017-01-13 | 1 | -2/+4 |
* | egl/wayland: Avoid race conditions when on non-main thread | Jonas Ådahl | 2017-01-13 | 3 | -14/+25 |
* | egl/wayland: Cleanup private display connection when init fails | Jonas Ådahl | 2017-01-13 | 1 | -0/+4 |
* | egl/dri2: add image_loader_extension back into loader extensions for wayland | Derek Foreman | 2017-01-11 | 1 | -0/+1 |
* | egl: Emit correct error when robust context creation fails | Chad Versace | 2016-12-27 | 1 | -12/+26 |
* | egl/dri2: implement query surface hook | Tapani Pälli | 2016-12-27 | 1 | -0/+36 |
* | egl: Check config's surface types in eglCreate*Surface() | Chad Versace | 2016-12-20 | 1 | -0/+10 |
* | EGL/android: Enhance pbuffer implementation | Liu Zhiquan | 2016-12-19 | 1 | -81/+96 |
* | egl/x11: cleanup init code | Eric Engestrom | 2016-12-15 | 1 | -14/+10 |
* | egl: Fix crashes in eglCreate*Surface() | Chad Versace | 2016-12-14 | 1 | -2/+2 |
* | egl: add and enable EGL_KHR_config_attribs | Emil Velikov | 2016-12-09 | 2 | -0/+7 |
* | egl/surfaceless: remove duplicate KHR_image_base enablement | Emil Velikov | 2016-12-09 | 1 | -2/+0 |
* | egl: unexport _eglConvertIntsToAttribs | Eric Engestrom | 2016-12-09 | 2 | -4/+1 |
* | egl: rename static functions to match convention | Eric Engestrom | 2016-12-09 | 1 | -9/+9 |
* | egl: add EGL_ANDROID_native_fence_sync | Rob Clark | 2016-12-01 | 7 | -7/+119 |
* | egl: un-fallthrough sync attr parsing | Rob Clark | 2016-12-01 | 1 | -3/+3 |
* | egl: initialize SyncCondition after attr parsing | Rob Clark | 2016-12-01 | 1 | -1/+2 |
* | egl/x11: store xcb_screen_t *screen instead of int screen | Emil Velikov | 2016-11-22 | 3 | -66/+18 |
* | egl/x11: factor out dri2_get_xcb_connection() | Emil Velikov | 2016-11-22 | 1 | -36/+27 |
* | egl/wayland: remove non-applicable destroyDrawable from error path | Emil Velikov | 2016-11-21 | 1 | -3/+1 |
* | egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2) | Tomasz Figa | 2016-11-21 | 1 | -27/+137 |
* | egl/android: Get gralloc module in dri2_initialize_android() (v2) | Tomasz Figa | 2016-11-21 | 2 | -12/+19 |
* | egl/android: Remove handling of RGB_888 pixel format | Tomasz Figa | 2016-11-21 | 1 | -6/+0 |
* | egl: fix helper function name | Eric Engestrom | 2016-11-17 | 1 | -4/+4 |
* | egl/x11: misc style fixes | Eric Engestrom | 2016-11-17 | 2 | -2/+2 |
* | egl: fix function name in debug string | Eric Engestrom | 2016-11-17 | 1 | -1/+1 |
* | EGL/android: pbuffer implementation | Liu Zhiquan | 2016-11-16 | 2 | -23/+78 |
* | egl: add missing error-checking to eglReleaseTexImage() | Eric Engestrom | 2016-11-16 | 1 | -3/+40 |
* | dri: make use of loader_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -2/+3 |
* | Revert "dri: make use of dri_get_extensions_name(..) helper" | Emil Velikov | 2016-11-15 | 1 | -3/+2 |
* | dri: make use of dri_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -2/+3 |
* | egl: Use pkg-config for Android NDK build | Gurchetan Singh | 2016-11-15 | 1 | -0/+2 |
* | egl/wayland: fix return value in dri2_wl_swrast_commit_backbuffer | Emil Velikov | 2016-11-11 | 1 | -1/+1 |
* | Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu... | Daniel Stone | 2016-11-10 | 1 | -16/+14 |
* | Revert "egl: remove explicit config_id management from dri2_add_config()" | Emil Velikov | 2016-11-09 | 1 | -0/+3 |
* | egl: remove explicit config_id management from dri2_add_config() | Emil Velikov | 2016-11-09 | 1 | -3/+0 |
* | egl: make interop ABI visible again | Marek Olšák | 2016-11-04 | 1 | -2/+2 |
* | egl: use util/macros.h | Marek Olšák | 2016-11-04 | 2 | -5/+2 |
* | gbm: set up the interop extension for egl/drm | Marek Olšák | 2016-11-01 | 1 | -0/+1 |
* | egl: set preserved behavior for surface only if config supports it | Tapani Pälli | 2016-10-27 | 1 | -1/+5 |
* | egl: fix error handling in _eglCreateSync | Tapani Pälli | 2016-10-27 | 1 | -2/+9 |
* | egl/dri2: swap_buffers_with_damage falls back to swap_buffers | Eric Engestrom | 2016-10-26 | 1 | -1/+2 |