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
/
gpu.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT.
bunnei
2018-07-24
1
-0
/
+1
|
*
gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM.
bunnei
2018-07-24
1
-0
/
+1
|
*
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-21
1
-1
/
+5
|
|
|
|
This makes it match its const qualified equivalent.
*
GPU: Partially implemented the Maxwell DMA engine.
Subv
2018-06-12
1
-0
/
+2
|
|
|
|
Only tiled->linear and linear->tiled copies that aren't offsetted are supported for now. Queries are not supported. Swizzled copies are not supported.
*
GPU: Allow the usage of RGBA16_FLOAT in the texture copy engine.
Subv
2018-06-06
1
-0
/
+2
|
*
GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine.
Subv
2018-06-06
1
-0
/
+2
|
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
|
*
GPU: Added a function to retrieve the bytes per pixel of the render target formats.
Subv
2018-04-25
1
-0
/
+12
|
*
GPU: Added boilerplate code for the Fermi2D engine
Subv
2018-04-25
1
-1
/
+1
|
*
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
1
-0
/
+4
|
*
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
1
-0
/
+21
This should reduce recompile times when editing the Maxwell3D register structure.