1. 989de84 bug 14965: Merge VK_MEMORY_INPUT/OUTPUT flags to better express write-after-wite hazards (WIP) by Chia-I Wu · 9 years ago
  2. 4291d88 bug 14918 part 4: more cleanups (WIP) by Chia-I Wu · 9 years ago
  3. c51b121 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  4. 0339bc5 bug 14968: Limitations of transfer operations on DMA queues (WIP) by Chia-I Wu · 9 years ago
  5. d3f9934 bug 14940: Capitalization of Abbreviations/Acryonyms (WIP) by Chia-I Wu · 9 years ago
  6. 27d8ed9 bug 14922: Consistent memory properties (WIP) by Chia-I Wu · 9 years ago
  7. 1f85191 bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  8. ce532f7 MR 542: Remaining items from the cleanup bug (WIP) by Chia-I Wu · 9 years ago
  9. 7e47070 bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  10. 483e770 bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  11. 3ffcd73 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  12. 06809d5 bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  13. 3603b08 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  14. 69f4012 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  15. 763a749 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  16. 932f1bd 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
  17. 8f6fd6e bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  18. e420a33 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  19. f273d5a bug 14864: Remove redundant VkPipelineShaderStageCreateInfo.stage field? (WIP) by Chia-I Wu · 9 years ago
  20. 11dd12f MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  21. 59c215d bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  22. c789f69 bug 14822: timestampFrequency underspecified (WIP) by Chia-I Wu · 9 years ago
  23. 28c3c43 bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  24. fa950c5 bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  25. 1f6942d bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  26. 8995085 intel: fix -Wdiscarded-qualifiers warnings by Chia-I Wu · 9 years ago
  27. ebf9e7a intel: silence -Wmissing-declarations warnings by Chia-I Wu · 9 years ago
  28. 5857198 Move setting of Unsupported Functionality handler earlier in stack by GregF · 9 years ago
  29. 777d1aa compiler: suppress unsupported functionality errors from mesa shader compiler by GregF · 9 years ago
  30. 3caed84 intel: make resize work (with leaks) by Mike Stroyan · 9 years ago
  31. c65a96b intel: remove unused wsi fields by Mike Stroyan · 9 years ago
  32. ed9e6d9 intel: Fix occlusion query read by Mike Stroyan · 9 years ago
  33. 5e387b5 intel: set occlusionQueryNonConservative by Mike Stroyan · 9 years ago
  34. a6a5031 intel: Removed descriptor validation code from driver by Tobin Ehlis · 9 years ago
  35. be17edb ilo: Return VK_ERROR_OUT_OF_DATE_KHR when window resizes. by Ian Elliott · 9 years ago
  36. 34aa5c8 bug-14827: Remove DescriptorInfo union by Courtney Goeltzenleuchter · 9 years ago
  37. 831c183 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  38. d3a8d36 bug-14575: normalized queue priorities by Courtney Goeltzenleuchter · 9 years ago
  39. d6633e2 Bug 14789: Clean up limit structure by Courtney Goeltzenleuchter · 9 years ago
  40. d4a39bf misc: Track alphaToOneEnable by Courtney Goeltzenleuchter · 9 years ago
  41. e409974 bug-14827: Make DescriptorInfo a union of bufferInfo, imageInfo, and bufferView by Courtney Goeltzenleuchter · 9 years ago
  42. a32436b bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  43. 63f0ead bug-14786: Addressing layered subresources in vkCmdCopyImage by Courtney Goeltzenleuchter · 9 years ago
  44. 2ebc234 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  45. a12e291 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  46. 8e2f097 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  47. ba11ebe WIP bug-14815: VkImageAspect by Courtney Goeltzenleuchter · 9 years ago
  48. 3ec3162 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  49. 01d2ae1 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  50. 0ed02cf bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  51. 68535a6 bug-14808: report number of valid bits in timesamps by Courtney Goeltzenleuchter · 9 years ago
  52. 3c4cf6f misc: Remove WRITE_COMBINED by Courtney Goeltzenleuchter · 9 years ago
  53. c8f54f7 bug-14737: Move alphaToCoverageEnable to MultisampleStateCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  54. b93427c bug-14084: Replace abbreviations in VkQueryPipelineStatisticFlags by Courtney Goeltzenleuchter · 9 years ago
  55. c6fd226 bug-14531: Expand tess abbreviation to tessellation by Courtney Goeltzenleuchter · 9 years ago
  56. dfd53f5 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  57. 9feb073 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  58. c0f9fa7 misc: Rename depthClip to depthClamp by Courtney Goeltzenleuchter · 9 years ago
  59. 2a25307 layers: Bug #14850, enforce validation for semaphore states by Mark Lobodzinski · 9 years ago
  60. af56e16 intel: Fix application of PSO-defined scissor state by Chris Forbes · 9 years ago
  61. ab2e6f7 intel: Copy dynamic state use flags into the pipeline state by Chris Forbes · 9 years ago
  62. 43909d8 intel,layers,tests: move cmd_meta errors to validation by Mike Stroyan · 9 years ago
  63. 5d1b3b3 loader, icd: correct use of _aligned_malloc by Mike Stroyan · 9 years ago
  64. 2f5deb5 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  65. 63ae76b misc: Change all JSON files to abi version 0.9.0 by Jon Ashburn · 9 years ago
  66. 6538053 layers: Update Image layer to offload view.c validation checks from driver by Tobin Ehlis · 9 years ago
  67. 8b4f167 Remove validation checks from query.c by Tobin Ehlis · 9 years ago
  68. 4ff11cc bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  69. e7d8235 bug-14365: fix viewport & scissor count by Courtney Goeltzenleuchter · 9 years ago
  70. e20aaa2 bug-14365: add dynamic state to PSO by Courtney Goeltzenleuchter · 9 years ago
  71. 932cdb5 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  72. 09772bb bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  73. b98d54e intel: Verified that driver validation checks are covered for fb.c by Mark Lobodzinski · 9 years ago
  74. 5ea338c intel: Removed ICD validation checks from dev.c by Mark Lobodzinski · 9 years ago
  75. 52bf987 intel: Verified that driver validation checks in queue.c are covered by Mark Lobodzinski · 9 years ago
  76. f94b838 build: move to SPIR-V rev 32 by GregF · 9 years ago
  77. ddaecf8 intel: Removed ICD validation checks from img.c by Mark Lobodzinski · 9 years ago
  78. f4b83ed build: fixes for latest SPIR-V rev 31 by GregF · 9 years ago
  79. 5b8e2bb Fix error return code in pipeline.c by Tobin Ehlis · 9 years ago
  80. 5f728d3 Finished migration of validation checks out of cmd_pipeline.c by Tobin Ehlis · 9 years ago
  81. 8d199e5 layers: Add Idx buffer alignment check to DrawState by Tobin Ehlis · 9 years ago
  82. 2069317 Remove old checks from pipeline.c and verify that they're handled in validation by Tobin Ehlis · 9 years ago
  83. f4107bd icd: fixup renderpass load ops for less waste and correct stencil clears by Chris Forbes · 9 years ago
  84. 6871cda icd: do depth/stencil attachment clears together by Chris Forbes · 9 years ago
  85. 90cffdd icd: clear correct miplevel of depth/stencil attachment by Chris Forbes · 9 years ago
  86. f6a164e Removed ICD validation checks from gpu.c by Mark Lobodzinski · 9 years ago
  87. c8b6f82 intel: faster WSI swapchain operation by Mike Stroyan · 9 years ago
  88. 17c2150 misc: Enable nulldriver on Linux by Courtney Goeltzenleuchter · 9 years ago
  89. 06d94a5 bug 14537: nulldrv: add CreateFlags to ImageFormatProperties by Courtney Goeltzenleuchter · 9 years ago
  90. 7d63da0 nulldrv: Remove unused function by Courtney Goeltzenleuchter · 9 years ago
  91. 367b1eb nulldrv: Remove return code for void functions by Courtney Goeltzenleuchter · 9 years ago
  92. ea97564 bug 14640: add pNext/sType to VkDeviceQueueCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  93. d9e966a Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo by Courtney Goeltzenleuchter · 9 years ago
  94. 315ad99 Bug 14643: use VkClearDepthStencilValue by Courtney Goeltzenleuchter · 9 years ago
  95. ac544f3 bug-14538: Remove validation error codes by Courtney Goeltzenleuchter · 9 years ago
  96. 74c4ce9 bug 14509: Rename Layer and Extension queries by Courtney Goeltzenleuchter · 9 years ago
  97. 656c5c8 compiler: Don't use binding table size to infer ubo count by Cody Northrop · 9 years ago
  98. 4f7bb0a bug-14583: Remove the unneeded vkBufferViewType by Courtney Goeltzenleuchter · 9 years ago
  99. 4244257 Bug 14583: Updates based on initial feedback by Courtney Goeltzenleuchter · 9 years ago
  100. 2a3e3a3 Bug 14583: Remove VkBufferView for UBO/SSBO descriptor types by Courtney Goeltzenleuchter · 9 years ago