index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vertex_shader.cpp
Age
Commit message (
Collapse
)
Author
2014-12-20
Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU ↵
Tony Wasserka
instructions.
2014-12-20
Pica/VertexShader: Run instruction handlers according to the effective opcode.
Tony Wasserka
This allows for proper emulation of the different CMP/LRP/MAD instructions.
2014-12-20
Pica/VertexShader: Implement MAX instructions.
Tony Wasserka
2014-12-20
Pica: Add support for boolean uniforms.
Tony Wasserka
2014-12-20
Pica/VertexShader: Add support for MOVA, CMP and IFC.
Tony Wasserka
2014-12-20
Pica/VertexShader: Move code around a bit.
Tony Wasserka
2014-12-20
Pica/VertexShader: Some cleanups using std::array.
Tony Wasserka
2014-12-20
Pica/VertexShader: Support negating src2.
Tony Wasserka
2014-12-20
Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in ↵
Tony Wasserka
favor of nihstro's ones.
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-07
Integrate Boost into build system and perform a trivial cleanup in ↵
Tony Wasserka
vertex_shader.cpp.
2014-10-07
Fix warnings in video_core
Lioncash
2014-08-25
Pica/VertexShader: Fix a bug in the call stack handling.
Tony Wasserka
2014-08-25
Pica/VertexShader: Fix a bug in the bitfield definitions and add the ↵
Tony Wasserka
"negate" field for swizzlers.
2014-08-25
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-12
Pica: Add vertex shader implementation.
Tony Wasserka