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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pica/CommandProcessor: Add support for integer uniforms.
Tony Wasserka
2014-12-31
1
-0
/
+1
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Pica: Add support for boolean uniforms.
Tony Wasserka
2014-12-20
1
-0
/
+1
*
|
Pica/VertexShader: Some cleanups using std::array.
Tony Wasserka
2014-12-20
1
-0
/
+3
*
|
Pica/VertexShader: Support negating src2.
Tony Wasserka
2014-12-20
1
-1
/
+0
*
|
Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in favor of nihstro's ones.
Tony Wasserka
2014-12-20
1
-209
/
+0
*
|
Pica: Initial support for multitexturing.
Tony Wasserka
2014-12-20
1
-2
/
+7
|
/
*
vertex_shader: Fix control reaches end of function warning
Lioncash
2014-11-16
1
-1
/
+1
*
Fix warnings in video_core
Lioncash
2014-10-08
1
-1
/
+1
*
Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly.
Tony Wasserka
2014-08-25
1
-1
/
+2
*
Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.
Tony Wasserka
2014-08-25
1
-3
/
+75
*
Pica: Add vertex shader implementation.
Tony Wasserka
2014-08-12
1
-0
/
+211