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
/
citra_qt
/
debugger
/
graphics_vertex_shader.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-21
citra-qt: Move graphics debugging code into its own folder
Lioncash
1
-629
/
+0
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
1
-2
/
+2
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-76
/
+134
2016-05-11
Turn ShaderSetup into struct
Jannik Vogel
1
-1
/
+1
2016-05-07
fixup simple type conversions where possible
Alexander Laties
1
-1
/
+1
2016-05-04
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
1
-2
/
+2
2016-03-15
PICA: Fix MAD/MADI encoding
Jannik Vogel
1
-2
/
+10
2016-03-09
Fix attribute mapping in vs debugger
Jannik Vogel
1
-2
/
+2
2016-03-03
Add immediate mode vertex submission
Dwayne Slater
1
-0
/
+2
2015-10-07
Silence -Wsign-compare warnings.
Rohit Nirmal
1
-4
/
+4
2015-09-11
citra_qt: Reorganize headers
Lioncash
1
-2
/
+1
2015-09-07
Shader Debugger: Allow editing of input vertex data
Yuri Kunde Schlesner
1
-0
/
+2
2015-09-07
Shader Debugger: Highlight current instruction instead of focusing
Yuri Kunde Schlesner
1
-4
/
+15
2015-09-07
Shader Debugger: Remove useless signal
Yuri Kunde Schlesner
1
-5
/
+2
2015-09-07
Shader Debugger: Fix only first vertex attribute being loaded
Yuri Kunde Schlesner
1
-7
/
+7
2015-09-07
Shader Debugger: Fix freeze when double-clicking shader disassembly
Yuri Kunde Schlesner
1
-9
/
+1
2015-09-07
Shader Debugger: Improve space efficiency of the layout
Yuri Kunde Schlesner
1
-9
/
+18
2015-09-07
Shader Disassembly: Fix printing of jump offsets
Yuri Kunde Schlesner
1
-4
/
+4
2015-09-07
Shader Disassembly: Fix disassembly of IFU/CALLU instructions
Yuri Kunde Schlesner
1
-0
/
+1
2015-09-07
Shader Disassembly: Implement support for MAD/MADI
Yuri Kunde Schlesner
1
-0
/
+31
2015-09-07
Shader Disassembly: Introduce variables to hold common subexpressions
Yuri Kunde Schlesner
1
-16
/
+20
2015-09-07
Shader Debugger: Initialize input_vertex to prevent crashes
Yuri Kunde Schlesner
1
-0
/
+7
2015-09-07
Shader Disassembly: Cleanup code and improve output alignment
Yuri Kunde Schlesner
1
-66
/
+79
2015-08-25
citra-qt: Add helper function to get a monospace QFont
Yuri Kunde Schlesner
1
-1
/
+3
2015-08-16
citra-qt/VertexShader: Minor UI improvements.
Tony Wasserka
1
-8
/
+9
2015-08-16
Introduce a shader tracer to allow inspection of input/output values for each processed instruction.
Tony Wasserka
1
-34
/
+217
2015-08-16
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
1
-3
/
+2
2015-08-16
citra-qt: Improve shader debugger.
Tony Wasserka
1
-3
/
+18
2015-08-16
citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler.
Tony Wasserka
1
-3
/
+3
2015-08-15
Shader: Move shader code to its own subdirectory, "shader".
bunnei
1
-1
/
+1
2015-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
1
-1
/
+1
2015-07-19
Citra_QT : Another Conversion Warning Fix
zawata
1
-1
/
+1
2015-07-15
Pica/Shader: Add geometry shader definitions.
Tony Wasserka
1
-1
/
+1
2015-05-23
Pica: Create 'State' structure and move state memory there.
bunnei
1
-3
/
+3
2015-03-08
Update nihstro submodule to the initial release version.
archshift
1
-20
/
+21
2015-02-11
citra-qt: Add a vertex shader debugger.
Tony Wasserka
1
-0
/
+298