bsnes/higan
Tim Allen 6c8e3c885d Update to v106r28 release.
byuu says:

Changelog:

  - SNES: started on skeleton of the new parallel PPU core

To build the new PPU core, set profile=fast via GNU make. The old core
is profile=accurate.

The names of the profiles, and the name of the folder for the fast PPU
are subject to change.

The new PPU core doesn't do anything but demonstrate the proof of
concept: every scanline, make a copy of all the PPU registers and CGRAM.
Share the VRAM and OAM. Batch render all scanlines at once using OpenMP
at the end of each frame and blit the result.

With no PPU core at all, bsnes runs 91% faster than with the accuracy
PPU (230fps vs 120fps.) That's the absolute theoretical best-case
scenario. With the skeleton in place, we're already around 220fps. It'll
go down more as the PPU line renderer starts to do real work. I don't
know where things will end up yet. I suppose we'll find out in time.

My own copy of TDM/GCC can't use OpenMP on Windows, so ... it won't
parallelize if you build with that. I'm going to have to switch to a
different MinGW distribution once this is complete, I suppose.
2018-05-26 13:29:14 +10:00
..
audio Update to v103r16 release. 2017-07-17 20:32:36 +10:00
emulator Update to v106r28 release. 2018-05-26 13:29:14 +10:00
fc Update to v106r26 release. 2018-05-24 12:14:17 +10:00
gb Update to v106r26 release. 2018-05-24 12:14:17 +10:00
gba Update to v106r26 release. 2018-05-24 12:14:17 +10:00
md Update to v106r26 release. 2018-05-24 12:14:17 +10:00
ms Update to v106r26 release. 2018-05-24 12:14:17 +10:00
obj Ignore generated file dependency information. 2018-05-25 18:07:03 +10:00
out Update to v106r25 release. 2018-05-23 13:45:24 +10:00
pce Update to v106r26 release. 2018-05-24 12:14:17 +10:00
processor Update to v106r26 release. 2018-05-24 12:14:17 +10:00
resource Update to v106r24 release. 2018-05-20 14:39:29 +10:00
sfc Update to v106r28 release. 2018-05-26 13:29:14 +10:00
systems Update to v106r23 release. 2018-05-19 12:51:34 +10:00
target-bsnes Update to v106r27 release. 2018-05-25 18:02:38 +10:00
target-higan Update to v106r27 release. 2018-05-25 18:02:38 +10:00
video Update to v102r22 release. 2017-06-09 00:08:02 +10:00
ws Update to v106r26 release. 2018-05-24 12:14:17 +10:00
GNUmakefile Update to v106r28 release. 2018-05-26 13:29:14 +10:00