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 (
Collapse
)
Author
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
Kernel: Reworked the new kernel synchronization primitives.
2018-04-23
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ↵
Subv
as the A2BGR10 texture format.
2018-04-20
Qt: Update the WaitTree widget to show info about the current mutex of each ↵
Subv
thread.
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 ↵
Subv
global.
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
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
Massive removal of unused modules
James Rowe