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
*
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
*
|
Pica/TextureEnvironment: Add a note.
Tony Wasserka
2015-02-18
1
-0
/
+4
*
|
Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.
Tony Wasserka
2015-02-18
2
-0
/
+4
*
|
Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...
Tony Wasserka
2015-02-18
2
-0
/
+28
*
|
Pica/OutputMerger: Fix flipped framebuffers.
Tony Wasserka
2015-02-18
1
-0
/
+10
*
|
Pica/TextureUnit: Implement mirrored repeating texture wrapping.
Tony Wasserka
2015-02-18
2
-3
/
+12
*
|
Pica: Fix a bug in the register definitions, relating to texture wrapping.
Tony Wasserka
2015-02-18
2
-2
/
+2
*
|
Pica/OutputMerger: Implement color format checking.
Tony Wasserka
2015-02-18
2
-4
/
+13
*
|
Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.
Tony Wasserka
2015-02-18
1
-2
/
+3
*
|
Pica/Rasterizer: Fix garbage pixels at triangle borders.
Tony Wasserka
2015-02-18
1
-1
/
+3
*
|
Pica/Rasterizer: Clean up and fix backface culling.
Tony Wasserka
2015-02-18
1
-11
/
+27
*
|
Pica: Cleanup clipping code and change screenspace z to range from -1..0.
Tony Wasserka
2015-02-18
2
-53
/
+42
*
|
Pica/VertexShader: Implement the LOOP instruction.
Tony Wasserka
2015-02-18
1
-14
/
+36
*
|
Pica/CommandProcessor: Properly implement shader load destination offset regi...
Tony Wasserka
2015-02-18
2
-20
/
+10
*
|
Pica/CommandProcessor: Work around initialized vertex attributes some more.
Tony Wasserka
2015-02-18
1
-2
/
+8
*
|
VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument ...
Emmanuel Gil Peyrot
2015-02-16
1
-1
/
+1
[next]