aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/shader_bytecode.h
AgeCommit message (Expand)Author
2018-04-20shader_bytecode: Add several more instruction decodings.bunnei
2018-04-20shader_bytecode: Decode instructions based on bit strings.bunnei
2018-04-20ShaderGen: Implemented predicated instruction execution.Subv
2018-04-20ShaderGen: Implemented the fsetp instruction.Subv
2018-04-20ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).Subv
2018-04-19ShaderGen: Implemented the fmul32i shader instruction.Subv
2018-04-17shader_bytecode: Make ctor's constexpr and explicit.bunnei
2018-04-17gl_shader_decompiler: Implement FMUL/FADD/FFMA immediate instructions.bunnei
2018-04-17gl_shader_decompiler: Add support for TEXS instruction.bunnei
2018-04-14shaders: Add NumTextureSamplers const, remove unused #pragma.bunnei
2018-04-14shaders: Address PR review feedback.bunnei
2018-04-14shaders: Fix GCC and clang build issues.bunnei
2018-04-14gl_shader_decompiler: Implement negate, abs, etc. and lots of cleanup.bunnei
2018-04-14shader_bytecode: Add FSETP and KIL to GetInfo.bunnei
2018-04-14shader_bytecode: Add SubOp decoding.bunnei
2018-04-13shader_bytecode: Add initial module for shader decoding.bunnei