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
/
shader
/
shader.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-1
/
+7
*
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
1
-1
/
+1
*
shader: Remove unused 'state' argument from 'Setup' function.
bunnei
2016-04-14
1
-2
/
+1
*
Common: Get rid of alignment macros
Lioncash
2016-03-09
1
-4
/
+4
*
Add immediate mode vertex submission
Dwayne Slater
2016-03-03
1
-1
/
+17
*
pica: Implement decoding of basic fragment lighting components.
bunnei
2016-02-05
1
-3
/
+5
*
Shader: Fix size_t to int casts of register offsets
aroulin
2015-09-07
1
-6
/
+6
*
Build fix for Debug configurations.
Tony Wasserka
2015-08-16
1
-1
/
+1
*
Introduce a shader tracer to allow inspection of input/output values for each processed instruction.
Tony Wasserka
2015-08-16
1
-6
/
+189
*
Shader: Use a POD struct for registers.
bunnei
2015-08-16
1
-9
/
+12
*
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-16
1
-0
/
+3
*
Shader: Define a common interface for running vertex shader programs.
bunnei
2015-08-15
1
-0
/
+163