summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl_context_get_set.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: GCC fmt 8.0.0 fixeslat9nq2021-07-231-2/+2
|
* shader: Fix disabled and unwritten attributes and varyingsReinUsesLisp2021-07-231-2/+6
|
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-1/+1
| | | | | | Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's.
* glsl: Add missing ; in EmitSetSampleMaskMorph2021-07-231-1/+1
| | | | Fixes shader compilation in Okami HD
* glsl: Fix cbuf component indexing bug falbackameerj2021-07-231-7/+6
|
* shader: Properly manage attributes not written from previous stagesReinUsesLisp2021-07-231-0/+5
|
* glsl: Address rest of feedbackameerj2021-07-231-1/+1
|
* glsl: Cleanup/Address feedbackameerj2021-07-231-13/+5
|
* glsl: Add Shader_GLSL loggingameerj2021-07-231-10/+13
|
* glsl: Implement legacy varyingsameerj2021-07-231-3/+28
|
* glsl: Fix Cbuf getters for F32 typeameerj2021-07-231-12/+15
|
* glsl: Add immediate index oob checking for Cbuf gettersameerj2021-07-231-0/+16
|
* glsl: Refactor GetCbuf functions to reduce code duplicationameerj2021-07-231-104/+66
|
* glsl: Address Rodrigo's feedbackameerj2021-07-231-12/+19
|
* glsl: Implement SampleId and SetSampleMaskameerj2021-07-231-1/+29
| | | | plus some minor refactoring of implementations
* glsl: Implement more attribute getters and settersameerj2021-07-231-12/+56
|
* glsl: Implement indexed attribute loadsameerj2021-07-231-19/+19
|
* glsl: Remove output generic indexing for geometry stageameerj2021-07-231-5/+3
|
* glsl: Implement image atomics and set layerameerj2021-07-231-1/+11
| | | | along with some more cleanup/oversight fixes
* glsl: Add cbuf access workaround for devices with component indexing bugameerj2021-07-231-51/+110
|
* glsl: Fix <32-bit SSBO writesameerj2021-07-231-1/+1
| | | | and more cleanup
* glsl: Cleanup and address feedbackameerj2021-07-231-17/+13
|
* glsl: Implement Load/WriteGlobalameerj2021-07-231-30/+27
| | | | along with some other misc changes and fixes
* glsl: skip gl_ViewportIndex write if device does not support itameerj2021-07-231-0/+5
|
* glsl: Implement transform feedbackameerj2021-07-231-4/+11
|
* emit_glsl_context_get_set: Remove unused functionlat9nq2021-07-231-4/+0
|
* glsl: Implement tessellation shadersameerj2021-07-231-4/+65
|
* glsl: Implement geometry shadersameerj2021-07-231-2/+13
|
* glsl: Use NotImplemented macro with function name outputameerj2021-07-231-0/+1
|
* glsl: Implement gl_ViewportIndexameerj2021-07-231-0/+3
| | | | SSBU now working
* glsl: SHFL fix and prefer shift operations over divide in glsl shaderameerj2021-07-231-10/+10
|
* glsl: implement set clip distanceameerj2021-07-231-0/+12
| | | | and missed a diff in emit_glsl relating to var alloc ref counting
* glsl: Rework variable allocator to allow for variable reuseameerj2021-07-231-7/+7
|
* glsl: Implement ST{LS}ameerj2021-07-231-0/+8
|
* glsl: Implement more instructions used by SMOameerj2021-07-231-1/+5
|
* glsl: Fix GetAttribute return valuesameerj2021-07-231-3/+3
| | | | fixes font rendering issues as these were used to index into the ssbos
* glsl: Fix and implement rest of cbuf accessameerj2021-07-231-7/+43
|
* glsl: Implement TXQ and other misc changesameerj2021-07-231-0/+3
|
* shader_recompiler: GCC fixeslat9nq2021-07-231-2/+1
|
* glsl: Better Storage access and wip warpsameerj2021-07-231-4/+12
|
* glsl: Fix bindings, add some CC opsameerj2021-07-231-15/+18
|
* glsl: remove unused headersameerj2021-07-231-2/+0
|
* glsl: Fix non-immediate buffer accessameerj2021-07-231-11/+57
| | | | and many other misc implementations
* glsl: Implement some attribute getters and settersameerj2021-07-231-0/+53
|
* glsl: FP function fixesameerj2021-07-231-3/+7
|
* glsl: Add many FP32/64 instructionsameerj2021-07-231-3/+4
|
* glsl: Pass IR::Inst& to Emit functionsameerj2021-07-231-2/+2
|
* glsl: Reusable typed variables. IADD32ameerj2021-07-231-2/+2
|
* glsl: Fix program linking and cbufameerj2021-07-231-1/+3
|
* glsl: Fix "reg" allocingameerj2021-07-231-4/+3
| | | | based on glasm with some tweaks
* glsl: Initial backendameerj2021-07-231-0/+48