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
/
engines
/
fermi_2d.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth
FernandoS27
2018-10-10
1
-2
/
+12
*
fermi_2d: Implement simple copies with AccelerateSurfaceCopy.
bunnei
2018-10-06
1
-1
/
+7
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
video_core: Use nested namespaces where applicable
Lioncash
2018-07-21
1
-4
/
+2
*
fermi_2d: Fix surface copy block height.
bunnei
2018-04-29
1
-0
/
+5
*
GPU: Partially implemented the Fermi2D surface copy operation.
Subv
2018-04-25
1
-0
/
+5
*
GPU: Added surface copy registers to Fermi2D
Subv
2018-04-25
1
-1
/
+57
*
GPU: Added boilerplate code for the Fermi2D engine
Subv
2018-04-25
1
-1
/
+27
*
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-18
1
-8
/
+0
*
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-17
1
-0
/
+8
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-12
1
-3
/
+7
*
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.
Subv
2018-02-12
1
-0
/
+18