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
*
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
2
-2
/
+16
*
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
1
-0
/
+10
*
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
2
-6
/
+19
*
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
2
-4
/
+53
*
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
1
-3
/
+3
*
vertex_shader: Implement FLR instruction.
bunnei
2015-05-09
1
-0
/
+9
*
vertex_shader: Implement MADI instruction.
bunnei
2015-05-09
1
-4
/
+7
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
3
-11
/
+11
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
3
-18
/
+7
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Merge pull request #721 from yuriks/more-cleanups
Yuri Kunde Schlesner
2015-05-07
6
-3
/
+8
|
\
|
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
6
-3
/
+8
*
|
Merge pull request #695 from Subv/crash_f
bunnei
2015-05-06
4
-68
/
+137
|
\
\
|
|
/
|
/
|
|
*
GPU: Implemented default vertex shader attributes.
Subv
2015-05-06
4
-68
/
+137
*
|
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-29
1
-1
/
+1
*
|
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-09
1
-2
/
+2
|
/
*
Changed occurences of colour to color for consistency
Gareth Higgins
2015-04-05
2
-4
/
+4
*
Allow the user to set the background clear color during emulation
archshift
2015-04-03
1
-1
/
+2
*
Merge pull request #652 from neobrain/shader_output_fix
bunnei
2015-03-16
1
-20
/
+24
|
\
|
*
Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...
Tony Wasserka
2015-03-12
1
-20
/
+24
*
|
VideoCore: Add static_cast around expressions where the compiler doesn’t de...
Emmanuel Gil Peyrot
2015-03-16
2
-4
/
+4
|
/
*
Merge pull request #629 from archshift/lcdfb
bunnei
2015-03-10
2
-11
/
+48
|
\
|
*
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
2
-11
/
+48
*
|
Merge pull request #643 from Subv/dem_feels
bunnei
2015-03-09
3
-13
/
+134
|
\
\
|
*
|
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2015-03-09
3
-50
/
+65
|
*
|
GPU: Implemented more depth buffer formats.
Subv
2015-03-09
3
-9
/
+115
*
|
|
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with inc...
Tony Wasserka
2015-03-09
1
-6
/
+3
*
|
|
Update nihstro submodule to the initial release version.
archshift
2015-03-08
1
-37
/
+38
*
|
|
Merge pull request #636 from bunnei/refactor-screen-win
bunnei
2015-03-07
3
-43
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Set framebuffer layout from EmuWindow.
bunnei
2015-03-07
3
-43
/
+9
|
|
/
*
|
GPU/Textures: Fixed ETC texture decoding.
Subv
2015-03-07
1
-1
/
+1
*
|
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-07
2
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-03-01
2
-0
/
+18
*
|
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-03
5
-85
/
+155
|
/
*
Added RGBA5551 compatibility in the rasterizer
archshift
2015-02-27
3
-2
/
+41
*
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-26
3
-54
/
+91
*
Video core: Fix A4 texture decoding
Yuri Kunde Schlesner
2015-02-25
1
-2
/
+2
*
Video core: Fix pixelation/blockiness in textures.
Yuri Kunde Schlesner
2015-02-25
1
-3
/
+3
*
Rasterizer: Add support for RGBA4 framebuffer format.
bunnei
2015-02-24
1
-0
/
+21
*
Rasterize with the correct color component order.
bunnei
2015-02-22
1
-11
/
+24
*
Merge pull request #593 from Subv/search_problem
Tony Wasserka
2015-02-22
1
-1
/
+4
|
\
|
*
Pica/VertexShader: Fixed LOOP with more than one iteration.
Subv
2015-02-21
1
-1
/
+4
*
|
Merge pull request #588 from archshift/somebranch
bunnei
2015-02-20
1
-11
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
archshift
2015-02-19
1
-11
/
+0
*
|
Rasterizer: Fixed a warning in GetWrappedTexCoord.
Subv
2015-02-18
1
-4
/
+4
|
/
*
Merge pull request #580 from lioncash/emplace
bunnei
2015-02-18
2
-4
/
+4
|
\
|
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
2
-4
/
+4
*
|
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
Tony Wasserka
2015-02-18
1
-5
/
+5
*
|
Pica/Rasterizer: Make some local lambdas static.
Tony Wasserka
2015-02-18
1
-8
/
+8
*
|
Pica/BlendUnit: Implement separate color/alpha blend equations.
Tony Wasserka
2015-02-18
2
-65
/
+59
[next]