summaryrefslogtreecommitdiff
path: root/src/core/hw (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02hw: Remove unused filesGravatar Lioncash5-327/+0
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe2-8/+8
2018-05-02general: Make formatting of logged hex values more straightforwardGravatar Lioncash2-4/+4
2018-04-26core/hw: Move logging macros over to fmt-capable onesGravatar Lioncash2-8/+10
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe4-4/+4
2018-01-12Remove gpu debugger and get yuzu qt to compileGravatar James Rowe2-16/+0
2018-01-12Remove references to PICA and rasterizers in video_coreGravatar James Rowe7-1221/+0
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.Gravatar bunnei1-72/+5
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n301-1/+1
2018-01-07core_timing: Increase clock speed for Switch docked.Gravatar bunnei1-1/+1
2017-10-13Remove more 3DS-specific code.Gravatar bunnei1-3/+3
2017-10-10hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2-399/+0
2017-08-21GPU/Warnings: Explicitly cast the screen refresh ticks to u64.Gravatar Subv1-1/+1
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Gravatar Subv1-2/+2
2017-06-29gpu: add comments for TextureCopyGravatar wwylele2-8/+8
2017-06-27gpu: fix edge cases for TextureCopyGravatar wwylele1-18/+23
2017-06-26UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...Gravatar Subv1-0/+2
2017-02-26Core: Re-write frame limiterGravatar Yuri Kunde Schlesner1-39/+0
2017-02-26Add performance statistics to status barGravatar Yuri Kunde Schlesner2-2/+4
2017-02-21HW: add AES engine & implement AES-CCMGravatar wwylele7-0/+409
2017-01-16CoreTiming: use named constant for ARM11 clock rateGravatar wwylele1-1/+1
2017-01-16HID: manages updating itself using correct ticksGravatar wwylele1-4/+0
2016-12-11Add all services to the Service namespaceGravatar Lioncash3-9/+12
2016-12-08Fixed the gpu command list size when creating CiTraces.Gravatar Subv1-2/+2
2016-12-06Implement Frame rate limiter (#2223)Gravatar emmauss1-0/+33
2016-11-27GPU: Remove the broken frame_skip option.Gravatar Emmanuel Gil Peyrot2-21/+1
2016-09-29gpu: DisplayTransfer: a less amazing algorithm for flipGravatar wwylele1-8/+11
2016-09-29gpu: keep the old signal strategy for null pointerGravatar wwylele1-4/+8
2016-09-29gpu: add validity check for TextureCopy, DisplayTransfer and FillMemoryGravatar wwylele1-6/+88
2016-09-29gpu: move MemoryFill, TextureCopy and DisplayTransfer into functionsGravatar wwylele1-247/+249
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner4-4/+4
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot6-22/+7
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2-11/+24
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot8-184/+209
2016-05-07fixup simple type conversions where possibleGravatar Alexander Laties1-2/+2
2016-04-30LCD: Remove unneeded #undef with no matching #define.Gravatar Emmanuel Gil Peyrot1-2/+0
2016-04-21HWRasterizer: Texture forwardingGravatar tfarley2-157/+174
2016-04-14Y2R: num_tiles should be allowed when its value is 128 (#1669)Gravatar JamePeng1-1/+1
2016-03-17core/video_core: Make NumIds functions constexprGravatar Lioncash2-2/+2
2016-03-17core/video_core: Don't cast away const in subscript operatorsGravatar Lioncash2-6/+6
2016-03-08renderer_base: Don't directly expose the rasterizer unique_ptrGravatar Lioncash1-5/+5
2016-02-21AudioCore: Skeleton ImplementationGravatar MerryMage1-6/+0
2016-02-12BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage1-8/+8
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner1-6/+6
2015-12-06VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner1-5/+5
2015-10-06Silence -Wsign-compare warnings.Gravatar Rohit Nirmal1-1/+1
2015-09-09y2r: Give local variables an initial valueGravatar Lioncash1-3/+6
2015-08-24Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner1-0/+8
2015-08-16GPU: Implement TextureCopy-mode display transfersGravatar Yuri Kunde Schlesner2-25/+76
2015-07-29core: Fix missing prototype warningsGravatar Lioncash1-0/+1