Bochs/bochs/iodev/display
Volker Ruppert 6265976a2c Some work on the Voodoo2 CMDFIFO support.
- Added CMDFIFO thread similar to the sound output thread.
- split register write function in 2 functions: register_w_common() handles
  the CMDFIFO writes and valid registers in CMDFIFO mode. It forwards write
  accesses to other registers to register_w() (Voodoo1 and non-CMDFIFO mode).
  The CMDFIFO thread also calls register_w() when processing data.
- The CMDFIFO thread processes all data, but it does not yet execute type 3
  requests (extended triangle generator missing).
- TODO #1: implement Voodoo2 specific triangle functions (for CMDFIFO).
- TODO #2: implement 2D bitblt engine.
2017-05-14 15:53:29 +00:00
..
Makefile.in Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
svga_cirrus.cc Fixed possible segfault in win32 gui when switching back from Voodoo to VBE or 2017-05-07 14:52:37 +00:00
svga_cirrus.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
vga.cc Fixed possible segfault in win32 gui when switching back from Voodoo to VBE or 2017-05-07 14:52:37 +00:00
vga.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
vgacore.cc Fixed possible segfault in win32 gui when switching back from Voodoo to VBE or 2017-05-07 14:52:37 +00:00
vgacore.h Some work on the timing code of the Bochs display adapters. 2017-05-01 11:54:12 +00:00
voodoo_data.h Some work on the Voodoo2 CMDFIFO support. 2017-05-14 15:53:29 +00:00
voodoo_func.h Some work on the Voodoo2 CMDFIFO support. 2017-05-14 15:53:29 +00:00
voodoo_main.h - Some work on the Voodoo Graphics emulation (Voodoo2 specific) 2017-05-01 09:11:12 +00:00
voodoo_raster.h - fixed compilation error in MinGW/MSYS and some warnings 2012-09-16 07:52:55 +00:00
voodoo_types.h Voodoo code cleanup (removed unused / disabled stuff). 2017-04-29 22:19:29 +00:00
voodoo.cc Some work on the Voodoo2 CMDFIFO support. 2017-05-14 15:53:29 +00:00
voodoo.h Some work on the timing code of the Bochs display adapters. 2017-05-01 11:54:12 +00:00