summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12Remove references to PICA and rasterizers in video_coreGravatar James Rowe1-573/+0
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-08-21GPU/Warnings: Explicitly cast the screen refresh ticks to u64.Gravatar Subv1-1/+1
2017-06-29gpu: add comments for TextureCopyGravatar wwylele1-7/+7
2017-06-27gpu: fix edge cases for TextureCopyGravatar wwylele1-18/+23
2017-02-26Core: Re-write frame limiterGravatar Yuri Kunde Schlesner1-39/+0
2017-02-26Add performance statistics to status barGravatar Yuri Kunde Schlesner1-2/+2
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 Lioncash1-5/+5
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 Peyrot1-20/+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 Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-11/+4
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-57/+85
2016-05-07fixup simple type conversions where possibleGravatar Alexander Laties1-2/+2
2016-04-21HWRasterizer: Texture forwardingGravatar tfarley1-155/+172
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-08-24Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner1-0/+8
2015-08-16GPU: Implement TextureCopy-mode display transfersGravatar Yuri Kunde Schlesner1-20/+49
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv1-0/+4
2015-07-19GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Gravatar Subv1-12/+30
2015-07-13Add CiTrace recording support.Gravatar Tony Wasserka1-0/+17
2015-07-13GPU: Be robust against nullptr addresses; properly reset busy bits in the tri...Gravatar Tony Wasserka1-27/+34
2015-06-28GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot1-27/+40
2015-06-28GPU: Use shifts instead of multiplications to calculate the actual size of th...Gravatar Emmanuel Gil Peyrot1-6/+6
2015-06-28Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot1-4/+6
2015-06-28CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot1-0/+1
2015-05-30Move video_core/color.h to common/color.hGravatar archshift1-1/+1
2015-05-29Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner1-3/+2
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-5/+5
2015-05-22OpenGL rendererGravatar tfarley1-3/+13
2015-05-15Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner1-1/+1
2015-05-09Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner1-5/+5
2015-05-01HW: Properly initialize and shutdown all modules.Gravatar bunnei1-3/+5
2015-04-07gpu: Fix a missing format specifierGravatar Lioncash1-1/+1
2015-04-02Services: Stubs and minor changesGravatar purpasmart961-1/+1
2015-03-16GPU/DisplayTransfer: Made the scaling bits a single 2bit valueGravatar Subv1-4/+10
2015-03-14GPU: Implemented the flip_data (bit 0) bit in display transfers.Gravatar Subv1-5/+14