index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: refactor dri2_create_screen() into three separate functions
Emil Velikov
2017-05-29
6
-19
/
+58
*
egl/x11: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-55
/
+23
*
egl/wayland: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-59
/
+25
*
egl/surfaceless: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-14
/
+8
*
egl/drm: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-5
/
+2
*
egl/android: make use of dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-18
/
+9
*
egl: split out a dri2_display_destroy() helper
Emil Velikov
2017-05-29
2
-1
/
+11
*
egl: check for driver_configs in dri2_display_release
Tapani Pälli
2017-05-29
1
-1
/
+1
*
gbm: remove unneeded gbm_drm_device abstraction
Emil Velikov
2017-05-29
2
-12
/
+7
*
gbm: move gbm_drm_device::driver_name to gbm_dri_device
Emil Velikov
2017-05-29
1
-1
/
+1
*
gbm: remove "struct gbm_drm_bo" abstraction
Emil Velikov
2017-05-29
1
-2
/
+2
*
egl/wayland: verify event queue was allocated
Lionel Landwerlin
2017-05-22
1
-1
/
+1
*
egl/android: fix segfault within swap_buffers
Tapani Pälli
2017-05-19
1
-1
/
+6
*
egl/wayland: Ensure we get a back buffer
Daniel Stone
2017-05-19
1
-1
/
+9
*
egl/wayland: Use per-surface event queues
Daniel Stone
2017-05-19
2
-27
/
+68
*
egl/wayland: Don't open-code roundtrip
Daniel Stone
2017-05-19
1
-25
/
+1
*
egl: remove suprous header eglcompiler.h
Emil Velikov
2017-05-08
2
-0
/
+2
*
egl: fold Android logger into main/
Emil Velikov
2017-05-08
2
-35
/
+0
*
egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSE
Nicolas Boichat
2017-05-04
1
-2
/
+2
*
egl/android: Mark surface as lost when dequeueBuffer fails
Chad Versace
2017-05-04
1
-0
/
+10
*
egl/android: Cancel any outstanding ANativeBuffer in surface destructor
Chad Versace
2017-05-04
1
-4
/
+9
*
eg: explicitly size dri2_to_egl_attribute_map[]
Emil Velikov
2017-05-04
1
-1
/
+1
*
egl/platform/drm: Don't take display ownership until gbm is initialized
Adam Jackson
2017-05-04
1
-1
/
+1
*
egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
Adam Jackson
2017-05-04
1
-1
/
+1
*
egl: polish dri2_to_egl_attribute_map[]
Emil Velikov
2017-04-29
1
-50
/
+18
*
Revert "android: fix segfault within swap_buffers"
Tapani Pälli
2017-04-21
1
-8
/
+0
*
Android: kill off {MESA_}ANDROID_VERSION defines aka Android 4.1 and older
Rob Herring
2017-03-22
2
-23
/
+1
*
egl/dri2: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+4
*
android: fix segfault within swap_buffers
Tapani Pälli
2017-03-17
1
-0
/
+8
*
egl: Implement __DRI_BACKGROUND_CALLABLE
Eric Anholt
2017-03-16
3
-0
/
+18
*
egl/drm: Use modifiers for backbuffer creation
Ben Widawsky
2017-03-15
1
-4
/
+15
*
EGL/Android: Add EGL_EXT_buffer_age extension
Xiaosong Wei
2017-03-04
2
-1
/
+59
*
egl/wayland: Don't use DRM format codes for SHM
Daniel Stone
2017-03-01
1
-6
/
+15
*
egl: Ensure ResetNotificationStrategy matches for shared contexts.
Kenneth Graunke
2017-03-01
1
-0
/
+14
*
egl/dri3: implement query surface hook
Brendan King
2017-02-28
1
-0
/
+20
*
android: fix droid_create_image_from_prime_fd_yuv for YV12
Tapani Pälli
2017-02-03
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
*
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/dri2: implement query surface hook
Tapani Pälli
2016-12-27
1
-0
/
+36
*
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/surfaceless: remove duplicate KHR_image_base enablement
Emil Velikov
2016-12-09
1
-2
/
+0
*
egl: add EGL_ANDROID_native_fence_sync
Rob Clark
2016-12-01
1
-1
/
+57
[next]