Bochs/bochs/iodev/display
Volker Ruppert d25e85c21a Preparing improved VGA extension support and some VGA / Cirrus cleanups.
- Treat VGA extension name other than "none", "vbe" or "cirrus" as a VGA
  compatible device plugin and try to load it.
- Added new plugin type PLUGTYPE_VGA for such a plugins (interally handled like
  a core plugin).
- Added panic in devices init for the case no VGA compatible plugin is present.
- Added new method vga_redraw_area() that handles the non-VGA and null size
  case. The specific method redraw_area() is called otherwise.
- Moved init_systemtimer() call from extension code to init_standard_vga().
- TODO: Implement VGA subsystem in the Voodoo code to test the new feature.
  Voodoo Banshee 2D accelerator code needs to be written to make this really
  useful.
2017-10-10 18:06:16 +00:00
..
Makefile.in Moved all Bochs event / wait functions required for multi-threading to a new 2017-09-14 16:18:12 +00:00
svga_cirrus.cc Preparing improved VGA extension support and some VGA / Cirrus cleanups. 2017-10-10 18:06:16 +00:00
svga_cirrus.h Rewrite of the VGA/Cirrus code to reduce code duplication. 2017-10-08 07:55:04 +00:00
vga.cc Preparing improved VGA extension support and some VGA / Cirrus cleanups. 2017-10-10 18:06:16 +00:00
vga.h Rewrite of the VGA/Cirrus code to reduce code duplication. 2017-10-08 07:55:04 +00:00
vgacore.cc Preparing improved VGA extension support and some VGA / Cirrus cleanups. 2017-10-10 18:06:16 +00:00
vgacore.h Preparing improved VGA extension support and some VGA / Cirrus cleanups. 2017-10-10 18:06:16 +00:00
voodoo_data.h Moved event / wait stuff from the Voodoo code to osdep.cc fot the usage in 2017-09-10 06:50:07 +00:00
voodoo_func.h Some improvements in the Voodoo2 CMDFIFO code. 2017-09-12 16:29:02 +00:00
voodoo_main.h Code cleanup: removed unused definitions, functions and statistics code not 2017-05-21 18:30:25 +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 Rewrite of the VGA/Cirrus code to reduce code duplication. 2017-10-08 07:55:04 +00:00
voodoo.h Removed Voodoo realtime option. Since the gui screen update timing is now 2017-08-18 15:19:30 +00:00