1. e99664f license: Add MIT license statement to repo. by Courtney Goeltzenleuchter · 9 years ago
  2. 5d9c224 layers: Add ShaderChecker as Validation layer by Tobin Ehlis · 9 years ago
  3. 9430c78 demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions by Tobin Ehlis · 9 years ago
  4. 3b6dfc1 bug-13466: Note conflict with upstream on VkQueryResultFlags by Courtney Goeltzenleuchter · 9 years ago
  5. bb594ba misc: non-functional changes to match upstream header by Courtney Goeltzenleuchter · 9 years ago
  6. 04ac7ff loader: add a missing VKAPI by Chia-I Wu · 9 years ago
  7. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  8. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  9. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  10. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  11. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  12. 0854174 layers: Fix bug in how dynamic array Counts were interpreted by APIDump by Tobin Ehlis · 9 years ago
  13. 6b2ead6 shader_checker: convert printf to debug output by Chris Forbes · 9 years ago
  14. b6b8c46 shader_checker: add plumbing for debug by Chris Forbes · 9 years ago
  15. 3a5e99a shader_checker: first pass at typechecks by Chris Forbes · 9 years ago
  16. 3616b46 shader_checker: validate fs outputs against cb by Chris Forbes · 9 years ago
  17. 772d03b shader_checker: validate vertex attribs against vs inputs by Chris Forbes · 9 years ago
  18. 4100245 shader_checker: add validation of interface between vs and fs by Chris Forbes · 9 years ago
  19. f6800b5 shader_checker: collect pipeline stages in vkCreateGraphicsPipeline by Chris Forbes · 9 years ago
  20. 4175e6f shader_checker: add hook for xglCreateGraphicsPipeline by Chris Forbes · 9 years ago
  21. 06e8fc3 shader_checker: collect interface definitions from shaders by Chris Forbes · 9 years ago
  22. 3b1c421 shader_checker: capture spir-v for every shader at vkCreateShader time by Chris Forbes · 9 years ago
  23. 2778f30 shader_checker: initial plumbing by Chris Forbes · 9 years ago
  24. af0d72c vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 9 years ago
  25. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  26. 38ce2b1 vulkan: Update object memory requirements (13723). by Jeremy Hayes · 9 years ago
  27. b6f3f53 layers: Change threading layer file name. by Mike Stroyan · 9 years ago
  28. 0193901 Add GetPhysicalDeviceExtensionInfo() function to API by Tobin Ehlis · 9 years ago
  29. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  30. 3dd031b tests: Remove use of old GetExtensionSupport API by Tobin Ehlis · 9 years ago
  31. 1dbc8e2 bug 13466: Allow writing query results to buffer memory by Courtney Goeltzenleuchter · 9 years ago
  32. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  33. 17b8457 glave: Disable, will update on separate branch by Courtney Goeltzenleuchter · 9 years ago
  34. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  35. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  36. 2e64be8 intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays by Tony Barbour · 9 years ago
  37. b90f9db misc: Remove validation level by Jon Ashburn · 9 years ago
  38. 3cc6572 layers: Add ThreadingChecker as a Validation layer by Tobin Ehlis · 9 years ago
  39. 9d8ba36 layers: Improve validate helpers treatment of flag enums by Tobin Ehlis · 9 years ago
  40. 3712d5c layers: Add threading checking layer by Mike Stroyan · 9 years ago
  41. e019af7 layers: indirect GPA in dispatch table by Mike Stroyan · 9 years ago
  42. 70c05e8 layers: add GPA to intercepted functions list by Mike Stroyan · 9 years ago
  43. b493438 layers: Add size helper exception for sampleCount which is not a dynamic array size by Tobin Ehlis · 9 years ago
  44. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  45. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  46. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  47. a163ef0 layers: Remove unused object tracker code by Courtney Goeltzenleuchter · 9 years ago
  48. c84c078 layers: Fix APIDump in NoAddr mode so params aren't duplicated by Tobin Ehlis · 9 years ago
  49. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  50. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  51. 4006664 loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 9 years ago
  52. 4d7ef00 layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code. by Tobin Ehlis · 9 years ago
  53. eb77f42 Don't build the GlaveSnapshot layer. by Ian Elliott · 9 years ago
  54. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  55. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  56. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  57. 7b7c5bb layers: Fix for registering a debug callback routine by Tony Barbour · 9 years ago
  58. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  59. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  60. 2ff2167 Win: Change xgl->vk/vulkan (towards being able to build on Windows). by Ian Elliott · 9 years ago
  61. 0977abc Change "XGL" to "Vulkan" in header/copyright for auto-gen code. by Ian Elliott · 9 years ago
  62. b870cbb layers: Layers now compiling on rename branch, still need to test but cube is currenting hitting segF by itself by Tobin Ehlis · 9 years ago
  63. 08bf281 loader: Fix disptach table init for non-dispatchable functions by Jon Ashburn · 9 years ago
  64. abc1bc4 layers: Added in fence state validation to MemTracker by Mark Lobodzinski · 9 years ago
  65. a2727c9 layers: Missed rename in xgl_layer_generate.py by Mark Lobodzinski · 9 years ago
  66. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  67. aa58f67 vulkan: Match white space formating of upstream by Courtney Goeltzenleuchter · 9 years ago
  68. 4b140cb vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 9 years ago
  69. a1835ca vk_platform: Remove unneeded type after rename by Courtney Goeltzenleuchter · 9 years ago
  70. a6d5880 param_checker: Enable and update renamed bits by Courtney Goeltzenleuchter · 9 years ago
  71. 548c4bc vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  72. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  73. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  74. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  75. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  76. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  77. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  78. ee8373f vulkan.h: v75. Add cube-compatible image create bit. Bug 13609 by Mark Lobodzinski · 9 years ago
  79. 38ca49b vulkan.h: Added comments as specified in Bug 13606 by Mark Lobodzinski · 9 years ago
  80. ebc5cb4 layers: ObjTracker -- free each queue's memRefs by Mark Lobodzinski · 9 years ago
  81. f2ccd5a layers: Get ObjectTracker working with memory reference changes by Courtney Goeltzenleuchter · 9 years ago
  82. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  83. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  84. 22c8f0c tests: layer test can fail more gracefully by Tony Barbour · 9 years ago
  85. 44bb3ab tests: Don't call unbind if we haven't called bind by Tony Barbour · 9 years ago
  86. 256726b glavesnapshot: Follow vulkan.h changes by Courtney Goeltzenleuchter · 9 years ago
  87. 6269878 Fixed Windows compilation/link errors ... by Courtney Goeltzenleuchter · 9 years ago
  88. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  89. cf0bfb1 rename programming guide. by Courtney Goeltzenleuchter · 9 years ago
  90. b0cedb8 rename vkPlatform.h -> vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  91. ecc6bd0 layers: Migrate remaining malloc/free calls in DrawState to new/delete by Tobin Ehlis · 9 years ago
  92. e78dbd8 layers: Unify APIDump into a single layer with settings to vary behavior by Tobin Ehlis · 9 years ago
  93. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  94. f77fd65 tests: Initialize framebuffer and renderpass during startup by Tony Barbour · 9 years ago
  95. 0b4d956 tests: Better layer validation testing by Tony Barbour · 9 years ago
  96. f39b3ec xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615 by Courtney Goeltzenleuchter · 9 years ago
  97. dba7998 vk_helper: convert xgl refs to vk/vulkan refs by Courtney Goeltzenleuchter · 9 years ago
  98. e5ae186 layers: remove unused functions from generator by Courtney Goeltzenleuchter · 9 years ago
  99. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  100. 7d378ad rename: Clean header to match svn version by Courtney Goeltzenleuchter · 9 years ago