summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23glsl: Better Storage access and wip warpsameerj1-9/+17
2021-07-23glsl: Fix bindings, add some CC opsameerj1-2/+2
2021-07-23glsl: Implement derivatives and YDirectionameerj1-6/+6
plus some other misc additions/changed
2021-07-23glsl: Fix non-immediate buffer accessameerj1-12/+16
and many other misc implementations
2021-07-23glsl: textures wipameerj1-5/+5
2021-07-23glsl: Implement some attribute getters and settersameerj1-3/+6
2021-07-23glsl: F16x2 storage atomicsameerj1-2/+2
2021-07-23glsl: Revert ssbo aliasing. Storage Atomics implameerj1-1/+2
2021-07-23glsl: Wip storage atomic opsameerj1-56/+54
2021-07-23glsl: Implement FCMPameerj1-23/+12
2021-07-23glsl: More FP instructions/fixesameerj1-4/+4
2021-07-23glsl: Add many FP32/64 instructionsameerj1-144/+180
2021-07-23glsl: Implement more Integer opsameerj1-2/+2
2021-07-23glsl: Implement BF*ameerj1-2/+2
2021-07-23glsl: Implement a few Integer instructionsameerj1-4/+6
2021-07-23glsl: Use std::string_view for Emit function args.ameerj1-376/+412
2021-07-23glsl: Pass IR::Inst& to Emit functionsameerj1-81/+81
2021-07-23glsl: INeg and IAdd negate testsameerj1-35/+37
2021-07-23glsl: Fix "reg" allocingameerj1-404/+379
based on glasm with some tweaks
2021-07-23glsl: Initial backendameerj1-0/+656