Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
13 days | UI modal windows | quou | -3/+3 |
14 days | ui renderer clipping | quou | -37/+41 |
14 days | Update scissor and viewport functions to take ints instead | quou | -8/+8 |
2024-12-30 | backface culling | quou | -0/+5 |
2024-12-30 | Fix default blend | quou | -3/+3 |
2024-12-29 | alpha blending | quou | -0/+39 |
2024-12-29 | fix build error on msvc | quou | -2/+2 |
2024-12-29 | allow binding only a portion of a cbuffer | quou | -1/+10 |
2024-12-29 | fix depth only render passes | quou | -2/+4 |
2024-12-29 | seperate framebuffers and renderpasses; depth buffering. | quou | -11/+106 |
2024-12-28 | replace memset | quou | -1/+1 |
2024-12-27 | allow renderpasses to specify a clear mode and pipelines to specify their vie... | quou | -1/+44 |
2024-12-26 | constant buffers | quou | -0/+15 |
2024-12-26 | seperate descriptor sets from pipelines to allow swapping out shader resource... | quou | -13/+38 |
2024-12-23 | send textures to shaders | quou | -0/+18 |
2024-12-21 | render a triangle | quou | -0/+24 |
2024-12-19 | basic vulkan setup | quou | -0/+29 |