Sign in
swiftshader
/
SwiftShader
/
683bad832b88a1ac843f3d7677bf8f1d9e0ae47b
/
src
/
Vulkan
/
VkCommandBuffer.hpp
a4e06ca
Vulkan: Add debugging of the command buffer.
by Ben Clayton
· 5 years ago
2ed93ab
clang-format the src/Vulkan directory
by Ben Clayton
· 5 years ago
157ba26
Do not indent C++ namespace contents
by Nicolas Capens
· 5 years ago
90df527
Negative baseVertex support
by Alexis Hetu
· 5 years ago
d6dc4b7
Store subpass index in ExecutionState, not in RenderPass
by Chris Forbes
· 6 years ago
bd4cf81
Reduce the complexity of VkNonDispatchableHandle
by Alexis Hetu
· 6 years ago
7d96f51
Moved many Cast functions to libVulkan.cpp
by Alexis Hetu
· 6 years ago
63ae924
CommandBuffer and NonDispatchable objects code cleanup
by Alexis Hetu
· 6 years ago
f60a2d5
Removed some dependencies on old threading class
by Alexis Hetu
· 6 years ago
bd0ab1b
Pass around sw::TaskEvents* instead of vk::Fence*.
by Ben Clayton
· 6 years ago
2e4f6e8
Start untangling sw::Context from the rendering code
by Alexis Hetu
· 6 years ago
e1f51b9
Threaded Queue submit with events and fences
by Alexis Hetu
· 6 years ago
7383243
Dynamic state implementation
by Alexis Hetu
· 6 years ago
225a130
Implement dynamic buffer offsets.
by Ben Clayton
· 6 years ago
e1cf863
Support for per-instance attributes
by Chris Forbes
· 6 years ago
e7b2a05
vkCmdExecuteCommands implementation
by Alexis Hetu
· 6 years ago
00ba176
Factor out vertex attribute binding from Draw*::play
by Chris Forbes
· 6 years ago
a30de54
Add support for push constants
by Chris Forbes
· 6 years ago
2995dc2
Wire up depth and stencil attachments to pipeline
by Chris Forbes
· 6 years ago
baf7ad3
Implement indexed draws
by Chris Forbes
· 6 years ago
5edafb5
Descriptor sets binding
by Alexis Hetu
· 6 years ago
1cd31ea
Support for clearing Framebuffer attachments
by Alexis Hetu
· 6 years ago
f251a6f
Replaced std::make_unique with std::unique_ptr
by Alexis Hetu
· 6 years ago
c65473d
vkCmdDraw implementation
by Alexis Hetu
· 6 years ago
9bc7a81
RenderPass begin and end
by Alexis Hetu
· 6 years ago
d2791c2
Fixed command buffer reset and added implicit reset
by Alexis Hetu
· 6 years ago
072dc0d
Basic commands required to draw a simple triangle test
by Alexis Hetu
· 6 years ago
ee841c5
Base the driver version on Version.h.
by Nicolas Capens
· 6 years ago
a9999ce
CommandBuffer skeleton
by Alexis Hetu
· 6 years ago
767b41b
Vulkan dispatchable objects
by Alexis Hetu
· 7 years ago