29 Commits (51617f4a65b68f39dee01666ff1b8fa983785d17)

Author SHA1 Message Date
Lioncash c289629f97 yuzu/debugger/graphics_surface: Display error messages for file I/O errors 7 years ago
Lioncash 64e191b2b8 yuzu/debugger/graphics_surface: Tidy up SaveSurface 7 years ago
Lioncash 5e69f8fc32 yuzu/debugger/graphics_surface: Clean up connection overload deduction 7 years ago
Lioncash af6c9a2993 yuzu/debugger/graphics_surface: Fill in missing surface format listings 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
bunnei d3f26c1546 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
Lioncash 39eccc0286 common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
David Marcec 1dfb0a513a Fixed uninitialized memory due to missing returns in canary 7 years ago
FernandoS27 82d04c5e99 Fix ASTC Decompressor to support depth parameter 7 years ago
FernandoS27 fe596b4c6e Fix ASTC formats 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
FernandoS27 1a70753709 Propagate depth and depth_block on modules using decoders 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash b4a81f9bca gpu: Make memory_manager private 7 years ago
Lioncash e5eb0a7737 debug_utils: Remove unused includes 7 years ago
bunnei 1a9b133715 textures: Refactor out for Texture/Depth FormatFromPixelFormat. 7 years ago
Lioncash 5de7c31baa qt: Default destructors where applicable 7 years ago
Lioncash f90c667a44 yuzu: Use Qt 5 signal/slots where applicable 8 years ago
Lioncash d923d8f50c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
bunnei b6bed8fd74 memory_manager: Make GpuToCpuAddress return an optional. 8 years ago
bunnei ebef12f037 memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. 8 years ago
Subv fa6edc4412 GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format. 8 years ago
bunnei 9415aeb48f graphics_surface: Remove superfluous cast. 8 years ago
bunnei 74c4739713 graphics_surface: Fix merge conflicts. 8 years ago
Subv 18a9536efa GPU: Make the debug_context variable a member of the frontend instead of a global. 8 years ago
Subv 0892143af9 Frontend: Updated the surface view debug widget to work with Maxwell surfaces. 8 years ago
Subv 19bf501723 Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. 8 years ago
James Rowe bd5740a721 Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
Huw Pascoe da1c8d1522 Fixed type conversion ambiguity 8 years ago
Yuri Kunde Schlesner ddf23d4a2e VideoCore: Split regs.h inclusions 9 years ago
Yuri Kunde Schlesner a0b1957425 VideoCore: Move Regs to its own file 9 years ago
Yuri Kunde Schlesner 6f9218c8ec VideoCore: Split framebuffer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 1242f42a09 VideoCore: Split texturing regs from Regs struct 9 years ago
Yuri Kunde Schlesner 114222b11e Pica/Texture: Simplify/cleanup texture tile addressing 9 years ago
Yuri Kunde Schlesner d1270b647c VideoCore: Move LookupTexture out of debug_utils.h 9 years ago
Lioncash 0ecbd152b1 citra-qt: Move graphics debugging code into its own folder 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Jannik Vogel 3261520e19 citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' 10 years ago