1. d50677e bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  2. 736324e bug 14905: Reserve VkStructureType values for loader/layer bootstrapping (WIP) by Chia-I Wu · 9 years ago
  3. 6617903 v187: bump API minor version by Chia-I Wu · 9 years ago
  4. c7411d3 bug 14630: Issues with regard to primitive restart index (WIP) by Chia-I Wu · 9 years ago
  5. f9be13c bug 14857: Adding extensibility to VkSubmitInfo (WIP) by Chia-I Wu · 9 years ago
  6. 47537e8 Merge branch 'master' of gitlab.khronos.org:vulkan/LoaderAndTools by Tobin Ehlis · 9 years ago
  7. 284d0b8 layers: Fix Swapchain include dependency for Windows build break by Tobin Ehlis · 9 years ago
  8. b194794 layers: Use descriptor type to decide which pointer to free by Tony Barbour · 9 years ago
  9. b74f6ab layers: Migrate Image dispatch tables into layer_data struct by Tobin Ehlis · 9 years ago
  10. 711ff31 layers: Migrate Swapchain dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  11. 3c6f2e5 layers: Migrate ShaderChecker dispatch tables and global data into layer_data struct by Tobin Ehlis · 9 years ago
  12. 39fce0f layers: Remove mid/mdd functions from MemTracker by Tobin Ehlis · 9 years ago
  13. 57b5508 layers: Migrating MemTracker global data into layer_data struct by Tobin Ehlis · 9 years ago
  14. cdd7327 layers: Add dispatch tables into MemTracker layer_data struct by Tobin Ehlis · 9 years ago
  15. 3e7dab2 ubuntu 15.10 directions for intel DRI3 by Mike Stroyan · 9 years ago
  16. 7ca2d74 v186: bump API minor version by Chia-I Wu · 9 years ago
  17. ccf3a35 bug 14567: What is VK_QUEUE_EXTENDED_BIT? (WIP) by Chia-I Wu · 9 years ago
  18. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  19. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  20. 512c993 v185: bump API minor version by Chia-I Wu · 9 years ago
  21. ff3780f bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  22. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  23. a690b41 support and use VkSubmitInfo semaphore signaling and waiting by Chia-I Wu · 9 years ago
  24. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  25. 396af6c v184: bug 14719: vkCmdCopyBufferToImage alignment requirements (WIP) by Chia-I Wu · 9 years ago
  26. c74c31c bug 14822: timestampFrequency underspecified (WIP) by Chia-I Wu · 9 years ago
  27. 85f34a7 bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT (WIP) by Chia-I Wu · 9 years ago
  28. 8094f19 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  29. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  30. 79c6687 bug 14861: rasterization review issues (WIP) by Chia-I Wu · 9 years ago
  31. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  32. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  33. ce805cb vulkan.py: use generated "core" API by Chia-I Wu · 9 years ago
  34. 901e3d0 vulkan.py: fix vulkan.h parsing by Chia-I Wu · 9 years ago
  35. ba442c8 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  36. 46fc3dd layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  37. 5b1e34d loader: Update Linux and Windows ICD/layer discover documentation by jon · 9 years ago
  38. 62cf0e8 loader: Update linux documentation on where ICD lives. by jon · 9 years ago
  39. 547bbee loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  40. 6e62684 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  41. 00b4aba loader: add helper for combining paths by Daniel Dadap · 9 years ago
  42. 2ed3927 Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  43. 9bd80501 use conditional compilation based on _WIN32 instead of WIN32 and __linux__ by Johannes van Waveren · 9 years ago
  44. 6de5f73 Revert "tests: Remove std140 to avoid warnings" by Courtney Goeltzenleuchter · 9 years ago
  45. 50b51e6 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  46. 148bab2 layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  47. c251bdb tests: Do validation documentation check first in run_all_tests.sh by Tobin Ehlis · 9 years ago
  48. 04356f9 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  49. 8a62e63 layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  50. baca3ab layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  51. a1f9b64 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  52. 41f0256 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  53. 72458c0 tests: Update multisample tests to be more cross platform by Cody Northrop · 9 years ago
  54. b2b4f04 framework: Don't clear pipeline viewport or scissor count if state has been reset by Cody Northrop · 9 years ago
  55. 4063c9a tests: Disable two older tests until we can sort out multiple errors by Cody Northrop · 9 years ago
  56. b161279 draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  57. 43751cc windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  58. bbf6608 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  59. 3698c62 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  60. 806c700 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  61. 9a63f44 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  62. a1c2856 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  63. d923d15 layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  64. a4cf12b loader: Check for NULL ICD in CreateDevice by Jon Ashburn · 9 years ago
  65. 553e5bd misc: Bump to header version 183 by Courtney Goeltzenleuchter · 9 years ago
  66. 095d97b draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  67. 4cb6d92 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  68. 3f57f57 misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  69. 4625bf8 bug-14258: Remove maxCommandBuffers by Courtney Goeltzenleuchter · 9 years ago
  70. 82b3db5 layers: Update ObjectTracker to handle double-embedded loops of array struct params w/ object arrays in them by Tobin Ehlis · 9 years ago
  71. daab02d layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets() by Tobin Ehlis · 9 years ago
  72. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  73. 6447890 misc: bump to header version 182 by Courtney Goeltzenleuchter · 9 years ago
  74. 1a606eb bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  75. fb7fd09 Bug 14789: Clean up limit structure by Courtney Goeltzenleuchter · 9 years ago
  76. 033186b layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  77. dc86b85 layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  78. 2b9aaa6 misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  79. bf9b61c misc: Update header to v181 by Courtney Goeltzenleuchter · 9 years ago
  80. aa132e7 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  81. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  82. 8367ce0 bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  83. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  84. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  85. 1d2f0dd bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  86. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  87. 908e767 WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  88. 780de08 misc: Bump header version to v180 by Courtney Goeltzenleuchter · 9 years ago
  89. 4498155 misc: change is unneeded? by Courtney Goeltzenleuchter · 9 years ago
  90. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  91. 1b2a4c3 misc: match upstream header v179 by Courtney Goeltzenleuchter · 9 years ago
  92. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  93. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  94. fdfade7 bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENT by Courtney Goeltzenleuchter · 9 years ago
  95. 38e48f3 misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  96. 188cd2d bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  97. bd0e1a7 misc: upstream header v176 by Courtney Goeltzenleuchter · 9 years ago
  98. df172f9 misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  99. fa533f0 misc: Fix compile warnings about undefined _MSC_VER by Courtney Goeltzenleuchter · 9 years ago
  100. 6fabf91 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago