OSDN Git Service

CubeMap fixes
[android-x86/external-swiftshader.git] / src / Vulkan / VkImage.cpp
2019-03-15 Alexis HetuCubeMap fixes
2019-03-12 Alexis HetuAdd utility functions from sw::Surface to vk::Format
2019-03-11 Alexis HetuAllow the Blitter to clear and blit vk::Image objects...
2019-03-08 Alexis HetuMove Blitter ownership from Image to Device
2019-03-07 Chris ForbesWire up depth and stencil attachments to pipeline
2019-03-06 Chris ForbesDisable creation of multisample images until they work
2019-02-20 Ben ClaytonSilence warnings: Remove all unused local variables
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-25 Alexis HetuImplementation of partial clear
2019-01-24 Alexis HetuvkGetImageSubresourceLayout implementation
2019-01-17 Alexis HetuImplemented depth and stencil clear command
2019-01-17 Alexis HetuSupport for array layers and mip levels in VkImage...
2019-01-17 Alexis HetuAllow clearing image arrays in ImageView
2018-12-21 Alexis HetuImplement image blitting
2018-12-21 Alexis HetuSupport regions in Buffer to/from Image copy
2018-12-18 Alexis HetuSupport for combined Depth and Stencil formats
2018-12-18 Alexis HetuSupport for array layers in Image objects
2018-12-12 Alexis HetuImplement Image clear
2018-12-12 Alexis HetuVkImageView initial implementation
2018-12-11 Alexis HetuImage copy
2018-11-16 Alexis HetuInitial implementation of Image