index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
vertex_shader.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica/VertexShader: Coding style fixes.
Tony Wasserka
2014-12-31
1
-16
/
+8
*
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
2014-12-31
1
-0
/
+7
*
Vertex Shader: Zero OutputVertex to avoid denormals
Yuri Kunde Schlesner
2014-12-29
1
-0
/
+4
*
Merge pull request #327 from Apology11/master
bunnei
2014-12-27
1
-4
/
+4
|
\
|
*
Fix visual studio ambiguous symbol error
Apology11
2014-12-21
1
-4
/
+4
*
|
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Pica/VertexShader: Promote a log message to critical status.
Tony Wasserka
2014-12-20
1
-1
/
+1
*
|
Pica/VertexShader: Small optimization.
Tony Wasserka
2014-12-20
1
-7
/
+7
*
|
Pica/VertexShader: Be robust against invalid inputs.
Tony Wasserka
2014-12-20
1
-2
/
+9
*
|
Pica/VertexShader: Clarify a comment.
Tony Wasserka
2014-12-20
1
-1
/
+3
*
|
Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU instructions.
Tony Wasserka
2014-12-20
1
-50
/
+56
*
|
Pica/VertexShader: Run instruction handlers according to the effective opcode.
Tony Wasserka
2014-12-20
1
-1
/
+1
*
|
Pica/VertexShader: Implement MAX instructions.
Tony Wasserka
2014-12-20
1
-0
/
+9
*
|
Pica: Add support for boolean uniforms.
Tony Wasserka
2014-12-20
1
-1
/
+7
*
|
Pica/VertexShader: Add support for MOVA, CMP and IFC.
Tony Wasserka
2014-12-20
1
-7
/
+130
*
|
Pica/VertexShader: Move code around a bit.
Tony Wasserka
2014-12-20
1
-42
/
+58
*
|
Pica/VertexShader: Some cleanups using std::array.
Tony Wasserka
2014-12-20
1
-5
/
+16
*
|
Pica/VertexShader: Support negating src2.
Tony Wasserka
2014-12-20
1
-2
/
+9
*
|
Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in favor of nihstro's ones.
Tony Wasserka
2014-12-20
1
-13
/
+30
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-3
/
+3
*
Integrate Boost into build system and perform a trivial cleanup in vertex_shader.cpp.
Tony Wasserka
2014-12-07
1
-6
/
+10
*
Fix warnings in video_core
Lioncash
2014-10-08
1
-1
/
+1
*
Pica/VertexShader: Fix a bug in the call stack handling.
Tony Wasserka
2014-08-25
1
-2
/
+3
*
Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.
Tony Wasserka
2014-08-25
1
-11
/
+17
*
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-25
1
-0
/
+18
*
Pica: Add vertex shader implementation.
Tony Wasserka
2014-08-12
1
-0
/
+270