OSDN Git Service

Rename constant cache to snapshot cache
[android-x86/external-swiftshader.git] / src / Vulkan / VkDevice.cpp
2020-03-28 Nicolas CapensRename constant cache to snapshot cache
2020-03-27 Alexis HetuUpdate SPIR-V Tools to fd773eb50
2020-03-27 Alexis HetuUpdate SPIR-V Headers to f8bf11a02
2020-03-26 Ben ClaytonMerge "Initial drop of LLVM 10 to third_party/llvm...
2020-03-25 Nicolas CapensUniquely identify sampler state
2020-03-24 Ben ClaytonUpdate Marl to 16e1dc37c
2020-03-16 Ben ClaytonUpdate Marl to ca8408f68
2020-03-12 Ben ClaytonUpdate Marl to 64d123947
2020-03-11 Ben ClaytonUpdate Marl to 94a361cf0
2020-02-24 Ben ClaytonUpdate SPIRV-Tools to 8910ea5f1
2020-02-13 Ben ClaytonUpdate Marl to a047dd0bb
2020-02-09 Ben ClaytonUpdate Marl to 246091e81
2020-02-07 Ben ClaytonDebugging: Merge VkDebug into System/Debug
2020-01-23 Nicolas CapensUse UNIMPLEMENTED() for missing functionality we claim...
2020-01-23 Nicolas CapensReplace all UNIMPLEMENTED() with UNSUPPORTED()
2020-01-08 Ben ClaytonVulkan: Add debugging of the command buffer.
2020-01-06 Ben ClaytonUpdate SPIRV-Tools to 8aa423930
2020-01-06 Ben ClaytonUpdate SPIRV-Headers to 204cd131c
2019-12-17 Ben Claytonclang-format the src/Vulkan directory
2019-12-17 Nicolas CapensRemove spaces after control statements keywords
2019-12-11 Nicolas CapensDo not indent C++ namespace contents
2019-11-26 Ben ClaytonMerge changes I672a4d28,I4a74212f,I5c51e8aa,I323ea936
2019-11-22 Chris ForbesFix vkGetDescriptorSetLayoutSupport implementation
2019-11-22 Alexis HetulibVulkan references and deferences structures uselessly
2019-11-18 Ben ClaytonUpdate SPIRV-Tools to d552f632
2019-11-18 Ben ClaytonUpdate SPIRV-Headers to 0f9a2dc9
2019-11-15 Ben ClaytonVkDevice: Migrate to using marl::Event::any()
2019-11-15 Ben ClaytonUpdate Marl to 6dd9ff1e
2019-10-04 Ben ClaytonUpdate Marl to 49e4e31
2019-10-04 Ben ClaytonlibVulkan: Wrap the marl scheduler in a shared_ptr.
2019-09-24 Nicolas CapensUpdate Marl to 12872a0df
2019-09-20 Nicolas CapensUpdate Marl to 5f31df137
2019-09-14 Nicolas CapensUpdate Marl to bf3e23083
2019-09-11 Ben ClaytonUpdate Marl to 59068ee4
2019-09-07 Ben ClaytonMigrate from yarn to marl.
2019-09-07 Ben ClaytonRevert "Migrate from yarn to marl."
2019-09-07 Ben ClaytonMigrate from yarn to marl.
2019-09-07 Ben ClaytonRevert "Migrate from yarn to marl."
2019-09-07 Ben ClaytonMigrate from yarn to marl.
2019-09-05 Ben ClaytonInitial drop of Marl @ d3b8558c
2019-08-31 Ben ClaytonUpdate SPIRV-Tools to 65e362b7
2019-08-27 Ben ClaytonVulkan: Build a yarn::Scheduler and pass it down to...
2019-08-08 Ben ClaytonVkDevice: Fix sample cache hash collisions that caused...
2019-07-29 Ben ClaytonUse raw pointers for the routine const cache.
2019-07-29 Ben ClaytonMerge changes I10d66439,I6bd62e7b,Iec85e0df,If16c5d11...
2019-07-29 Ben ClaytonUpdate SPIRV-Tools to 9559cdbd
2019-07-29 Ben ClaytonUpdate SPIRV-Headers to e4322e3b
2019-07-29 Ben ClaytonReactor: Use std::shared_ptr to ref-count rr::Routines
2019-07-26 Alexis HetuFaster image sampler fetch from key
2019-07-16 Alexis HetuMemory leak fix for SamplingRoutine cache
2019-07-02 Nicolas CapensDon't emit bounds checks when robustness is disabled
2019-06-12 Nicolas CapensUse VK_TRUE/VK_FALSE consistently
2019-05-28 Nicolas CapensAllow additional info to be passed to object's Create...
2019-05-23 Ben ClaytonVkQueue: Destruct the object.
2019-05-23 Ben ClaytonReimplement VkFence using sw::WaitGroup and sw::Event.
2019-05-22 Alexis HetuOnly expose device extension functions that are enabled
2019-05-06 Alexis HetuThreaded Queue submit with events and fences
2019-04-15 Alexis HetuAllocation failure fix
2019-03-18 Ben ClaytonReintroduce "VkDebug: Update macros to address issues...
2019-03-08 Alexis HetuMove Blitter ownership from Image to Device
2019-03-01 Alexis HetuDescriptor sets update mechanism
2019-02-28 Hernan LiatisAdvertise support for VK_KHR_swapchain
2019-01-30 Chris ForbesAdd SPIRV-Tools as git subtree
2019-01-30 Chris ForbesAdd SPIRV-Headers as git subtree
2019-01-30 Alexis HetuvkQueueWaitIdle and vkDeviceWaitIdle as noops
2019-01-29 Nicolas CapensUpdate to latest LLVM 7.0 release branch revision.
2018-12-13 Alexis HetuProperly dispose of the sw::Renderer object
2018-12-07 Alexis HetuImplement waiting for fences as noop
2018-11-26 Nicolas CapensImplement extended vkCreateDevice features support.
2018-11-14 Nicolas CapensRemove unsupported functionality.
2018-10-19 Alexis HetuDevice and PhysicalDevice features and properties
2018-10-18 Alexis HetuLinux build fix
2018-10-15 Alexis HetuVulkan dispatchable objects