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
*
Pica/Regs: Correct bit width for blend-equations
Jannik Vogel
2017-04-08
1
-2
/
+2
*
Input: remove unused stuff & clean up
wwylele
2017-03-01
1
-0
/
+1
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
3
-3
/
+5
*
Core: Re-write frame limiter
Yuri Kunde Schlesner
2017-02-26
1
-3
/
+3
*
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-26
1
-8
/
+2
*
Remove built-in (non-Microprofile) profiler
Yuri Kunde Schlesner
2017-02-26
1
-8
/
+0
*
Add performance statistics to status bar
Yuri Kunde Schlesner
2017-02-26
1
-0
/
+9
*
OpenGL: Check if uniform block exists before updating it (#2581)
Jannik Vogel
2017-02-18
1
-29
/
+30
*
video_core: remove #pragma once in cpp file (#2570)
Weiyi Wang
2017-02-15
2
-4
/
+0
*
SWRasterizer: Move more framebuffer functions to file
Yuri Kunde Schlesner
2017-02-12
3
-100
/
+105
*
SWRasterizer: Move texturing functions to their own file
Yuri Kunde Schlesner
2017-02-12
4
-210
/
+259
*
SWRasterizer: Convert large no-capture lambdas to standalone functions
Yuri Kunde Schlesner
2017-02-12
1
-315
/
+310
*
SWRasterizer: Move framebuffer operation functions to their own file
Yuri Kunde Schlesner
2017-02-12
4
-236
/
+285
*
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
2017-02-12
8
-12
/
+12
*
video_core/shader: Document sanitized MUL operation
Yuri Kunde Schlesner
2017-02-12
1
-0
/
+8
*
Merge pull request #2550 from yuriks/pica-refactor2
Yuri Kunde Schlesner
2017-02-12
17
-138
/
+130
|
\
|
*
VideoCore: Split u64 Pica reg unions into 2 separate u32 unions
Yuri Kunde Schlesner
2017-02-09
1
-36
/
+42
|
*
VideoCore: Force enum sizes to u32 in LightingRegs
Yuri Kunde Schlesner
2017-02-09
1
-4
/
+4
|
*
OpenGL: Remove unused duplicate of IsPassThroughTevStage
Yuri Kunde Schlesner
2017-02-09
1
-12
/
+0
|
*
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-09
13
-24
/
+45
|
*
Pica/Regs: Use binary search to look up reg names
Yuri Kunde Schlesner
2017-02-09
2
-15
/
+10
|
*
VideoCore: Use union to index into Regs struct
Yuri Kunde Schlesner
2017-02-08
2
-46
/
+28
*
|
video_core: Fix benign out-of-bounds indexing of array (#2553)
Yuri Kunde Schlesner
2017-02-10
1
-2
/
+1
|
/
*
Merge pull request #2482 from yuriks/pica-refactor
Yuri Kunde Schlesner
2017-02-08
33
-2397
/
+2604
|
\
|
*
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
22
-658
/
+679
|
*
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
9
-102
/
+116
|
*
VideoCore: Split geometry pipeline regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
9
-264
/
+292
|
*
VideoCore: Split lighting regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
6
-312
/
+341
|
*
VideoCore: Split framebuffer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
10
-445
/
+491
|
*
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
15
-494
/
+532
|
*
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
13
-187
/
+218
*
|
Use std::array<u8,2> instead of u8[2] to fix MSVC build
Lectem
2017-02-05
1
-1
/
+1
|
/
*
Merge pull request #2476 from yuriks/shader-refactor3
Yuri Kunde Schlesner
2017-02-04
16
-161
/
+160
|
\
|
*
VideoCore: Make PrimitiveAssembler const-correct
Yuri Kunde Schlesner
2017-01-29
2
-3
/
+4
|
*
VideoCore: Extract swrast-specific data from OutputVertex
Yuri Kunde Schlesner
2017-01-29
5
-58
/
+64
|
*
VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer
Yuri Kunde Schlesner
2017-01-29
2
-10
/
+16
|
*
VideoCore: Split shader output writing from semantic loading
Yuri Kunde Schlesner
2017-01-29
3
-24
/
+24
|
*
VideoCore: Consistently use shader configuration to load attributes
Yuri Kunde Schlesner
2017-01-29
6
-44
/
+23
|
*
VideoCore: Use correct register for immediate mode attribute count
Yuri Kunde Schlesner
2017-01-29
2
-7
/
+13
|
*
VideoCore: Rename some types to more accurate names
Yuri Kunde Schlesner
2017-01-29
8
-18
/
+18
|
*
VideoCore: Change misleading register names
Yuri Kunde Schlesner
2017-01-29
4
-8
/
+9
*
|
Pica/Texture: Move part of ETC1 decoding to new file and cleanups
Yuri Kunde Schlesner
2017-02-04
4
-110
/
+159
*
|
Pica/Texture: Simplify/cleanup texture tile addressing
Yuri Kunde Schlesner
2017-02-04
4
-37
/
+111
*
|
VideoCore: Move LookupTexture out of debug_utils.h
Yuri Kunde Schlesner
2017-02-04
7
-301
/
+340
*
|
ShaderJIT: add 16 dummy bytes at the bottom of the stack
wwylele
2017-02-03
1
-2
/
+5
*
|
Common/x64: remove legacy emitter and abi (#2504)
Weiyi Wang
2017-01-31
1
-1
/
+0
*
|
shader_jit_x64_compiler: esi and edi should be persistent (#2500)
Merry
2017-01-31
1
-0
/
+2
*
|
video_core: gl_rasterizer_cache.cpp removed unused type alias
Kloen
2017-01-30
1
-1
/
+0
*
|
video_core: gl_rasterizer.cpp removed unused type alias
Kloen
2017-01-30
1
-2
/
+0
|
/
*
video_core: silence unused-local-typedef boost related warning on GCC
Kloen
2017-01-29
1
-0
/
+7
[next]