summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
AgeCommit message (Expand)Author
2019-03-19Add CondVar Thread State.Fernando Sahmkow
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2019-03-05yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
2019-01-31kernel: Remove the Timer classLioncash
2019-01-04Removed pulse event typeDavid Marcec
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-26Merge pull request #1849 from encounter/svcSetThreadActivitybunnei
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-05yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...Lioncash
2018-12-04debugger: Set paused thread colorLuke Street
2018-12-04kernel/object: Amend handle types to distinguish between readable and writabl...Lioncash
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-01Fix ASTC Decompressor to support depth parameterFernandoS27
2018-11-01Fix ASTC formatsFernandoS27
2018-10-30general: Remove unused boost inclusions where applicableLioncash
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-20kernel/process: Make the handle table per-processLioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS27
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
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-06Merge pull request #942 from lioncash/defaultbunnei
2018-08-06qt: Add missing override specifiers where applicableLioncash
2018-08-06qt: Default destructors where applicableLioncash
2018-08-06kernel/event: Make data members privateLioncash
2018-08-03Merge pull request #894 from lioncash/objectbunnei
2018-08-02yuzu: Use Qt 5 signal/slots where applicableLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-26kernel/timer: Make data members private where applicableLioncash
2018-07-25wait_tree: Add missing switch case for WaitTreeThread::GetText()Lioncash
2018-07-24wait_tree: Silence warning about all code paths not returning a valueLioncash
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-12yuzu - Fix duplicate logsJames Rowe
2018-07-02Add configurable logging backendsJames Rowe
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-06-12Qt: Removed the Registers widget.Subv
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv