index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
debugger
Age
Commit message (
Expand
)
Author
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-13
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-20
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-24
debug_utils: Remove unused includes
Lioncash
2018-08-09
textures: Refactor out for Texture/Depth FormatFromPixelFormat.
bunnei
2018-08-06
Merge pull request #942 from lioncash/default
bunnei
2018-08-06
qt: Add missing override specifiers where applicable
Lioncash
2018-08-06
qt: Default destructors where applicable
Lioncash
2018-08-06
kernel/event: Make data members private
Lioncash
2018-08-03
Merge pull request #894 from lioncash/object
bunnei
2018-08-02
yuzu: Use Qt 5 signal/slots where applicable
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-26
kernel/timer: Make data members private where applicable
Lioncash
2018-07-25
wait_tree: Add missing switch case for WaitTreeThread::GetText()
Lioncash
2018-07-24
wait_tree: Silence warning about all code paths not returning a value
Lioncash
2018-07-20
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-12
yuzu - Fix duplicate logs
James Rowe
2018-07-02
Add configurable logging backends
James Rowe
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-12
Qt: Removed the Registers widget.
Subv
2018-05-19
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
Subv
2018-05-10
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
wait_tree: Add ideal core and affinity mask.
bunnei
2018-05-10
wait_tree: Show all threads on all schedulers.
bunnei
2018-05-10
core: Implement multicore support.
bunnei
2018-04-24
memory_manager: Make GpuToCpuAddress return an optional.
bunnei
2018-04-24
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
bunnei
2018-04-23
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...
Subv
2018-04-20
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-03-26
graphics_surface: Remove superfluous cast.
bunnei
2018-03-26
graphics_surface: Fix merge conflicts.
bunnei
2018-03-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
2018-02-14
debugger: Fix wait_tree crash.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-18
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
Lioncash
2018-01-16
clang-format
MerryMage
[next]