Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emit_spirv: Reduce emit_spirv.h include overhead | ameerj | 2021-12-06 | 1 | -0/+1 |
* | emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes | ameerj | 2021-08-31 | 1 | -1/+29 |
* | emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes | ameerj | 2021-08-31 | 1 | -10/+11 |
* | 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 | -3/+3 |
* | shader: Add coarse derivatives | FernandoS27 | 2021-07-23 | 1 | -0/+8 |
* | shader: Implement fine derivates constant propagation | FernandoS27 | 2021-07-23 | 1 | -0/+8 |
* | shader: Move LaneId to the warp emission file and fix AMD | ReinUsesLisp | 2021-07-23 | 1 | -0/+8 |
* | shader: Address feedback + clang format | lat9nq | 2021-07-23 | 1 | -1/+0 |
* | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 2021-07-23 | 1 | -1/+1 |
* | shader: Add subgroup masks | ReinUsesLisp | 2021-07-23 | 1 | -9/+37 |
* | shader: Implement FSWZADD | ameerj | 2021-07-23 | 1 | -0/+16 |
* | shader: Implement SHFL | ameerj | 2021-07-23 | 1 | -0/+135 |