Lioncash
|
863579736c
|
gpu: Rename Get3DEngine() to Maxwell3D()
This makes it match its const qualified equivalent.
|
8 years ago |
bunnei
|
239ac8abe2
|
memory_manager: Make GpuToCpuAddress return an optional.
|
8 years ago |
bunnei
|
9e11a76e92
|
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
|
8 years ago |
Subv
|
010227e149
|
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format.
|
8 years ago |
bunnei
|
d8f745382b
|
graphics_surface: Remove superfluous cast.
|
8 years ago |
bunnei
|
666d53299c
|
graphics_surface: Fix merge conflicts.
|
8 years ago |
Subv
|
0ce52b1da2
|
GPU: Make the debug_context variable a member of the frontend instead of a global.
|
8 years ago |
Subv
|
39e60cfeb1
|
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
|
8 years ago |
Subv
|
77fd0d47e7
|
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
|
8 years ago |
James Rowe
|
389979018c
|
Remove gpu debugger and get yuzu qt to compile
|
8 years ago |
James Rowe
|
ebf9a784a9
|
Massive removal of unused modules
|
8 years ago |
Huw Pascoe
|
a13ab958cb
|
Fixed type conversion ambiguity
|
8 years ago |
Yuri Kunde Schlesner
|
60fc0b086f
|
VideoCore: Split regs.h inclusions
|
9 years ago |
Yuri Kunde Schlesner
|
5759d94b5c
|
VideoCore: Move Regs to its own file
|
9 years ago |
Yuri Kunde Schlesner
|
23713d5dee
|
VideoCore: Split framebuffer regs from Regs struct
|
9 years ago |
Yuri Kunde Schlesner
|
9017093f58
|
VideoCore: Split texturing regs from Regs struct
|
9 years ago |
Yuri Kunde Schlesner
|
09a750e866
|
Pica/Texture: Simplify/cleanup texture tile addressing
|
9 years ago |
Yuri Kunde Schlesner
|
a1c9ac7845
|
VideoCore: Move LookupTexture out of debug_utils.h
|
9 years ago |
Lioncash
|
8309d0dade
|
citra-qt: Move graphics debugging code into its own folder
Keeps all graphics debugging stuff from cluttering up the root debugger
folder
|
9 years ago |
Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
9 years ago |
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
9 years ago |
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
9 years ago |
Jannik Vogel
|
7d7849d71a
|
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
|
10 years ago |