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 (
Expand
)
Author
2015-01-12
Merge pull request #478 from archshift/pp3ports4
bunnei
2015-01-12
Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.
Tony Wasserka
2015-01-12
Pica/VertexShader: Implement the MAD instruction.
Tony Wasserka
2014-12-31
Pica/VertexShader: Coding style fixes.
Tony Wasserka
2014-12-31
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
2014-12-29
Vertex Shader: Zero OutputVertex to avoid denormals
Yuri Kunde Schlesner
2014-12-26
Merge pull request #327 from Apology11/master
bunnei
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
Fix visual studio ambiguous symbol error
Apology11
2014-12-20
License change
purpasmart96
2014-12-20
Pica/VertexShader: Promote a log message to critical status.
Tony Wasserka
2014-12-20
Pica/VertexShader: Small optimization.
Tony Wasserka
2014-12-20
Pica/VertexShader: Be robust against invalid inputs.
Tony Wasserka
2014-12-20
Pica/VertexShader: Clarify a comment.
Tony Wasserka
2014-12-20
Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU instructi...
Tony Wasserka
2014-12-20
Pica/VertexShader: Run instruction handlers according to the effective opcode.
Tony Wasserka
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 fav...
Tony Wasserka
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 vertex_sha...
Tony Wasserka
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 "negate"...
Tony Wasserka
2014-08-25
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-12
Pica: Add vertex shader implementation.
Tony Wasserka