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
/
video_core
/
rasterizer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-28
Pica: Implement color/alpha channel enable.
bunnei
1
-1
/
+8
2015-01-27
Rasterizer: Implemented alpha testing.
bunnei
1
-4
/
+41
2015-01-26
GPU: Implement the remaining depth testing functions.
bunnei
1
-0
/
+20
2014-12-31
Pica/Rasterizer: Remove some redundant casts.
Tony Wasserka
1
-3
/
+3
2014-12-31
Pica/Rasterizer: Make orient2d a free function and rename it to SignedArea.
Tony Wasserka
1
-31
/
+38
2014-12-31
Pica/Rasterizer: Fix a bug related to multitexturing and texture wrapping.
Tony Wasserka
1
-2
/
+2
2014-12-31
Pica/Rasterizer: Clean up long code lines.
Tony Wasserka
1
-4
/
+8
2014-12-31
Pica/Rasterizer: Implement backface culling.
Tony Wasserka
1
-9
/
+21
2014-12-31
Pica/Rasterizer: Textures seem to be laid out flipped vertically.
Tony Wasserka
1
-1
/
+1
2014-12-31
Pica/Rasterizer: Implement alpha blending.
Tony Wasserka
1
-0
/
+84
2014-12-31
Pica/Rasterizer: Implement depth testing.
Tony Wasserka
1
-6
/
+33
2014-12-31
Pica/Rasterizer: Further enhance Tev support.
Tony Wasserka
1
-4
/
+19
2014-12-29
Rasterizer: Pre-divide vertex attributes by W
Yuri Kunde Schlesner
1
-5
/
+2
2014-12-29
Rasterizer: Common sub-expression elimination
Yuri Kunde Schlesner
1
-14
/
+17
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-20
Pica/Rasterizer: Get rid of C-style casts.
Tony Wasserka
1
-4
/
+4
2014-12-20
Pica: Unify ugly address translation hacks.
Tony Wasserka
1
-4
/
+4
2014-12-20
Pica: Further improve Tev emulation.
Tony Wasserka
1
-10
/
+42
2014-12-20
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
1
-46
/
+3
2014-12-20
Pica: Implement texture wrapping.
Tony Wasserka
1
-1
/
+20
2014-12-20
Pica: Initial support for multitexturing.
Tony Wasserka
1
-17
/
+41
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-6
/
+6
2014-10-08
Fix warnings in video_core
Lioncash
1
-6
/
+6
2014-08-26
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
1
-3
/
+3
2014-08-25
Pica/Rasterizer: Clarify a TODO.
Tony Wasserka
1
-1
/
+3
2014-08-25
Pica/Rasterizer: Add texturing support.
Tony Wasserka
1
-0
/
+64
2014-08-25
Pica/Rasterizer: Add initial implementation of texture combiners.
Tony Wasserka
1
-1
/
+121
2014-08-25
Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly.
Tony Wasserka
1
-16
/
+16
2014-08-12
Pica: Add basic rasterizer.
Tony Wasserka
1
-0
/
+180