summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.cpp
AgeCommit message (Expand)Author
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-01HW: Properly initialize and shutdown all modules.bunnei
2015-04-07gpu: Fix a missing format specifierLioncash
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-17Merge pull request #650 from Subv/scalingbunnei
2015-03-16GPU/DisplayTransfer: Made the scaling bits a single 2bit valueSubv
2015-03-14GPU: Implemented the flip_data (bit 0) bit in display transfers.Subv
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-10GPU: Fixed the bit 25 in the display transfer flags.Subv
2015-03-09GPU: Corrected the 24 bit memory fills component orderSubv
2015-03-05Implement SetLcdForceBlack, move register enum to hw.harchshift
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-22GPU: Fixed RGBA8 as output format in a display transfer.Subv
2015-02-22Merge pull request #471 from archshift/pp3ports3bunnei
2015-02-22GPU: Add support for more framebuffer formats in display transfers.Tony Wasserka
2015-02-21GPU: Fixed the RGBA8 input format and RGB8 output formatSubv
2015-02-18GPU: Properly implement memory fills.Tony Wasserka
2015-02-03core: Fix some warnings on OSXLioncash
2015-01-14GPU: Fix buffer overrun in Display TransfersYuri Kunde Schlesner
2015-01-14GPU: Do periodic VBlank updates using CoreTimingYuri Kunde Schlesner
2015-01-14GPU: Correct wrong default framebuffer address for sub-screen.Yuri Kunde Schlesner
2015-01-14GPU: Fire GPU interrupts at the correct places.Yuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-05DSP: Signal (faked) interrupt on every frame.bunnei
2014-12-31GPU: Pseudo-implement horizontal scaling.Tony Wasserka
2014-12-28GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei
2014-12-25GPU: Further improve synchronization.bunnei
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09GPU: Fixed bug in command list size decoding.bunnei
2014-11-27Fixed formatting and switch statement warningsvaguilar
2014-10-29Merge pull request #162 from SeannyM/warning-fixesbunnei
2014-10-29Fix some warningsSean
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-27Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-10-12Rename GPU::Regs::FramebufferFormat to PixelFormatYuri Kunde Schlesner
2014-10-07Fix warnings in video_coreLioncash
2014-09-13Core: Fix warnings in gpu.cppLioncash
2014-09-08core: Prune redundant includesarchshift
2014-08-30GPU: Improve frame synchronization, increases compatibility with both homebre...bunnei
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka