OSDN Git Service

Implement indirect draws
[android-x86/external-swiftshader.git] / src / Vulkan / VkImageView.hpp
2019-03-26 Alexis HetuRenderpass multisampling resolve
2019-03-21 Alexis Hetusw::Surface references removed from sampling code
2019-03-13 Alexis HetuRemoved references to sw::Surface
2019-03-07 Chris ForbesWire up depth and stencil attachments to pipeline
2019-02-26 Alexis HetuReplace uses of sw::Surface with vk::ImageView in the...
2019-02-23 Chris ForbesSet render targets correctly when drawing
2019-01-30 Chris ForbesAdd SPIRV-Tools as git subtree
2019-01-30 Chris ForbesAdd SPIRV-Headers as git subtree
2019-01-29 Nicolas CapensUpdate to latest LLVM 7.0 release branch revision.
2019-01-28 Alexis HetuFramebuffer clear assert fix
2019-01-25 Alexis HetuSupport for clearing Framebuffer attachments
2019-01-17 Alexis HetuAllow clearing image arrays in ImageView
2018-12-12 Alexis HetuVkImageView initial implementation