index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vulkan
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-03
vulkan/wsi/wayland: Pass damage through to the compositor
Jason Ekstrand
1
-1
/
+15
2017-04-03
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
3
-3
/
+6
2017-04-03
vulkan/wsi: Fix some line wrapping
Jason Ekstrand
1
-1
/
+4
2017-03-31
vulkan: Bump the header and XML to the latest public version
Jason Ekstrand
1
-473
/
+625
2017-03-13
vulkan/wsi: include builddir for generated headers
Juan A. Suarez Romero
1
-0
/
+1
2017-03-13
vulkan/wsi: Generate wayland protocol headers separately from EGL
Jason Ekstrand
4
-5
/
+23
2017-03-04
android: fix outdir for gen_enum_to_str files
Tapani Pälli
1
-1
/
+2
2017-03-01
vulkan/wsi: Improve the DRI3 error message
Jacob Lifshay
1
-10
/
+41
2017-02-28
vulkan: provide vk.xml as argument to the python generator
Emil Velikov
3
-5
/
+4
2017-02-28
automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list
Emil Velikov
3
-7
/
+5
2017-02-28
android: vulkan: add support for libmesa_vulkan_util
Mauro Rossi
3
-3
/
+66
2017-02-27
vulkan: Update registry and headers to 1.0.42
Jason Ekstrand
1
-111
/
+1039
2017-02-27
vulkan/wsi/radv: add initial prime support (v1.1)
Dave Airlie
4
-5
/
+69
2017-02-23
vulkan/wsi: move image count to shared structure.
Dave Airlie
3
-26
/
+24
2017-02-22
vulkan: Fix gen_enum_to_str in out of tree builds
Dylan Baker
1
-1
/
+5
2017-02-22
vulkan: Combine wsi and util makefiles
Dylan Baker
5
-38
/
+32
2017-02-22
vulkan/util: Add generator for enum_to_str functions
Dylan Baker
3
-0
/
+195
2017-02-20
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
5
-1
/
+74
2017-01-25
vulkan/wsi: Lower the maximum image sizes
Jason Ekstrand
2
-2
/
+4
2017-01-25
vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes
Jason Ekstrand
1
-3
/
+5
2017-01-25
vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats
Jason Ekstrand
1
-7
/
+9
2017-01-24
vulkan: import latest registry for 1.0.39 extensions.
Dave Airlie
1
-42
/
+408
2017-01-19
vulkan/wsi: clarify the severity of lack of DRI3 v2
Andres Rodriguez
1
-2
/
+4
2017-01-14
vulkan: add API registry
Lionel Landwerlin
1
-0
/
+4903
2017-01-12
vulkan: Add new cast macros for VkIcd types
Chad Versace
3
-4
/
+22
2016-12-22
vulkan/wsi/x11: don't crash on null wsi x11 connection
Arda Coskunses
1
-0
/
+3
2016-12-22
vulkan/wsi/x11: don't crash on null visual
Arda Coskunses
1
-0
/
+3
2016-12-07
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
2
-2
/
+2
2016-11-30
vulkan/wsi/x11: Destroy Present event context when destroying swapchain
Michel Dänzer
1
-0
/
+6
2016-11-28
vulkan/wsi: Fix resource leak in success path of wsi_queue_init()
Gwan-gyeong Mun
1
-0
/
+1
2016-11-16
wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
Dave Airlie
2
-10
/
+22
2016-11-10
vulkan/wsi/x11: Implement FIFO mode.
Jason Ekstrand
1
-10
/
+164
2016-11-10
vulkan/wsi: Report the correct min/maxImageCount
Jason Ekstrand
2
-26
/
+20
2016-11-10
vulkan/wsi: Add a thread-safe queue implementation
Kevin Strasser
2
-1
/
+156
2016-11-09
vulkan/wsi/wayland: Clean up some error handling paths
Jason Ekstrand
1
-0
/
+8
2016-11-09
vulkan/wsi/wayland: Include pthread.h
Jason Ekstrand
1
-0
/
+1
2016-11-02
vulkan/wsi/x11: Clean up connections in finish_wsi
Jason Ekstrand
1
-0
/
+4
2016-11-02
vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
Jason Ekstrand
1
-0
/
+2
2016-10-28
vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHR
Eduardo Lima Mitev
1
-8
/
+3
2016-10-28
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
Eduardo Lima Mitev
1
-3
/
+3
2016-10-27
vulkan/wsi/x11: add support for IMMEDIATE present mode
Dave Airlie
1
-1
/
+3
2016-10-27
vulkan/wsi: store present mode in swapchain base class
Dave Airlie
3
-3
/
+5
2016-10-27
vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
Dave Airlie
1
-5
/
+57
2016-10-26
vulkan/wsi/wayland: fix ARGB window support
Fredrik Höglund
1
-1
/
+4
2016-10-26
vulkan/wsi/x11: fix ARGB window support
Fredrik Höglund
1
-4
/
+15
2016-10-25
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
Eduardo Lima Mitev
1
-3
/
+8
2016-10-20
wsi/wayland: fix error path
Eric Engestrom
1
-0
/
+4
2016-10-19
vulkan/wsi: fix out of tree build.
Dave Airlie
1
-1
/
+1
2016-10-19
anv: move to using shared wsi code
Dave Airlie
7
-0
/
+1985