1. a459420 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  2. ab83a0e bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  3. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  4. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  5. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  6. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  7. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  8. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  9. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  10. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  11. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  12. 45df9e1 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  13. ba72451 Bug 12998: change ImageSubresourceRange's aspect to aspectMask by Courtney Goeltzenleuchter · 9 years ago
  14. 01ee1ca bug 14313: Allow copies to do multi-layer copies by Courtney Goeltzenleuchter · 9 years ago
  15. 286fb5f Bug 12998: Document required depth formats and layouts in buffer memory by Courtney Goeltzenleuchter · 9 years ago
  16. cda3034 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  17. 4a26189 bug 14313: Rename ArraySlice to ArrayLayer by Courtney Goeltzenleuchter · 9 years ago
  18. f1ece60 Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT by Courtney Goeltzenleuchter · 9 years ago
  19. 660f0ca bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT by Courtney Goeltzenleuchter · 9 years ago
  20. 2141f65 vulkan.h: Change return types of some functions to void by Mark Lobodzinski · 9 years ago
  21. 85789d5 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  22. 28026d4 tests: Print type in blit test error message by Cody Northrop · 9 years ago
  23. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  24. 0aae9d6 tests: Fix taking pointer of STL vector and then appending to vector by Jon Ashburn · 9 years ago
  25. e65788f tests: Use correct usage bits for images by Tony Barbour · 9 years ago
  26. ceebbb1 v133: Update parameters on CmdPipelineBarrier by Courtney Goeltzenleuchter · 9 years ago
  27. 2caec86 v115: remove GetPhysicalDevicePerformance by Courtney Goeltzenleuchter · 9 years ago
  28. c729b3a rename: GetPhysicalDeviceFormatInfo to GetPhysicalDeviceFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  29. f338765 vulkan: Updates to match upstream vulkan.h by Courtney Goeltzenleuchter · 9 years ago
  30. 9e50dab vulkan.h: API changes for #13744 - sharing across queues by Chris Forbes · 9 years ago
  31. ee5d80b tests: Integrate command pools into tests by Courtney Goeltzenleuchter · 9 years ago
  32. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  33. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  34. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  35. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  36. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  37. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  38. c9a6991 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  39. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  40. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  41. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  42. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  43. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  44. 7db519b tests: fix blit test by changing order of destroy and free by Tony Barbour · 9 years ago
  45. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  46. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  47. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  48. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  49. 048f281 tests: Clear depth stencil allow for dest verification by Tony Barbour · 9 years ago
  50. a36f528 tests: blit tests respect tiling features in clear tests by Tony Barbour · 9 years ago
  51. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  52. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  53. 0c823b1 tests: blit_tests handle unmappable images by Tony Barbour · 9 years ago
  54. fc3820f tests: Apply AMDs Windows patch for blit tests by Tony Barbour · 9 years ago
  55. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  56. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  57. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  58. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  59. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  60. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  61. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  62. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  63. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  64. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  65. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  66. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  67. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  68. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  69. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  70. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  71. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  72. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  73. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  74. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  75. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  76. 3654d60 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 9 years ago
  77. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  78. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  79. 92400bb tests: Move environment object into sharable file by Tony Barbour · 9 years ago
  80. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  81. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 10 years ago
  82. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  83. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 10 years ago
  84. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  85. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  86. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  87. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  88. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  89. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  90. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  91. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  92. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  93. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  94. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  95. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  96. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  97. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  98. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  99. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  100. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago