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_accelerated.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rasterizer: Update pages in batches
ReinUsesLisp
2021-06-11
1
-15
/
+41
*
video_core: rasterizer_cache: Use u16 for cached page count.
bunnei
2021-05-27
1
-3
/
+3
*
video_core: rasterizer_accelerated: Fix un/signed mismatch.
bunnei
2021-03-13
1
-1
/
+2
*
video_core: rasterizer_accelerated: Fix delta check ordering.
bunnei
2021-03-03
1
-3
/
+3
*
video_core: rasterizer_accelerated: Improve error handling & fix implicit conversion.
bunnei
2021-03-03
1
-4
/
+8
*
video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages.
bunnei
2021-03-03
1
-38
/
+13
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-5
/
+5
*
Added missing include
Joel Holdsworth
2019-12-11
1
-0
/
+1
*
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-27
1
-2
/
+2
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-1
/
+2
*
rasterizer_accelerated: Add intermediary for GPU rasterizers
ReinUsesLisp
2019-10-27
1
-0
/
+63