aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* android: fix droid_create_image_from_prime_fd_yuv for YV12Tapani Pälli2017-02-031-1/+1
* dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker2017-01-231-0/+10
* egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov2017-01-181-10/+0
* egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov2017-01-181-93/+21
* egl/wayland: use the destroy_window_callback for swrastEmil Velikov2017-01-181-0/+2
* egl/dri2: Unify the style of function pointer calls in structsBoyan Ding2017-01-136-35/+34
* gbm/drm: Pick the oldest available buffer in get_back_boDerek Foreman2017-01-131-2/+4
* egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl2017-01-133-14/+25
* egl/wayland: Cleanup private display connection when init failsJonas Ådahl2017-01-131-0/+4
* egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman2017-01-111-0/+1
* egl/dri2: implement query surface hookTapani Pälli2016-12-271-0/+36
* EGL/android: Enhance pbuffer implementationLiu Zhiquan2016-12-191-81/+96
* egl/x11: cleanup init codeEric Engestrom2016-12-151-14/+10
* egl/surfaceless: remove duplicate KHR_image_base enablementEmil Velikov2016-12-091-2/+0
* egl: add EGL_ANDROID_native_fence_syncRob Clark2016-12-011-1/+57
* egl/x11: store xcb_screen_t *screen instead of int screenEmil Velikov2016-11-223-66/+18
* egl/x11: factor out dri2_get_xcb_connection()Emil Velikov2016-11-221-36/+27
* egl/wayland: remove non-applicable destroyDrawable from error pathEmil Velikov2016-11-211-3/+1
* egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)Tomasz Figa2016-11-211-27/+137
* egl/android: Get gralloc module in dri2_initialize_android() (v2)Tomasz Figa2016-11-212-12/+19
* egl/android: Remove handling of RGB_888 pixel formatTomasz Figa2016-11-211-6/+0
* egl/x11: misc style fixesEric Engestrom2016-11-172-2/+2
* EGL/android: pbuffer implementationLiu Zhiquan2016-11-162-23/+78
* dri: make use of loader_get_extensions_name(..) helperChristian Gmeiner2016-11-151-2/+3
* Revert "dri: make use of dri_get_extensions_name(..) helper"Emil Velikov2016-11-151-3/+2
* dri: make use of dri_get_extensions_name(..) helperChristian Gmeiner2016-11-151-2/+3
* egl/wayland: fix return value in dri2_wl_swrast_commit_backbufferEmil Velikov2016-11-111-1/+1
* Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...Daniel Stone2016-11-101-16/+14
* Revert "egl: remove explicit config_id management from dri2_add_config()"Emil Velikov2016-11-091-0/+3
* egl: remove explicit config_id management from dri2_add_config()Emil Velikov2016-11-091-3/+0
* egl: use util/macros.hMarek Olšák2016-11-041-2/+0
* gbm: set up the interop extension for egl/drmMarek Olšák2016-11-011-0/+1
* egl/dri2: swap_buffers_with_damage falls back to swap_buffersEric Engestrom2016-10-261-1/+2
* Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"Tapani Pälli2016-10-251-2/+0
* egl/dri2: set max values for pbuffer width and heightTapani Pälli2016-10-251-0/+9
* egl/wayland: add missing destroy_window callbackStencel, Joanna2016-10-241-2/+13
* egl: bring back the default glapi.so nameEric Engestrom2016-10-191-3/+1
* egl/surfaceless: Fix segfault in eglSwapBuffersChad Versace2016-10-181-0/+12
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-185-5/+5
* egl/android: fix error in droid_add_configs_for_visuals()Tapani Pälli2016-10-171-2/+0
* egl/surfaceless: Fix comparison between pointer and integerChad Versace2016-10-161-1/+1
* egl/surfaceless: use correct index when accesing the visualEmil Velikov2016-10-161-1/+1
* Revert "egl/dri2: rework dri2_make_current code flow"Emil Velikov2016-10-141-36/+36
* egl/drm: set eglError and provide an error message on failureEmil Velikov2016-10-141-6/+15
* egl/x11: attribute for dri2_add_config failureEmil Velikov2016-10-141-7/+14
* egl/wayland: introduce dri2_wl_add_configs_for_visuals() helperEmil Velikov2016-10-141-32/+51
* egl/surfaceless: tweak surfaceless_add_configs_for_visuals()Emil Velikov2016-10-141-7/+8
* egl/android: tweak droid_add_configs_for_visuals()Emil Velikov2016-10-141-19/+21
* egl/drm: introduce drm_add_configs_for_visuals() helperEmil Velikov2016-10-141-28/+61
* egl/surfaceless: print out a message on zero configs for given formatEmil Velikov2016-10-141-9/+18