Commit Graph

16 Commits

Author SHA1 Message Date
77b15d156d System: Periodically flush GPU
Needs real timings...
2019-09-14 23:50:24 +10:00
b5d51f47cd GPU: Use texel fetch for creating page textures 2019-09-14 23:48:32 +10:00
19d9322e67 GPU: Fix texture coordinates when rendering paletted textures 2019-09-14 23:05:10 +10:00
363d62e5c1 GPU: Various HW renderer fixes 2019-09-14 21:34:55 +10:00
d94d608ad7 GPU: Implment actual data copy of VRAM->CPU readbacks 2019-09-14 20:48:15 +10:00
f6ef3f7ba6 GPU: Saving/loading of VRAM 2019-09-14 20:45:26 +10:00
2560efbebd Save state support 2019-09-14 20:28:47 +10:00
851ef67814 GPU: Implement fill VRAM command 2019-09-14 16:43:53 +10:00
46870c6a7a GPU: Implement basic rectangle rendering 2019-09-14 16:27:24 +10:00
ae43cc838b GPU: Partially implemented texture support 2019-09-14 02:07:31 +10:00
cfe361c1a6 GPU: Basic/hacky CPU->VRAM transfers 2019-09-13 01:10:08 +10:00
aea7a18ac2 GPU: More work on OpenGL renderer 2019-09-13 01:09:07 +10:00
4706a906d5 GPU: Base work for hardware renderer 2019-09-12 12:53:04 +10:00
c0853de6a6 GPU: Partial render polygon command processing 2019-09-11 16:04:31 +10:00
162f94337e DMA: Implement linked list mode 2019-09-11 15:02:22 +10:00
27913cd20a Partial implementation of DMA controller and GPU stubs 2019-09-11 14:01:19 +10:00