summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/graphics
AgeCommit message (Expand)Author
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-05-19yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions expli...Lioncash
2019-04-05yuzu/debugger: Remove graphics surface viewerLioncash
2019-04-05yuzu/debugger/graphics_surface: Display error messages for file I/O errorsLioncash
2019-04-05yuzu/debugger/graphics_surface: Tidy up SaveSurfaceLioncash
2019-04-05yuzu/debugger/graphics_surface: Clean up connection overload deductionLioncash
2019-04-05yuzu/debugger/graphics_surface: Fill in missing surface format listingsLioncash
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-11-01Fix ASTC formatsFernandoS27
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-24graphic_breakpoints: Correct translation of strings in BreakpointModel's data...Lioncash
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS27
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-24debug_utils: Remove unused includesLioncash
2018-08-09textures: Refactor out for Texture/Depth FormatFromPixelFormat.bunnei
2018-08-06qt: Add missing override specifiers where applicableLioncash
2018-08-06qt: Default destructors where applicableLioncash
2018-08-02yuzu: Use Qt 5 signal/slots where applicableLioncash
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-04-24memory_manager: Make GpuToCpuAddress return an optional.bunnei
2018-04-24memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei
2018-04-23GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...Subv
2018-03-26graphics_surface: Remove superfluous cast.bunnei
2018-03-26graphics_surface: Fix merge conflicts.bunnei
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe