1. c789f69 bug 14822: timestampFrequency underspecified (WIP) by Chia-I Wu · 9 years ago
  2. acf253f bug 14725: Remove or replace VK_SPARSE_MEMORY_BIND_REPLICATE_64KIB_BLOCK_BIT (WIP) by Chia-I Wu · 9 years ago
  3. 036b161 bug 14462: endianness of code for shader modules (WIP) by Chia-I Wu · 9 years ago
  4. 28c3c43 bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  5. 3de70ab bug 14861: rasterization review issues (WIP) by Chia-I Wu · 9 years ago
  6. fa950c5 bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  7. 1f6942d bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  8. aa21c83 vulkan.py: use generated "core" API by Chia-I Wu · 9 years ago
  9. a5cd653 vktrace_generate.py: support array parameters by Chia-I Wu · 9 years ago
  10. 6d3504b vulkan.py: fix vulkan.h parsing by Chia-I Wu · 9 years ago
  11. 8995085 intel: fix -Wdiscarded-qualifiers warnings by Chia-I Wu · 9 years ago
  12. ebf9e7a intel: silence -Wmissing-declarations warnings by Chia-I Wu · 9 years ago
  13. 5857198 Move setting of Unsupported Functionality handler earlier in stack by GregF · 9 years ago
  14. 777d1aa compiler: suppress unsupported functionality errors from mesa shader compiler by GregF · 9 years ago
  15. 820d862 layers: Fix MemTracker uninitialized variables by Mark Lobodzinski · 9 years ago
  16. a16d8a5 demos: Properly destroy command pool in cube demo by Mark Lobodzinski · 9 years ago
  17. 9eb1ce4 layers: Add DestroyImage to image layer's device GPA table by Mark Lobodzinski · 9 years ago
  18. e3db0e3 loader: Update Linux and Windows ICD/layer discover documentation by jon · 9 years ago
  19. 592c653 loader: Update linux documentation on where ICD lives. by jon · 9 years ago
  20. 5fb79fa loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  21. 7bb2c23 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  22. 2e13fca loader: add helper for combining paths by Daniel Dadap · 9 years ago
  23. 3caed84 intel: make resize work (with leaks) by Mike Stroyan · 9 years ago
  24. c65a96b intel: remove unused wsi fields by Mike Stroyan · 9 years ago
  25. 8518025 demos: fclose in cube and tri by Mike Stroyan · 9 years ago
  26. b194be6 demos: windows fixes for cube and tri resize by Mike Stroyan · 9 years ago
  27. 4081bdc Layers: MemTracker check vkCmdCopyQueryPoolResults by Mike Stroyan · 9 years ago
  28. ed9e6d9 intel: Fix occlusion query read by Mike Stroyan · 9 years ago
  29. 5e387b5 intel: set occlusionQueryNonConservative by Mike Stroyan · 9 years ago
  30. 4ddda2f demos: add occlusion features to vulkaninfo by Mike Stroyan · 9 years ago
  31. a6ce7b7 use conditional compilation based on _WIN32 instead of WIN32 and __linux__ by Johannes van Waveren · 9 years ago
  32. 009e865 demos/cube: Provide a non-null VertexInputStateCreateInfo by Jason Ekstrand · 9 years ago
  33. 9b439f3 demos/cube: Explicitly specify std140 layout on UBOs by Jason Ekstrand · 9 years ago
  34. a695596 Revert "tests: Remove std140 to avoid warnings" by Courtney Goeltzenleuchter · 9 years ago
  35. ab5c3d5 layers: Validate buffer view usage flags by Mark Lobodzinski · 9 years ago
  36. ac8ed0b layers: Validate number of layers in subresource. by Jeremy Hayes · 9 years ago
  37. a6a5031 intel: Removed descriptor validation code from driver by Tobin Ehlis · 9 years ago
  38. b898f4d tests: Do validation documentation check first in run_all_tests.sh by Tobin Ehlis · 9 years ago
  39. 3e67626 tests: Added CopyDescriptorUpdateErrors test to verify 3 errors during descriptorset copy updates by Tobin Ehlis · 9 years ago
  40. d2e246e layers: Add DrawState validation for copy descriptor updates by Tobin Ehlis · 9 years ago
  41. e66ec96 layers: Simplify descriptor validation in DrawState by Tobin Ehlis · 9 years ago
  42. 68fbd44 layers: Improve DrawState write descriptor update by Tobin Ehlis · 9 years ago
  43. 87c9140 layers: Remove DrawState g_lastBoundDescriptorSet variable - it's no longer used by Tobin Ehlis · 9 years ago
  44. a9efa05 demos: Clean up tri depth by Cody Northrop · 9 years ago
  45. b3bf94f tests: Update multisample tests to be more cross platform by Cody Northrop · 9 years ago
  46. 3e67d15 framework: Don't clear pipeline viewport or scissor count if state has been reset by Cody Northrop · 9 years ago
  47. bca3bcd tests: Disable two older tests until we can sort out multiple errors by Cody Northrop · 9 years ago
  48. 22cba2c draw_state: Fix enum in validate_draw_state_flags by Cody Northrop · 9 years ago
  49. 8a90832 windows: Fix vector resizing in draw_state by Cody Northrop · 9 years ago
  50. a0258a5 demos: print new device limits in vulkaninfo by Tony Barbour · 9 years ago
  51. 5970b25 misc: Remove dynamic array definititions by Courtney Goeltzenleuchter · 9 years ago
  52. 55a1a36 misc: Add intrin.h to support ffs utility by Courtney Goeltzenleuchter · 9 years ago
  53. 1a748e9 misc: Windows does not like named structure initialization by Courtney Goeltzenleuchter · 9 years ago
  54. 8148af0 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  55. 74bb2eb tri/cube: Adjust demo_resize() to API changes. by Ian Elliott · 9 years ago
  56. f3f8082 tri/cube: Add WM_SIZE to Win32 event handler to resize a window. by Ian Elliott · 9 years ago
  57. d645ff7 cube: Removed some #if 0's that had bee left in the code. by Ian Elliott · 9 years ago
  58. be17edb ilo: Return VK_ERROR_OUT_OF_DATE_KHR when window resizes. by Ian Elliott · 9 years ago
  59. e2688a5 tri/cube: Handle window resizes (from WSI or XCB). by Ian Elliott · 9 years ago
  60. b46be81 layers: Improve DrawState Descriptor validation by Tobin Ehlis · 9 years ago
  61. 6fa437d layers: Modify Image layer to store IMAGE_STATE structs instead of their unique_ptrs by Tobin Ehlis · 9 years ago
  62. 6853e7e loader: Check for NULL ICD in CreateDevice by Jon Ashburn · 9 years ago
  63. 829b7ac misc: Bump to header version 183 by Courtney Goeltzenleuchter · 9 years ago
  64. e300e9c draw_state: Remove obsolete check by Courtney Goeltzenleuchter · 9 years ago
  65. 1046a46 bug-14258: Remap descriptorset objects by Courtney Goeltzenleuchter · 9 years ago
  66. 34aa5c8 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  67. dee29ca misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  68. 4fd3b00 bug-14258: Remove maxCommandBuffers by Courtney Goeltzenleuchter · 9 years ago
  69. 04c0584 layers: Update ObjectTracker to handle double-embedded loops of array struct params w/ object arrays in them by Tobin Ehlis · 9 years ago
  70. 41b3550 layers: Fix objectTracker to validate DSs in CmdBindDescriptorSets() by Tobin Ehlis · 9 years ago
  71. c736c00 vktrace: Make codegen remap arrays of objects by Jon Ashburn · 9 years ago
  72. e27a918 vktrace: Fix trace and replay of AllocDescriptorSets by Jon Ashburn · 9 years ago
  73. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  74. d9dc937 misc: bump to header version 182 by Courtney Goeltzenleuchter · 9 years ago
  75. d3a8d36 bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  76. d6633e2 Bug 14789: Clean up limit structure by Courtney Goeltzenleuchter · 9 years ago
  77. ab5a207 layers: Fix windows build error by Mark Lobodzinski · 9 years ago
  78. b4092de layers: Add state-dependent image aspect/format checks by Mark Lobodzinski · 9 years ago
  79. d4a39bf misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  80. 34e2a95 misc: Update header to v181 by Courtney Goeltzenleuchter · 9 years ago
  81. e409974 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  82. a32436b bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  83. 63f0ead bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  84. 2ebc234 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  85. a12e291 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  86. 37a43a6 bug-14542: Remove VK_UNSUPPORTED from success return codes by Courtney Goeltzenleuchter · 9 years ago
  87. 8e2f097 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  88. ba11ebe WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  89. dddadc9 misc: Bump header version to v180 by Courtney Goeltzenleuchter · 9 years ago
  90. 895d4a0 misc: change is unneeded? by Courtney Goeltzenleuchter · 9 years ago
  91. 3ec3162 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  92. 243aae7 misc: match upstream header v179 by Courtney Goeltzenleuchter · 9 years ago
  93. 01d2ae1 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  94. 0ed02cf bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  95. ee92811 bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENT by Courtney Goeltzenleuchter · 9 years ago
  96. 60ce96d misc: make enum boundary names consistent by Courtney Goeltzenleuchter · 9 years ago
  97. 68535a6 bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  98. 4038d54 misc: upstream header v176 by Courtney Goeltzenleuchter · 9 years ago
  99. 3c4cf6f misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  100. e5c31cf misc: Fix compile warnings about undefined _MSC_VER by Courtney Goeltzenleuchter · 9 years ago