index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan: Update the XML and headers to 1.0.68
Jason Ekstrand
2018-01-25
1
-10
/
+81
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+4
*
vulkan: move anv VK_EXT_debug_report implementation to common code.
Bas Nieuwenhuizen
2018-01-17
4
-0
/
+198
*
meson: Use consistent style
Dylan Baker
2018-01-11
1
-2
/
+4
*
vulkan/wsi: free cmd pools
Dave Airlie
2017-12-28
1
-0
/
+1
*
android: fix vulkan driver build
Tapani Pälli
2017-12-18
1
-2
/
+3
*
vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init
Jason Ekstrand
2017-12-04
3
-14
/
+52
*
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
2017-12-04
3
-21
/
+8
*
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
2017-12-04
3
-35
/
+148
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
3
-7
/
+0
*
vulkan/wsi: Move wsi_swapchain to wsi_common_private.h
Jason Ekstrand
2017-12-04
2
-45
/
+47
*
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2017-12-04
2
-0
/
+22
*
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2017-12-04
2
-0
/
+50
*
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
2017-12-04
5
-62
/
+19
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
4
-49
/
+34
*
vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submit
Jason Ekstrand
2017-12-04
1
-0
/
+17
*
vulkan/wsi: Only wait on semaphores on the first swapchain
Jason Ekstrand
2017-12-04
1
-2
/
+7
*
vulkan/wsi: Refactor result handling in queue_present
Jason Ekstrand
2017-12-04
1
-26
/
+28
*
radv/wsi: Move the guts of QueuePresent to wsi common
Dave Airlie
2017-12-04
2
-0
/
+88
*
vulkan/wsi: Add a WSI_FROM_HANDLE macro
Jason Ekstrand
2017-12-04
1
-0
/
+3
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
5
-59
/
+144
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
5
-61
/
+443
*
vulkan/wsi: Add a mock image creation extension
Jason Ekstrand
2017-12-04
1
-0
/
+18
*
vulkan/wsi: Add wsi_swapchain_init/finish functions
Jason Ekstrand
2017-12-04
7
-4
/
+83
*
vulkan/wsi: Add a wsi_device_init function
Jason Ekstrand
2017-12-04
4
-0
/
+41
*
vulkan/wsi/x11: Handle the geometry check earlier in create_swapchain
Jason Ekstrand
2017-12-04
1
-9
/
+10
*
vulkan/wsi: Add a wsi_image structure
Daniel Stone
2017-12-04
3
-61
/
+41
*
vulkan/wsi: use function ptr definitions from the spec.
Dave Airlie
2017-12-04
2
-4
/
+4
*
vulkan: Update the XML and headers to 1.0.66
Jason Ekstrand
2017-11-27
1
-15
/
+56
*
vulkan: Update headers and registry to 1.0.64
Alex Smith
2017-10-26
1
-26
/
+133
*
meson: move wayland_drm_protocol generation to wayland-drm
Dylan Baker
2017-10-20
1
-14
/
+0
*
vulkan: update headers & registry to VK 1.0.63
Andres Rodriguez
2017-10-21
1
-84
/
+180
*
vulkan/wsi: Free the event in x11_manage_fifo_queues().
Henri Verbeet
2017-10-17
1
-0
/
+1
*
meson: split and simplify dependencies
Dylan Baker
2017-10-16
1
-1
/
+9
*
vulkan: util: add macros to extract extension/offset number from enums
Lionel Landwerlin
2017-10-06
1
-0
/
+6
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
3
-0
/
+140
*
vulkan/wsi/wayland: Return better error messages
Jason Ekstrand
2017-09-27
1
-21
/
+36
*
vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available
Jason Ekstrand
2017-09-27
1
-6
/
+33
*
vulkan/wsi/wayland: Stop caching Wayland displays
Jason Ekstrand
2017-09-27
1
-107
/
+54
*
vulkan/wsi/wayland: Refactor wsi_wl_display code
Jason Ekstrand
2017-09-27
1
-14
/
+33
*
vulkan/wsi/wayland: Stop printing out the DRM device
Jason Ekstrand
2017-09-26
1
-1
/
+0
*
vulkan: enum generator: Generate entries for extended enums
Jason Ekstrand
2017-09-22
1
-8
/
+40
*
vulkan: enum generator: Stop using iterparse
Jason Ekstrand
2017-09-22
1
-26
/
+10
*
vulkan: enum generator: generate extension number defines
Lionel Landwerlin
2017-09-22
1
-4
/
+21
*
vulkan: enum generator: make registry more flexible
Lionel Landwerlin
2017-09-22
1
-9
/
+9
*
vulkan: enum generator: sort enums by names
Lionel Landwerlin
2017-09-22
1
-1
/
+2
*
vulkan: enum generator: align function declarations/prototypes
Lionel Landwerlin
2017-09-22
1
-21
/
+21
*
configure.ac: split the wayland client/server confusion
Emil Velikov
2017-09-19
1
-1
/
+1
*
vulkan: automake: add vk_android_native_buffer.h in the source list
Juan A. Suarez Romero
2017-09-19
1
-0
/
+1
*
vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.py
Chad Versace
2017-09-18
3
-5
/
+33
[next]