Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader: Split profile and runtime information in separate structs | ReinUsesLisp | 2021-07-23 | 1 | -6/+9 |
* | Move SPIR-V emission functions to their own header | ReinUsesLisp | 2021-07-23 | 1 | -0/+1 |
* | spirv: Replace Constant/ConstantComposite with Const helper | ameerj | 2021-07-23 | 1 | -4/+4 |
* | spirv: Fix alpha test | FernandoS27 | 2021-07-23 | 1 | -0/+5 |
* | spirv: Implement alpha test | ameerj | 2021-07-23 | 1 | -0/+45 |
* | shader: Implement transform feedbacks and define file format | ReinUsesLisp | 2021-07-23 | 1 | -3/+26 |
* | shader: Fix fixed pipeline point size on geometry shaders | ReinUsesLisp | 2021-07-23 | 1 | -10/+18 |
* | shader: Implement geometry shaders | ReinUsesLisp | 2021-07-23 | 1 | -12/+30 |
* | shader: Implement OUT | ReinUsesLisp | 2021-07-23 | 1 | -0/+8 |
* | spirv: Add fixed pipeline point size | ReinUsesLisp | 2021-07-23 | 1 | -0/+4 |
* | spirv: Fix default output attribute initialization | ReinUsesLisp | 2021-07-23 | 1 | -3/+3 |
* | shader: Implement NDC [-1, 1], attribute types and default varying initialization | ReinUsesLisp | 2021-07-23 | 1 | -0/+35 |