165 Commits (bb7221c5d55bc42e63e72d7779709d2193c37b53)

Author SHA1 Message Date
James Rowe 389979018c Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe 1d28b2e142 Remove references to PICA and rasterizers in video_core 8 years ago
bunnei 8e51c61dbc core: Gut out cryptop, since it doesn't compile with C++17. 8 years ago
B3n30 82151d407d CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 9 years ago
bunnei 79e0dd249e core_timing: Increase clock speed for Switch docked. 8 years ago
bunnei d62750c46d Remove more 3DS-specific code. 9 years ago
bunnei 0906de9a14 hle: Remove a large amount of 3ds-specific service code. 9 years ago
Subv 8a9a4e2c42 GPU/Warnings: Explicitly cast the screen refresh ticks to u64. 9 years ago
Subv 65f19b51c4 Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. 9 years ago
wwylele 85a448d405 gpu: add comments for TextureCopy 9 years ago
wwylele bf16c73260 gpu: fix edge cases for TextureCopy 9 years ago
Subv 1f1739d366 UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum. 9 years ago
Yuri Kunde Schlesner fb1979d7e2 Core: Re-write frame limiter 9 years ago
Yuri Kunde Schlesner c75ae6c585 Add performance statistics to status bar 9 years ago
wwylele ea1ea0224c HW: add AES engine & implement AES-CCM 9 years ago
wwylele 47960b0659 CoreTiming: use named constant for ARM11 clock rate 9 years ago
wwylele 3c333c53f1 HID: manages updating itself using correct ticks 9 years ago
Lioncash 963aedd8cc Add all services to the Service namespace 10 years ago
Subv 5719467add Fixed the gpu command list size when creating CiTraces. 10 years ago
emmauss c4e4fa53d9 Implement Frame rate limiter (#2223) 10 years ago
Emmanuel Gil Peyrot 0820c99462 GPU: Remove the broken frame_skip option. 10 years ago
wwylele 58ae94af4c gpu: DisplayTransfer: a less amazing algorithm for flip 10 years ago
wwylele 30ab0fa45d gpu: keep the old signal strategy for null pointer 10 years ago
wwylele 48470e57fc gpu: add validity check for TextureCopy, DisplayTransfer and FillMemory 10 years ago
wwylele c88cdc9a2b gpu: move MemoryFill, TextureCopy and DisplayTransfer into functions 10 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 10 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 10 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
Alexander Laties 0a31e373f1 fixup simple type conversions where possible 10 years ago
Emmanuel Gil Peyrot 387d935a54 LCD: Remove unneeded #undef with no matching #define. 10 years ago
tfarley 22f3a7e94c HWRasterizer: Texture forwarding 10 years ago
JamePeng 8d5a6110f7 Y2R: num_tiles should be allowed when its value is 128 (#1669) 10 years ago
Lioncash c928b04eee core/video_core: Make NumIds functions constexpr 10 years ago
Lioncash 39baad9926 core/video_core: Don't cast away const in subscript operators 10 years ago
Lioncash bf76afc68d renderer_base: Don't directly expose the rasterizer unique_ptr 10 years ago
MerryMage 8b00954ec7 AudioCore: Skeleton Implementation 10 years ago
MerryMage 6c71858c5c BitField: Make trivially copyable and remove assignment operator 10 years ago
Yuri Kunde Schlesner 195fedccf0 VideoCore: Unify interface to OpenGL and SW rasterizers 11 years ago
Yuri Kunde Schlesner 03835d04f4 VideoCore: Rename HWRasterizer methods to be less confusing 11 years ago
Rohit Nirmal 32391cffdd Silence -Wsign-compare warnings. 11 years ago
Lioncash f87093686e y2r: Give local variables an initial value 11 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
Yuri Kunde Schlesner 9ae5a09655 GPU: Implement TextureCopy-mode display transfers 11 years ago
Lioncash 12a9e8502c core: Fix missing prototype warnings 11 years ago
Subv 6c0ea5f5e8 Qt/GPU Breakpoints: Added three more breakpoint types: 11 years ago
Subv 63dbff9b1f GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. 11 years ago
Tony Wasserka 902fa4da52 Add CiTrace recording support. 11 years ago
Tony Wasserka 93d66475d4 GPU: Be robust against nullptr addresses; properly reset busy bits in the trigger registers. 11 years ago
Tony Wasserka 256bdfb579 HW: Fix a stupid issue which led to unknown register reads/writes. 11 years ago