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-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-07-29
Merge pull request #963 from yuriks/gpu-fixes
bunnei
2015-07-26
Merge pull request #992 from yuriks/hot-path-debug
bunnei
2015-07-26
Videocore: Simplify variables in vertex shader interpreter
Yuri Kunde Schlesner
2015-07-26
Videocore: Replace std::stack in shader interpreter with static_vector
Yuri Kunde Schlesner
2015-07-26
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-23
VideoCore: Saturate vertex colors before interpolating
Yuri Kunde Schlesner
2015-07-21
Merge pull request #929 from neobrain/geoshader_definitions
Tony Wasserka
2015-07-19
Pica: Fix DP3 instruction, which wasn't assigning to the w component
Yuri Kunde Schlesner
2015-07-15
Pica/Shader: Add geometry shader definitions.
Tony Wasserka
2015-05-31
vertex_shader: Use address offset on src2 in inverted mode.
bunnei
2015-05-31
vertex_shader: Implement SLT/SLTI instructions.
bunnei
2015-05-31
vertex_shader: Implement MIN instruction.
bunnei
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-12
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-09
vertex_shader: Implement FLR instruction.
bunnei
2015-05-09
vertex_shader: Implement MADI instruction.
bunnei
2015-05-06
GPU: Implemented default vertex shader attributes.
Subv
2015-03-12
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...
Tony Wasserka
2015-03-08
Update nihstro submodule to the initial release version.
archshift
2015-02-21
Pica/VertexShader: Fixed LOOP with more than one iteration.
Subv
2015-02-18
Pica/VertexShader: Implement the LOOP instruction.
Tony Wasserka
2015-02-12
Build: Fixed some warnings
Subv
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
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
[next]