1. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  2. c779c7e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 9 years ago
  3. 97e52d8 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 9 years ago
  4. e4171f0 mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 9 years ago
  5. d8f83d8 layers: Fix msvc++ iterator issues by David Pinedo · 9 years ago
  6. 3597a20 draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 9 years ago
  7. ea3117c draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 9 years ago
  8. 2fd6799 mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 9 years ago
  9. ba348a9 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 9 years ago
  10. c285216 Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 9 years ago
  11. b1567a0 layers: Memtracker formatting changes. by Mark Lobodzinski · 9 years ago
  12. 18f7155 misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 9 years ago
  13. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  14. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  15. 9671531 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 9 years ago
  16. fc15ff8 vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 9 years ago
  17. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  18. f869338 switch to VK_WSI_LunarG by Chia-I Wu · 9 years ago
  19. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  20. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  21. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  22. ad36715 layers: Add missing functions. by Jeremy Hayes · 9 years ago
  23. 1cb6222 Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 9 years ago
  24. e671777 Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 9 years ago
  25. 5d9c224 layers: Add ShaderChecker as Validation layer by Tobin Ehlis · 9 years ago
  26. b125054 Bug 13632 Header 84 Add VkFlushMappedMemory by Tony Barbour · 9 years ago
  27. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  28. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  29. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  30. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  31. 6b2ead6 shader_checker: convert printf to debug output by Chris Forbes · 9 years ago
  32. b6b8c46 shader_checker: add plumbing for debug by Chris Forbes · 9 years ago
  33. 3a5e99a shader_checker: first pass at typechecks by Chris Forbes · 9 years ago
  34. 3616b46 shader_checker: validate fs outputs against cb by Chris Forbes · 9 years ago
  35. 772d03b shader_checker: validate vertex attribs against vs inputs by Chris Forbes · 9 years ago
  36. 4100245 shader_checker: add validation of interface between vs and fs by Chris Forbes · 9 years ago
  37. f6800b5 shader_checker: collect pipeline stages in vkCreateGraphicsPipeline by Chris Forbes · 9 years ago
  38. 4175e6f shader_checker: add hook for xglCreateGraphicsPipeline by Chris Forbes · 9 years ago
  39. 06e8fc3 shader_checker: collect interface definitions from shaders by Chris Forbes · 9 years ago
  40. 3b1c421 shader_checker: capture spir-v for every shader at vkCreateShader time by Chris Forbes · 9 years ago
  41. 2778f30 shader_checker: initial plumbing by Chris Forbes · 9 years ago
  42. af0d72c vulkan: Rename bindInfo to pBindInfo. by Jeremy Hayes · 9 years ago
  43. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  44. b6f3f53 layers: Change threading layer file name. by Mike Stroyan · 9 years ago
  45. 7ad197f layers: Removing old GetExtensionSupport API call by Tobin Ehlis · 9 years ago
  46. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  47. 6865d4a vulkan.h: Rename parameters in vkCmdResolveImage calls by Tony Barbour · 9 years ago
  48. b90f9db misc: Remove validation level by Jon Ashburn · 9 years ago
  49. 3712d5c layers: Add threading checking layer by Mike Stroyan · 9 years ago
  50. e019af7 layers: indirect GPA in dispatch table by Mike Stroyan · 9 years ago
  51. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  52. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  53. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  54. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  55. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  56. eb77f42 Don't build the GlaveSnapshot layer. by Ian Elliott · 9 years ago
  57. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  58. 2ff2167 Win: Change xgl->vk/vulkan (towards being able to build on Windows). by Ian Elliott · 9 years ago
  59. 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
  60. abc1bc4 layers: Added in fence state validation to MemTracker by Mark Lobodzinski · 9 years ago
  61. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  62. 4b140cb vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 9 years ago
  63. a6d5880 param_checker: Enable and update renamed bits by Courtney Goeltzenleuchter · 9 years ago
  64. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  65. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  66. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  67. f2ccd5a layers: Get ObjectTracker working with memory reference changes by Courtney Goeltzenleuchter · 9 years ago
  68. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  69. 256726b glavesnapshot: Follow vulkan.h changes by Courtney Goeltzenleuchter · 9 years ago
  70. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  71. ecc6bd0 layers: Migrate remaining malloc/free calls in DrawState to new/delete by Tobin Ehlis · 9 years ago
  72. e78dbd8 layers: Unify APIDump into a single layer with settings to vary behavior by Tobin Ehlis · 9 years ago
  73. f39b3ec xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615 by Courtney Goeltzenleuchter · 9 years ago
  74. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  75. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  76. ad5c0a5 param_check: Add Queue[Add|Remove]MemReference by Courtney Goeltzenleuchter · 9 years ago
  77. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  78. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  79. ab5636c layers: Set default debug output to stdout by Courtney Goeltzenleuchter · 9 years ago
  80. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  81. ed450b0 layers: Incorporated memory reference handling into MemTracker by Mark Lobodzinski · 9 years ago
  82. efdd3cd layers: Fixes to get them building and working with descriptor changes by Mark Lobodzinski · 9 years ago
  83. 2f3f8a2 layers: Updated for explicit fence validation with multiple queues by Courtney Goeltzenleuchter · 9 years ago
  84. 3bc3f6e layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  85. 748eddf layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  86. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  87. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  88. c951e74 xgl: Remove old GPU maxMemReferencesPerSubmission by Courtney Goeltzenleuchter · 9 years ago
  89. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  90. 090f0ce layers: Fix multi-line strings. by Jeremy Hayes · 9 years ago
  91. 29c4bd4 layers: Improve xglCreateInstance validation. by Jeremy Hayes · 9 years ago
  92. b1792dd layers: Improve xglCreateRenderPass validation. by Jeremy Hayes · 9 years ago
  93. 1c8d4d8 layers: drop ParamCheck from generator script by Mike Stroyan · 9 years ago
  94. c4b5821 layers: Improve CreateImage checks. by Jeremy Hayes · 9 years ago
  95. a8b1a8d layers: Remove param checker from auto-gen. by Jeremy Hayes · 9 years ago
  96. badda99 layers: Use brackets for if in previous fix by Tony Barbour · 9 years ago
  97. 9ff52b2 layers: Check for valid pipeline before validating by Tony Barbour · 9 years ago
  98. 2112d6b build: enable Glave and all layers but drawState by Jon Ashburn · 9 years ago
  99. 793ad30 layers: DrawState changes to support resource binding updates by Tobin Ehlis · 9 years ago
  100. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 9 years ago