1. 1c7c65d extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  2. 80d3b71 misc: Remove validation bit from the CreateDevice flags by Jon Ashburn · 9 years ago
  3. c66c671 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  4. 4506d3f Fix a bunch of mismatched new[]/delete. by Chris Forbes · 9 years ago
  5. dc2188c tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  6. 8bef8ee tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  7. 25e3b83 tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  8. 8cd8ecd v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  9. 0fe9549 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  10. 2318261 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  11. 6a9e5d6 vulkan.h: Fix warnings due to unused queue variables by Mark Lobodzinski · 9 years ago
  12. fb9f564 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  13. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  14. 04ada4a tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  15. 950ebc0 tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  16. 9431056 tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  17. 69fe0fa tests: Remove old function prototype comments by Tony Barbour · 9 years ago
  18. 9c6d94f tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 9 years ago
  19. 6d55b9c tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  20. bb1f360 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  21. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  22. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  23. 556f721 vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  24. 3536b44 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 9 years ago
  25. 3e3420a Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  26. 8205d90 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  27. 4696294 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  28. f6cc4e7 tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 9 years ago
  29. cf26e07 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  30. 97dcd04 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  31. 9c65322 misc: Remove validation level by Jon Ashburn · 9 years ago
  32. 382489d vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  33. 2b5fb34 tests: Don't call unbind if we haven't called bind by Tony Barbour · 9 years ago
  34. ddcb619 vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  35. a8c0628 renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed from tests/xgltestbinding.cpp]
  36. 9cc421e Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  37. 8d49dbd xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  38. 4f6fa36 xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  39. 7732cb2 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  40. dee9561 binding: rename xglClearDescriptorPool() by Chia-I Wu · 9 years ago
  41. 8d24b3b binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  42. 0d2efef xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  43. 32876a1 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  44. e3b0f3a xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  45. f316806 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 10 years ago
  46. 901f3bc tests: Remove use of designated initializers in cpp by Tony Barbour · 9 years ago
  47. 23bd382 tests demos: Fix pDataSize to be either unitinitalized or initialized. by Jon Ashburn · 10 years ago
  48. b1dbb37 render_pass: Add CmdBegin{End}RenderPass() by Jon Ashburn · 10 years ago
  49. e2d07a5 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  50. 2b7e88a Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  51. 661c329 tests: Fix testbinding alloc_mem method by Jon Ashburn · 10 years ago
  52. b4de98b memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  53. 5567c81 memory alloc: For buffer allocations use the buffer_info structure by Jon Ashburn · 10 years ago
  54. c6ae13d memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  55. a9ae383 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago
  56. ed62b41 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  57. 1d96266 tests: Remove calls to xglGetMemoryHeapXXX by Jon Ashburn · 10 years ago
  58. f838506 xgl: move to new resource binding model by Chia-I Wu · 10 years ago
  59. fa6cac7 driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  60. 714df45 update for buffer object changes by Chia-I Wu · 10 years ago
  61. e0c3b22 misc: Fix tiler rebase in driver, tests, include by Jeremy Hayes · 10 years ago
  62. ca93058 tests: Fix regresions in trace/replay from uninitialized parameters. by Jon Ashburn · 10 years ago
  63. 953a169 xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  64. 6c09922 tests: do not enable layers by default by Chia-I Wu · 10 years ago
  65. 82bff27 tests: add a new XGL C++ binding by Chia-I Wu · 10 years ago