1. afdfd7f test/binding: inherit Descriptor* from NonDispHandle by Chia-I Wu · 9 years ago
  2. 8c721c6 test/binding: inherit Sampler from NonDispHandle by Chia-I Wu · 9 years ago
  3. 2ff72fd test/binding: inherit Pipeline from NonDispHandle by Chia-I Wu · 9 years ago
  4. fd46e7d test/binding: inherit PipelineLayout from NonDispHandle by Chia-I Wu · 9 years ago
  5. 4d0c792 test/binding: inherit Shader* from NonDispHandle by Chia-I Wu · 9 years ago
  6. 3158bf3 test/binding: inherit views from NonDispHandle by Chia-I Wu · 9 years ago
  7. 1b7d476 test/binding: inherit QueryPool from NonDispHandle by Chia-I Wu · 9 years ago
  8. c5c9799 test/binding: inherit Event from NonDispHandle by Chia-I Wu · 9 years ago
  9. 6b1c248 test/binding: inherit Semaphore from NonDispHandle by Chia-I Wu · 9 years ago
  10. d9e8e82 test/binding: inherit Fence from NonDispHandle by Chia-I Wu · 9 years ago
  11. f8f074f test/binding: inherit GpuMemory from NonDispHandle by Chia-I Wu · 9 years ago
  12. df12ffd test/binding: inherit Queue from Handle by Chia-I Wu · 9 years ago
  13. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  14. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  15. b0ed7d4 tests/binding: add Handle and NonDispHandle by Chia-I Wu · 9 years ago
  16. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  17. 16e8bef vulkan.h: V136 -- Vulkan Sparse Resource Issues by Mark Lobodzinski · 9 years ago
  18. 5bac609 tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  19. cd69eee tests: Update extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  20. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  21. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  22. 21ed9cd tests: Specify VK_BUFFER_USAGE_TRANSFER_SOURCE_BIT on buffer used to copy from by Cody Northrop · 9 years ago
  23. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  24. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  25. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  26. af892a1 vulkan.h: Bug 13900 - Remove initialCount from semaphores by Tony Barbour · 9 years ago
  27. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  28. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  29. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  30. 421e2bd vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926 by Mark Lobodzinski · 9 years ago
  31. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  32. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  33. 8d1b0b5 misc: Change vkGetProcAddr to vkGetDeviceProcAddr by Jon Ashburn · 9 years ago
  34. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  35. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  36. 94ba49d tests: ensure Object::bound is initialized by Chris Forbes · 9 years ago
  37. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  38. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  39. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  40. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  41. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  42. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  43. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  44. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  45. 30a3945 tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago
  46. 992fb4f tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  47. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  48. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  49. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  50. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  51. 38ce2b1 vulkan: Update object memory requirements (13723). by Jeremy Hayes · 9 years ago
  52. 3dd031b tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 9 years ago
  53. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  54. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  55. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  56. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  57. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  58. 44bb3ab tests: Don't call unbind if we haven't called bind by Tony Barbour · 9 years ago
  59. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  60. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago