1. 2ed93ab clang-format the src/Vulkan directory by Ben Clayton · 4 years, 11 months ago
  2. c77b1d8 Support for BC1, BC2, BC3, BC4 and BC5 by Alexis Hetu · 4 years, 11 months ago
  3. 157ba26 Do not indent C++ namespace contents by Nicolas Capens · 5 years ago
  4. 8a6dcf7 Support sample image instruction operand by Alexis Hetu · 5 years ago
  5. 359bc80 [vulkan] Implement VK_KHR_external_memory_fd for Linux and Android. by David 'Digit' Turner · 5 years ago
  6. 5244595 Avoid sync issues by removing global android swapchain map by Alexis Hetu · 5 years ago
  7. 26c6c4a Fix Win32SurfaceKHR resize issues by Antonio Maiorano · 5 years ago
  8. bd4cf81 Reduce the complexity of VkNonDispatchableHandle by Alexis Hetu · 5 years ago
  9. 7d96f51 Moved many Cast functions to libVulkan.cpp by Alexis Hetu · 5 years ago
  10. 63ae924 CommandBuffer and NonDispatchable objects code cleanup by Alexis Hetu · 5 years ago
  11. ba87330 Take the plane/aspect into account when copying/blitting by Nicolas Capens · 5 years ago
  12. 0c73680 Allow additional info to be passed to object's Create functions by Nicolas Capens · 5 years ago
  13. cfe11c7 Refactor obtaining format aspect info by Nicolas Capens · 5 years ago
  14. caf6031 Vulkan: Always call the object's destructor before deallocation. by Ben Clayton · 5 years ago
  15. 62ad1ee Allow ImageView to cast compressed texture into other formats by Alexis Hetu · 5 years ago
  16. 67cf8a9 32 bit safe code by Alexis Hetu · 5 years ago
  17. b317d96 Cube border computation by Alexis Hetu · 6 years ago
  18. ac87334 ETC2 Image decompression and sampling by Alexis Hetu · 6 years ago
  19. 32ac831 Allow treating a 3D image as a layered 2D image by Alexis Hetu · 6 years ago
  20. 0b092cd Add support for indexing into arrays of image descriptors by Chris Forbes · 6 years ago
  21. e5e33cd vkCmdResolveImage implementation by Alexis Hetu · 6 years ago
  22. 04dae5e Use the ImageView's format in clear operations by Alexis Hetu · 6 years ago
  23. 6db9a89 No border for compressed cube images by Alexis Hetu · 6 years ago
  24. 60da158 Support pNext chain entries in vkCreateImageView by Alexis Hetu · 6 years ago
  25. 979f940 Add support for compressed image copy by Alexis Hetu · 6 years ago
  26. 54ec759 Renderpass multisampling resolve by Alexis Hetu · 6 years ago
  27. 696926d sw::Surface references removed from sampling code by Alexis Hetu · 6 years ago
  28. 377077a CubeMap fixes by Alexis Hetu · 6 years ago
  29. 6a1d92b Add utility functions from sw::Surface to vk::Format by Alexis Hetu · 6 years ago
  30. 3364227 Allow the Blitter to clear and blit vk::Image objects directly by Alexis Hetu · 6 years ago
  31. 0da99f5 Move Blitter ownership from Image to Device by Alexis Hetu · 6 years ago
  32. 2995dc2 Wire up depth and stencil attachments to pipeline by Chris Forbes · 6 years ago
  33. 6159a85 Replace uses of sw::Surface with vk::ImageView in the Renderer by Alexis Hetu · 6 years ago
  34. 7c33e88 Set render targets correctly when drawing by Chris Forbes · 6 years ago
  35. 7521150 Implementation of partial clear by Alexis Hetu · 6 years ago
  36. 6ab37b0 vkGetImageSubresourceLayout implementation by Alexis Hetu · 6 years ago
  37. 7ca9f4a Implemented depth and stencil clear command by Alexis Hetu · 6 years ago
  38. eca9ca6 Support for array layers and mip levels in VkImage objects by Alexis Hetu · 6 years ago
  39. ed30373 Allow clearing image arrays in ImageView by Alexis Hetu · 6 years ago
  40. 809d011 Implement image blitting by Alexis Hetu · 6 years ago
  41. e0b5a4b Support for combined Depth and Stencil formats by Alexis Hetu · 6 years ago
  42. 0459596 Support for array layers in Image objects by Alexis Hetu · 6 years ago
  43. 9fbaf69 VkImageView initial implementation by Alexis Hetu · 6 years ago
  44. a233cea Image copy by Alexis Hetu · 6 years ago
  45. f62f375 Initial implementation of Image by Alexis Hetu · 6 years ago