1. cebc4c0 layers: Update descriptor binding to use an ordered map by Tobin Ehlis · 8 years ago
  2. 81e4637 layers: Add cmd buffer binding for descriptor resources by Tobin Ehlis · 8 years ago
  3. 8020eea layers: Add tracking between sampler and cmd buffer by Tobin Ehlis · 8 years ago
  4. f951910 layers: Only bind active sets to cmd buffers by Tobin Ehlis · 8 years ago
  5. 9252c2b layers: Add descriptor sets to CB_INVALID tracking by Tobin Ehlis · 8 years ago
  6. 3066db6 layers: Fix spelling dynami->dynamic by Tobin Ehlis · 8 years ago
  7. 5798913 layers: Validate image view type requirement for descriptor sets by Chris Forbes · 8 years ago
  8. c7090a8 layers: Add plumbing for descriptor requirements by Chris Forbes · 8 years ago
  9. 8128096 layers: Validation buffer descriptor updates for bound memory by Tobin Ehlis · 8 years ago
  10. 5d749ea layers: Remove DRAWSTATE_INVALID_POOL check by Tobin Ehlis · 8 years ago
  11. 585f66d tests: Add tests for invalid VkDescriptorBufferInfo by Tobin Ehlis · 8 years ago
  12. 3d38f08 layers: Add validation for VkDescriptorBufferInfo struct by Tobin Ehlis · 8 years ago
  13. 2556f5b layers: Unify invalid command buffer handling by Tobin Ehlis · 8 years ago
  14. 58c5958 layers: GH616 Improve descriptor set invalid binding handling by Tobin Ehlis · 8 years ago
  15. bbf3f91 layers: GH644 Validate DS image aspect bit restriction by Tobin Ehlis · 8 years ago
  16. ef0de16 layers: Fix dynamic descriptor count by Tobin Ehlis · 8 years ago
  17. 815e813 layers: Clean up poolMap access by Tobin Ehlis · 8 years ago
  18. 4e38059 layers: Added getSwapchainNode() helper by Tobin Ehlis · 8 years ago
  19. 969a526 layers: Add getSwapchainFromImage() helper by Tobin Ehlis · 8 years ago
  20. d7619a8 layers: Remove unneeded layout_map by Tobin Ehlis · 8 years ago
  21. 1c9c55f layers: Add getImageNode() helper by Tobin Ehlis · 8 years ago
  22. d5fb09e layers: Add getImageViewData() helper by Tobin Ehlis · 8 years ago
  23. e2f8029 layers: Add getSamplerNode() helper by Tobin Ehlis · 8 years ago
  24. 424859c layers: Add getBufferViewInfo() helper by Tobin Ehlis · 8 years ago
  25. 997b258 layers: Update getMemObjInfo helper by Tobin Ehlis · 8 years ago
  26. 94bc5d2 layers: Add getBufferNode() helper by Tobin Ehlis · 8 years ago
  27. 6a72dc7 layers: Make layer_data visible to DescriptorSet by Tobin Ehlis · 8 years ago
  28. 68d0adf layers: Pass common data between pre/post AllocDescriptorSets by Tobin Ehlis · 8 years ago
  29. ee47146 layers: Add DescriptorSet interface for allocation by Tobin Ehlis · 8 years ago
  30. 5eb9765 layers: GH611 Fix dynamic offset indexing by iostrows · 8 years ago
  31. 1809f91 layers: DescriptorSet class indentation fixes by Tobin Ehlis · 8 years ago
  32. cbcf234 layers: Improve descriptor copy update validation by Tobin Ehlis · 8 years ago
  33. 57ae28f layers: Remove unneeded else block by Tobin Ehlis · 8 years ago
  34. 6bd2b98 layers: Add usage bit validation for buffer descriptors by Tobin Ehlis · 8 years ago
  35. 554bf38 layers: Add usage bit validation for image descriptors by Tobin Ehlis · 8 years ago
  36. cb621ea layers: take better advantage of emplace_back in descriptor sets by Chris Forbes · 8 years ago
  37. b4e0bdb layers: Remove old hacks for imprecise descriptor tracking for compute by Chris Forbes · 8 years ago
  38. 56a3094 layers: DescriptorSet class clean-up by Tobin Ehlis · 8 years ago
  39. d41e7b6 layers: Verify that src of copy update is updated by Tobin Ehlis · 8 years ago
  40. 300888c layers: Refactor DescriptorSet update interface by Tobin Ehlis · 8 years ago
  41. 9906d9d layers: Improve DescriptorSet cleanup by Tobin Ehlis · 8 years ago
  42. 03d61de layers: Refactor DescriptorSet Update code by Tobin Ehlis · 8 years ago
  43. 1f946f8 layers: Migrate VerifyUpdateConsistency to DescriptorSetLayout class by Tobin Ehlis · 9 years ago
  44. 664e601 layers: Store layout bindings_ by value instead of ptr by Tobin Ehlis · 9 years ago
  45. b685213 layers: Remove unused IsUpdated(uint32_t) from DescriptorSet class by Tobin Ehlis · 9 years ago
  46. ad412f4 layers: Removed unused full_update_ from DescriptorSet class by Tobin Ehlis · 9 years ago
  47. 0bc3063 layers: Remove use of map at() function from descriptor_set class by Tobin Ehlis · 9 years ago
  48. 81f1785 layers: Clean up access to descriptors_ vector by Tobin Ehlis · 9 years ago
  49. 0a43bde layers: Rearchitect Descriptor Set validation code by Tobin Ehlis · 9 years ago