| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vulkan/util: Teach gen_enum_to_str.py to parse mutliple XML files | Chad Versace | 2017-09-18 | 1 | -8/+11 |
* | vulkan/registry: Add VK_ANDROID_native_buffer | Chad Versace | 2017-09-18 | 1 | -0/+52 |
* | vulkan: update headers & registry to VK 1.0.61 | Lionel Landwerlin | 2017-09-15 | 1 | -92/+448 |
* | vulkan/util: Add a vk_zalloc helper | Jason Ekstrand | 2017-08-28 | 1 | -0/+14 |
* | vulkan: import 1.0.59 headers and xml. | Dave Airlie | 2017-08-22 | 1 | -8/+45 |
* | vulkan: Import in the latest 1.0.57 header and XML from Khronos | Jason Ekstrand | 2017-08-01 | 1 | -935/+949 |
* | vulkan/util: fix typo in comment | Eric Engestrom | 2017-07-18 | 1 | -1/+1 |
* | vulkan: Update to the new 1.0.54 spec XML and headers | Jason Ekstrand | 2017-07-15 | 1 | -394/+814 |
* | Android: vulkan: fix build error due to extra ) | Rob Herring | 2017-06-08 | 1 | -1/+1 |
* | radv/vulkan: Move radv_get_driver_version to src/vulkan/util | Alex Smith | 2017-06-06 | 3 | -0/+52 |
* | util/vulkan: Move Vulkan utilities to src/vulkan/util | Alex Smith | 2017-06-06 | 8 | -4/+309 |
* | vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation | Philipp Zabel | 2017-05-20 | 1 | -3/+10 |
* | vulkan: automake: remove unused VULKAN_LIB_DEPS variable | Emil Velikov | 2017-05-19 | 1 | -6/+0 |
* | configure: check once for DRI3 dependencies | Emil Velikov | 2017-05-19 | 1 | -2/+1 |
* | vulkan/wsi/wayland: Use proxy wrappers for swapchain | Daniel Stone | 2017-05-19 | 1 | -16/+36 |
* | vulkan/wsi/wayland: Use per-display event queue | Daniel Stone | 2017-05-19 | 1 | -12/+32 |
* | vulkan/wsi/wayland: Remove roundtrip when creating image | Daniel Stone | 2017-05-19 | 1 | -1/+0 |
* | vulkan: Fix Wayland uninitialised registry | Daniel Stone | 2017-05-19 | 1 | -4/+5 |
* | vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2 | Jason Ekstrand | 2017-05-16 | 1 | -0/+38 |
* | vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2 | Jason Ekstrand | 2017-05-16 | 1 | -0/+32 |
* | vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointers | Jason Ekstrand | 2017-05-16 | 1 | -0/+8 |
* | vulkan/wsi: Use vk_outarray for surface_get_formats | Jason Ekstrand | 2017-05-16 | 2 | -30/+21 |
* | vulkan: Update registry and headers to 1.0.49 | Jason Ekstrand | 2017-05-16 | 1 | -12/+155 |
* | vulkan/wsi/wayland: Pass damage through to the compositor | Jason Ekstrand | 2017-04-03 | 1 | -1/+15 |
* | vulkan/wsi: Plumb present regions through the common code | Jason Ekstrand | 2017-04-03 | 3 | -3/+6 |
* | vulkan/wsi: Fix some line wrapping | Jason Ekstrand | 2017-04-03 | 1 | -1/+4 |
* | vulkan: Bump the header and XML to the latest public version | Jason Ekstrand | 2017-03-31 | 1 | -473/+625 |
* | vulkan/wsi: include builddir for generated headers | Juan A. Suarez Romero | 2017-03-13 | 1 | -0/+1 |
* | vulkan/wsi: Generate wayland protocol headers separately from EGL | Jason Ekstrand | 2017-03-13 | 4 | -5/+23 |
* | android: fix outdir for gen_enum_to_str files | Tapani Pälli | 2017-03-04 | 1 | -1/+2 |
* | vulkan/wsi: Improve the DRI3 error message | Jacob Lifshay | 2017-03-01 | 1 | -10/+41 |
* | vulkan: provide vk.xml as argument to the python generator | Emil Velikov | 2017-02-28 | 3 | -5/+4 |
* | automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list | Emil Velikov | 2017-02-28 | 3 | -7/+5 |
* | android: vulkan: add support for libmesa_vulkan_util | Mauro Rossi | 2017-02-28 | 3 | -3/+66 |
* | vulkan: Update registry and headers to 1.0.42 | Jason Ekstrand | 2017-02-27 | 1 | -111/+1039 |
* | vulkan/wsi/radv: add initial prime support (v1.1) | Dave Airlie | 2017-02-27 | 4 | -5/+69 |
* | vulkan/wsi: move image count to shared structure. | Dave Airlie | 2017-02-23 | 3 | -26/+24 |
* | vulkan: Fix gen_enum_to_str in out of tree builds | Dylan Baker | 2017-02-22 | 1 | -1/+5 |
* | vulkan: Combine wsi and util makefiles | Dylan Baker | 2017-02-22 | 5 | -38/+32 |
* | vulkan/util: Add generator for enum_to_str functions | Dylan Baker | 2017-02-22 | 3 | -0/+195 |