summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_image.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23spirv: Guard against typeless image reads on unsupported devicesReinUsesLisp1-0/+4
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-7/+39
2021-07-23shader: Address feedback + clang formatlat9nq1-4/+0
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-4/+7
Mostly fixing unused *, implicit conversion, braced scalar init, fpermissive, and some others. Some Clang errors likely remain in video_core, and std::ranges is still a pertinent issue in shader_recompiler shader_recompiler: cmake: Force bracket depth to 1024 on Clang Increases the maximum fold expression depth thread_worker: Include condition_variable Don't use list initializers in control flow Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
2021-07-23shader: Fix TextureGradReinUsesLisp1-1/+1
2021-07-23shader: Implement texture buffersReinUsesLisp1-5/+19
2021-07-23shader: Stub TLD4's PTP when it isn't constantFernandoS271-1/+2
2021-07-23shader: Fix TXDFernandoS271-1/+1
2021-07-23shader: Address feedbackFernandoS271-15/+15
2021-07-23shader: Implement ImageGradientFernandoS271-1/+50
2021-07-23shader: Implement TMML partiallyFernandoS271-2/+2
2021-07-23shader,spirv: Implement ImageQueryLod.FernandoS271-0/+15
2021-07-23shader: Implement TLDFernandoS271-1/+1
2021-07-23shader: Implement TXQ and fix FragDepthReinUsesLisp1-1/+47
2021-07-23shader: Refactor PTP and other minor changesReinUsesLisp1-10/+28
2021-07-23shader: Add IR opcode for ImageFetchFernandoS271-2/+30
2021-07-23shader: Implement TLD4.PTPFernandoS271-3/+6
2021-07-23shader: Implement TLD4 and TLD4_BFernandoS271-0/+40
2021-07-23shader: Implement TEXSReinUsesLisp1-1/+10
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+146