summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/warp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Remove old shader managementReinUsesLisp2021-07-231-117/+0
* video_core: Remove unnecessary enum class casting in logging messagesLioncash2020-12-071-1/+1
* shader: Keep track of shaders using warp instructionsReinUsesLisp2019-12-101-0/+3
* shader_ir/warp: Implement FSWZADDReinUsesLisp2019-11-081-0/+9
* gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsicsReinUsesLisp2019-11-081-33/+35
* video_core/shader: Resolve instances of variable shadowingLioncash2019-10-241-3/+4
* shader_ir/warp: Implement SHFLReinUsesLisp2019-09-171-0/+47
* shader_ir: Implement VOTEReinUsesLisp2019-08-211-0/+55