index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Don't keep base_address in the loader, it doesn't belong there (with it, the ...
Henrik Rydgard
2016-04-28
3
-11
/
+10
|
*
Move "&" to their proper place, add missing includes and make some properly r...
Henrik Rydgard
2016-04-28
2
-8
/
+11
|
*
Refactor: Extract VertexLoader from command_processor.cpp.
Henrik Rydgard
2016-04-28
5
-125
/
+185
|
*
Remove late accesses to attribute_config
Henrik Rydgard
2016-04-28
1
-5
/
+7
*
|
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
4
-11
/
+0
*
|
Merge pull request #1710 from hrydgard/optimize-event-breakpoints
bunnei
2016-04-25
2
-7
/
+14
|
\
\
|
*
|
Replace std::map with std::array for graphics event breakpoints, and allow th...
Henrik Rydgard
2016-04-24
2
-7
/
+14
|
|
/
*
|
shader: Shader size is long uint, not uint.
Sam Spilsbury
2016-04-25
1
-1
/
+1
*
|
shader: Handle non-CALL opcodes with a break
Sam Spilsbury
2016-04-25
1
-0
/
+2
*
|
shader: Format string must be provided inline and not as a variable
Sam Spilsbury
2016-04-24
1
-1
/
+1
|
/
*
pica: Handle default lighting case
Sam Spilsbury
2016-04-23
1
-1
/
+6
*
HWRasterizer: reorder declarations to match defs
tfarley
2016-04-22
1
-9
/
+9
*
HWRasterizer: sync specular uniform for new shaders
tfarley
2016-04-22
1
-0
/
+2
*
Merge pull request #1436 from tfarley/hw-tex-forwarding
bunnei
2016-04-22
15
-759
/
+1373
|
\
|
*
HWRasterizer: Texture forwarding
tfarley
2016-04-21
13
-759
/
+1371
|
*
Config: Add scaled resolution option
tfarley
2016-04-21
2
-0
/
+2
*
|
Merge pull request #1655 from JayFoxRox/hw-dot3
bunnei
2016-04-21
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
OpenGL: Implement color combiner Operation::Dot3_RGB
Jannik Vogel
2016-04-10
1
-0
/
+3
*
|
Merge pull request #1625 from JayFoxRox/sw-blend-func
bunnei
2016-04-17
1
-57
/
+42
|
\
\
|
*
|
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-17
1
-57
/
+42
*
|
|
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
1
-1
/
+1
*
|
|
Merge pull request #1665 from lioncash/file
bunnei
2016-04-14
1
-1
/
+16
|
\
\
\
|
*
|
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
1
-1
/
+16
|
|
/
/
*
|
|
shader_jit_x64: Rename RuntimeAssert to Compile_Assert.
bunnei
2016-04-13
2
-5
/
+5
*
|
|
shader_jit_x64.cpp: Rename JitCompiler to JitShader.
bunnei
2016-04-13
3
-92
/
+92
*
|
|
shader_jit_x64: Free memory that's no longer needed after compilation.
bunnei
2016-04-13
1
-0
/
+6
*
|
|
shader_jit_x64: Use a sorted vector instead of a set for keeping track of ret...
bunnei
2016-04-13
2
-5
/
+8
*
|
|
shader_jit_x64: Use CALL/RET instead of JMP for subroutines.
bunnei
2016-04-13
1
-17
/
+7
*
|
|
shader_jit_x64: Separate initialization and code generation for readability.
bunnei
2016-04-13
1
-9
/
+8
*
|
|
shader_jit_x64: Get rid of unnecessary last_program_counter variable.
bunnei
2016-04-13
2
-6
/
+2
*
|
|
shader_jit_x64: Execute certain asserts at runtime.
bunnei
2016-04-13
2
-5
/
+19
*
|
|
shader: Remove unused 'state' argument from 'Setup' function.
bunnei
2016-04-13
3
-5
/
+4
*
|
|
shader_jit_x64: Specify shader main offset at runtime.
bunnei
2016-04-13
3
-10
/
+6
*
|
|
shader_jit_x64: Allocate each program independently and persist for emu session.
bunnei
2016-04-13
3
-38
/
+28
*
|
|
shader_jit_x64: Rewrite flow control to support arbitrary CALL and JMP instru...
bunnei
2016-04-13
2
-35
/
+119
*
|
|
shader_jit_x64: Fix strict memory aliasing issues.
bunnei
2016-04-13
1
-1
/
+3
|
/
/
*
/
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
Jannik Vogel
2016-04-10
4
-71
/
+0
|
/
*
OpenGL: Respect buffer-write allow registers
Jannik Vogel
2016-04-08
1
-6
/
+28
*
OpenGL: Split buffer-write mask sync into seperate functions
Jannik Vogel
2016-04-08
2
-8
/
+39
*
Rasterizer: Respect buffer-write allow registers
Jannik Vogel
2016-04-08
2
-4
/
+16
*
OpenGL: Keep stencil-test and framebuffer.depth_format in sync
Jannik Vogel
2016-04-08
1
-0
/
+1
*
Merge pull request #1639 from linkmauve/fix-double-framebuffer-check
bunnei
2016-04-07
1
-4
/
+6
|
\
|
*
OpenGL: Fix a double framebuffer completeness checks.
Emmanuel Gil Peyrot
2016-04-03
1
-4
/
+6
*
|
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
5
-11
/
+7
|
\
\
|
|
/
|
/
|
|
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
5
-11
/
+7
*
|
OpenGL: Check for framebuffer completeness
Jannik Vogel
2016-04-03
1
-0
/
+3
*
|
Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons
Jannik Vogel
2016-04-01
1
-6
/
+6
*
|
Pica: Improve accuracy of immediate-mode support
Yuri Kunde Schlesner
2016-03-23
5
-29
/
+56
*
|
OpenGL: Don't attempt to draw empty triangle batches
Yuri Kunde Schlesner
2016-03-23
1
-0
/
+3
*
|
Merge pull request #1508 from JayFoxRox/vs-output-map
bunnei
2016-03-22
2
-7
/
+19
|
\
\
|
|
/
|
/
|
[prev]
[next]