1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle fragment shader input variables More... about 7 years ago
Accept NoPerspective decoration More... about 7 years ago
Handle vertex shader Location output variables More... about 7 years ago
Accept Flat decoration More... about 7 years ago
Implement VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP More... about 7 years ago
Implement OpAny More... about 7 years ago
Clear command buffer state in vkBeginCommandBuffer More... about 7 years ago
Fix error reporting for fragment shaders More... about 7 years ago
Handle multiple primitives in a triangle list More... about 7 years ago
Move triangle rasterization to separate function More... about 7 years ago
Fix OpConvert*To* instructions for vector types More... about 7 years ago
Add missing parameter description for DrawCommand More... about 7 years ago
Introduce EntryPoint class More... about 7 years ago
Use const pointers in VariableList More... about 7 years ago
Use execution model to identify entry points More... about 7 years ago
Clamp out-of-range fragment outputs properly More... about 7 years ago
Launch fragment shader to fill attachments More... about 7 years ago
Accept OriginUpperLeft execution mode More... about 7 years ago
Implement vkCmdPipelineBarrier as NOP More... about 7 years ago
Implement vkCmdDraw More... about 7 years ago
Initial implementation of DrawCommand::run() More... about 7 years ago
Add a RenderPassInstance to the DrawCommand class More... about 7 years ago
Handle vertex binding/attribute descriptions More... about 7 years ago
Add getRenderPass() method to RenderPassInstance More... about 7 years ago
Generalize struct member decorations More... about 7 years ago
Add primitive topology to GraphicsPipeline More... about 7 years ago
Add missing include for assert() More... about 7 years ago
Implement vkCmdCopyImageToBuffer More... about 7 years ago
Add missing include for std::shared_ptr More... about 7 years ago
Remove unused struct member from runtime.h More... about 7 years ago