index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vulkan
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-11
vulkan/wsi: Destroy swapchain images after terminating FIFO queues
Cameron Kumar
1
-3
/
+3
2018-05-30
vulkan: don't free uninitialised memory
Eric Engestrom
1
-1
/
+1
2018-05-08
vulkan/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
3
-2
/
+5
2018-04-16
vulkan: Update the XML and headers to 1.1.73
Jason Ekstrand
1
-5
/
+5
2018-04-10
vulkan: Drop vk_android_native_buffer.xml
Jason Ekstrand
4
-60
/
+2
2018-04-09
vulkan: Update the XML and headers to 1.1.72
Samuel Pitoiset
1
-47
/
+239
2018-04-03
vulkan/wsi/wayland: fix leaks
James Legg
1
-0
/
+4
2018-03-23
wayland-drm: do not distribute generated sources
Juan A. Suarez Romero
1
-5
/
+10
2018-03-20
dri3: Don't fail on version mismatch
Daniel Stone
1
-0
/
+4
2018-03-16
dri3: allow building against older xcb (v3)
Dave Airlie
1
-2
/
+10
2018-03-16
vulkan/wsi/x11: correct DRI3 version in comment
Emil Velikov
1
-1
/
+1
2018-03-16
vulkan/wsi/x11: use ARRAY_SIZE where applicable
Emil Velikov
1
-2
/
+2
2018-03-12
vulkan: autotools: do not redirect stdin/stdout for wayland-scanner
Emil Velikov
1
-4
/
+4
2018-03-09
vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
Louis-Francis Ratté-Boulianne
1
-3
/
+60
2018-03-09
vulkan/wsi/x11: Add support for DRI3 v1.2
Daniel Stone
1
-17
/
+161
2018-03-09
vulkan/wsi: clean up cleanup path
Eric Engestrom
1
-7
/
+7
2018-03-07
vulkan/util: Add a helper to get a version override
Jason Ekstrand
2
-0
/
+22
2018-03-07
vulkan: Update the XML and headers to 1.1.70
Jason Ekstrand
1
-1304
/
+2129
2018-03-07
vulkan/enum_to_str: Add support for aliases and new Vulkan versions
Jason Ekstrand
1
-5
/
+20
2018-03-07
vulkan/enum_to_str: Add a add_value_from_xml helper to VkEnum
Jason Ekstrand
1
-13
/
+15
2018-03-07
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
1
-16
/
+16
2018-02-26
android: vulkan/util: add dependency on libnativewindow for O and later
Mauro Rossi
1
-0
/
+4
2018-02-26
vulkan/wsi/wayland: Move Wayland protocol from BUILT_SOURCES
Daniel Stone
1
-1
/
+4
2018-02-21
vulkan/wsi/x11: Consistently update and return swapchain status
Daniel Stone
1
-19
/
+63
2018-02-21
vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails
Jason Ekstrand
1
-1
/
+3
2018-02-21
vulkan/wsi/wayland: Add support for zwp_dmabuf
Daniel Stone
4
-15
/
+142
2018-02-21
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
5
-19
/
+177
2018-02-21
vulkan/wsi: Add drm_modifier member to wsi_image
Daniel Stone
4
-1
/
+6
2018-02-21
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
4
-20
/
+31
2018-02-06
vulkan/wsi: Fix OOM behavior with prime images.
Bas Nieuwenhuizen
1
-1
/
+3
2018-01-25
vulkan: Update the XML and headers to 1.0.68
Jason Ekstrand
1
-10
/
+81
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+4
2018-01-17
vulkan: move anv VK_EXT_debug_report implementation to common code.
Bas Nieuwenhuizen
4
-0
/
+198
2018-01-11
meson: Use consistent style
Dylan Baker
1
-2
/
+4
2017-12-28
vulkan/wsi: free cmd pools
Dave Airlie
1
-0
/
+1
2017-12-18
android: fix vulkan driver build
Tapani Pälli
1
-2
/
+3
2017-12-04
vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init
Jason Ekstrand
3
-14
/
+52
2017-12-04
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
3
-21
/
+8
2017-12-04
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
3
-35
/
+148
2017-12-04
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
3
-7
/
+0
2017-12-04
vulkan/wsi: Move wsi_swapchain to wsi_common_private.h
Jason Ekstrand
2
-45
/
+47
2017-12-04
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2
-0
/
+22
2017-12-04
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2
-0
/
+50
2017-12-04
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
5
-62
/
+19
2017-12-04
vulkan/wsi: Move get_images into common code
Jason Ekstrand
4
-49
/
+34
2017-12-04
vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submit
Jason Ekstrand
1
-0
/
+17
2017-12-04
vulkan/wsi: Only wait on semaphores on the first swapchain
Jason Ekstrand
1
-2
/
+7
2017-12-04
vulkan/wsi: Refactor result handling in queue_present
Jason Ekstrand
1
-26
/
+28
2017-12-04
radv/wsi: Move the guts of QueuePresent to wsi common
Dave Airlie
2
-0
/
+88
2017-12-04
vulkan/wsi: Add a WSI_FROM_HANDLE macro
Jason Ekstrand
1
-0
/
+3
[next]