46 Commits (676daef3c7b1d2dc4ad178d7d799c994383b2512)

Author SHA1 Message Date
Lioncash 676daef3c7 core: Fix some warnings on OSX 11 years ago
Yuri Kunde Schlesner a09f71521e GPU: Fix buffer overrun in Display Transfers 11 years ago
Yuri Kunde Schlesner 9e084826b8 GPU: Do periodic VBlank updates using CoreTiming 11 years ago
Yuri Kunde Schlesner e29dd76e12 GPU: Correct wrong default framebuffer address for sub-screen. 11 years ago
Yuri Kunde Schlesner 98e3274935 GPU: Fire GPU interrupts at the correct places. 11 years ago
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 11 years ago
bunnei e9650f1c61 DSP: Signal (faked) interrupt on every frame. 11 years ago
Tony Wasserka 18a5e888bb GPU: Pseudo-implement horizontal scaling. 11 years ago
bunnei 3b9d181b8e GPU: Implement frameskip and remove forced framebuffer swap hack. 11 years ago
bunnei 5799025ac4 GPU: Further improve synchronization. 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
bunnei 170123982d GPU: Fixed bug in command list size decoding. 11 years ago
vaguilar 223e76d51d Fixed formatting and switch statement warnings 11 years ago
Sean 9a012ff007 Fix some warnings 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
archshift 09e19f9f1e Added `gpu_refresh_rate` config setting for the new interpreter speed hack. 11 years ago
archshift 0783498f57 Use configuration files to enable or disable the new dyncom interpreter. 11 years ago
Yuri Kunde Schlesner fec7f6b035 Rename GPU::Regs::FramebufferFormat to PixelFormat 11 years ago
Lioncash eb5054e6eb Fix warnings in video_core 11 years ago
Lioncash 6cc7c73b80 Core: Fix warnings in gpu.cpp 11 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
bunnei aabfcfe6ad GPU: Improve frame synchronization, increases compatibility with both homebrew and retail applications. 11 years ago
bunnei 20d169e4a1 VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. 12 years ago
Tony Wasserka 76a586de49 Pica: Add command processor. 12 years ago
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 12 years ago
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e. 12 years ago
bunnei 0805ecbaca GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tick count of last vertical line). 12 years ago
bunnei 7ada2625fe GPU: Updated horizontal sync line counter to use framebuffer height. 12 years ago
bunnei 4e9f305ed2 GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. 12 years ago
bunnei ec14ffe1cd GSP: Implements preliminary command synchronization via GPU interrupts. 12 years ago
Tony Wasserka 9fd2537e93 Use uniform formatting when printing hexadecimal numbers. 12 years ago
Tony Wasserka 2eb61dafc0 GPU: Clarify display transfer code. 12 years ago
Tony Wasserka 246cb75584 RegisterSet: Simplify code by using structs for register definition instead of unions. 12 years ago
Tony Wasserka 75775e9ef4 GPU: Make use of RegisterSet. 12 years ago
Tony Wasserka 357d893b26 GPU: Make framebuffer code format-aware. 12 years ago
Tony Wasserka 9d618d0b70 GPU: Interface cleanup. 12 years ago
Tony Wasserka 46950ee4de GPU: Initialize GPU registers to some sensible default state. 12 years ago
Tony Wasserka baf0aa04f5 GPU: Emulate memory fills. 12 years ago
Tony Wasserka 0b4055c152 GPU: Add proper framebuffer register handling. 12 years ago
Tony Wasserka bbc6f314eb GPU: Properly implement display transfers. 12 years ago
Tony Wasserka 16bbc4f81b GPU: Add display transfer configuration. 12 years ago
Tony Wasserka d4530765ce GPU: Cleanup register definitions. 12 years ago
Tony Wasserka 1dfa392824 Rename LCD to GPU. 12 years ago
Tony Wasserka b1c8bad9a6 Pica: Add command list registers. 12 years ago
bunnei 46aef01d04 lcd: moved kFrameTicks to lcd.h for use in other modules 12 years ago
bunnei 7bb66421a0 lcd: added thread wait after (faked) vblank interrupt (would have) occurred 12 years ago
bunnei f0525a1eb4 added code to LCD modules keep track of framebuffer location in FCRAM or VRAM 12 years ago
bunnei f78794961e - changed HW IO map to use virtual addresses 12 years ago
bunnei 70c2cce963 renamed hw_lcd module to just lcd 12 years ago