summaryrefslogtreecommitdiff
path: root/src/video_core/shader/decode/warp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Remove old shader managementGravatar ReinUsesLisp2021-07-221-117/+0
* video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-071-1/+1
* shader: Keep track of shaders using warp instructionsGravatar ReinUsesLisp2019-12-091-0/+3
* shader_ir/warp: Implement FSWZADDGravatar ReinUsesLisp2019-11-071-0/+9
* gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsicsGravatar ReinUsesLisp2019-11-071-33/+35
* video_core/shader: Resolve instances of variable shadowingGravatar Lioncash2019-10-231-3/+4
* shader_ir/warp: Implement SHFLGravatar ReinUsesLisp2019-09-171-0/+47
* shader_ir: Implement VOTEGravatar ReinUsesLisp2019-08-211-0/+55