summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and olderRob Herring2-23/+1
2017-03-22egl/dri2: consistently use ifndef guards over pragma onceEmil Velikov1-1/+4
2017-03-17android: fix segfault within swap_buffersTapani Pälli1-0/+8
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt3-0/+18
2017-03-15egl/drm: Use modifiers for backbuffer creationBen Widawsky1-4/+15
2017-03-04EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2-1/+59
2017-03-01egl/wayland: Don't use DRM format codes for SHMDaniel Stone1-6/+15
2017-03-01egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke1-0/+14
2017-02-28egl/dri3: implement query surface hookBrendan King1-0/+20
2017-02-03android: fix droid_create_image_from_prime_fd_yuv for YV12Tapani Pälli1-1/+1
2017-01-23dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker1-0/+10
2017-01-18egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov1-10/+0
2017-01-18egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov1-93/+21
2017-01-18egl/wayland: use the destroy_window_callback for swrastEmil Velikov1-0/+2
2017-01-13egl/dri2: Unify the style of function pointer calls in structsBoyan Ding6-35/+34
2017-01-13gbm/drm: Pick the oldest available buffer in get_back_boDerek Foreman1-2/+4
2017-01-13egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl3-14/+25
2017-01-13egl/wayland: Cleanup private display connection when init failsJonas Ådahl1-0/+4
2017-01-11egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman1-0/+1
2016-12-27egl/dri2: implement query surface hookTapani Pälli1-0/+36
2016-12-19EGL/android: Enhance pbuffer implementationLiu Zhiquan1-81/+96
2016-12-15egl/x11: cleanup init codeEric Engestrom1-14/+10
2016-12-09egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov1-2/+0
2016-12-01egl: add EGL_ANDROID_native_fence_syncRob Clark1-1/+57
2016-11-22egl/x11: store xcb_screen_t *screen instead of int screenEmil Velikov3-66/+18
2016-11-22egl/x11: factor out dri2_get_xcb_connection()Emil Velikov1-36/+27
2016-11-21egl/wayland: remove non-applicable destroyDrawable from error pathEmil Velikov1-3/+1
2016-11-21egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)Tomasz Figa1-27/+137
2016-11-21egl/android: Get gralloc module in dri2_initialize_android() (v2)Tomasz Figa2-12/+19
2016-11-21egl/android: Remove handling of RGB_888 pixel formatTomasz Figa1-6/+0
2016-11-17egl/x11: misc style fixesEric Engestrom2-2/+2
2016-11-16EGL/android: pbuffer implementationLiu Zhiquan2-23/+78
2016-11-15dri: make use of loader_get_extensions_name(..) helperChristian Gmeiner1-2/+3
2016-11-15Revert "dri: make use of dri_get_extensions_name(..) helper"Emil Velikov1-3/+2
2016-11-15dri: make use of dri_get_extensions_name(..) helperChristian Gmeiner1-2/+3
2016-11-11egl/wayland: fix return value in dri2_wl_swrast_commit_backbufferEmil Velikov1-1/+1
2016-11-10Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...Daniel Stone1-16/+14
2016-11-09Revert "egl: remove explicit config_id management from dri2_add_config()"Emil Velikov1-0/+3
2016-11-09egl: remove explicit config_id management from dri2_add_config()Emil Velikov1-3/+0
2016-11-04egl: use util/macros.hMarek Olšák1-2/+0
2016-11-01gbm: set up the interop extension for egl/drmMarek Olšák1-0/+1
2016-10-26egl/dri2: swap_buffers_with_damage falls back to swap_buffersEric Engestrom1-1/+2
2016-10-25Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"Tapani Pälli1-2/+0
2016-10-25egl/dri2: set max values for pbuffer width and heightTapani Pälli1-0/+9
2016-10-24egl/wayland: add missing destroy_window callbackStencel, Joanna1-2/+13
2016-10-19egl: bring back the default glapi.so nameEric Engestrom1-3/+1
2016-10-18egl/surfaceless: Fix segfault in eglSwapBuffersChad Versace1-0/+12
2016-10-18loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov5-5/+5
2016-10-17egl/android: fix error in droid_add_configs_for_visuals()Tapani Pälli1-2/+0
2016-10-16egl/surfaceless: Fix comparison between pointer and integerChad Versace1-1/+1