1. 941293d Eliminate use of Vulkan header BEGIN_RANGE/END_RANGE/RANGE_SIZE enums by Antonio Maiorano · 5 years ago
  2. 9f2dd0d Fix taking aspect into account for image view identifiers by Nicolas Capens · 5 years ago
  3. 7709026 Identify image views based on their state by Nicolas Capens · 5 years ago
  4. dd0e600 Associate bug IDs with unimplemented functionality by Nicolas Capens · 5 years ago
  5. 44bd43a Use UNIMPLEMENTED() for missing functionality we claim support for by Nicolas Capens · 5 years ago
  6. 865f889 Replace all UNIMPLEMENTED() with UNSUPPORTED() by Nicolas Capens · 5 years ago
  7. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 5 years ago
  8. 81bc9d9 Remove spaces after control statements keywords by Nicolas Capens · 5 years ago
  9. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  10. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 5 years ago
  11. 9c18a97 Enable sampling a depth-stencil format by Alexis Hetu · 6 years ago
  12. 2e5042a Refactor multiview support to remove some redundancy by Chris Forbes · 6 years ago
  13. 02d4c0d Add support for multiview rendering by Chris Forbes · 6 years ago
  14. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 6 years ago
  15. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 6 years ago
  16. ba87330 Take the plane/aspect into account when copying/blitting by Nicolas Capens · 6 years ago
  17. 6b63c80 Implement VkSamplerYcbcrConversion object by Nicolas Capens · 6 years ago
  18. 62ad1ee Allow ImageView to cast compressed texture into other formats by Alexis Hetu · 6 years ago
  19. 10186cb Override imageview swizzles for channel replacement edge cases by Chris Forbes · 6 years ago
  20. ac87334 ETC2 Image decompression and sampling by Alexis Hetu · 6 years ago
  21. a195abb Implement cubemap sampling by Nicolas Capens · 6 years ago
  22. eac32c4 SpirvShaderSampling: Fix flaky tests. by Ben Clayton · 6 years ago
  23. 22fbf8f Resolve remaining levels/layers at VkImageView creation time by Nicolas Capens · 6 years ago
  24. 2527b4d Resolve identity swizzles at VkImageView creation time by Chris Forbes · 6 years ago
  25. 9e73510 Implement basic sampler parameters by Nicolas Capens · 6 years ago
  26. 5822882 Specialize descriptor contents for storage images by Chris Forbes · 6 years ago
  27. 911b85f Image type and view type compatibility check fix by Alexis Hetu · 6 years ago
  28. 04dae5e Use the ImageView's format in clear operations by Alexis Hetu · 6 years ago
  29. 54ec759 Renderpass multisampling resolve by Alexis Hetu · 6 years ago
  30. 00424c1 Reintroduce "VkDebug: Update macros to address issues in b/127433389" by Ben Clayton · 6 years ago
  31. 64cf139 Propagate image view clear aspect mask to image clear by Chris Forbes · 6 years ago
  32. f955e63 Build fix by Alexis Hetu · 6 years ago
  33. 2995dc2 Wire up depth and stencil attachments to pipeline by Chris Forbes · 6 years ago
  34. 6159a85 Replace uses of sw::Surface with vk::ImageView in the Renderer by Alexis Hetu · 6 years ago
  35. 7c33e88 Set render targets correctly when drawing by Chris Forbes · 6 years ago
  36. f4b99b6 Silence warnings: Remove all unused local variables by Ben Clayton · 6 years ago
  37. d531712 Silence warnings: Add default cases to partial enum switches. by Ben Clayton · 6 years ago
  38. bfdb95a Framebuffer clear assert fix by Alexis Hetu · 6 years ago
  39. 1cd31ea Support for clearing Framebuffer attachments by Alexis Hetu · 6 years ago
  40. ed30373 Allow clearing image arrays in ImageView by Alexis Hetu · 6 years ago
  41. 9fbaf69 VkImageView initial implementation by Alexis Hetu · 6 years ago