Bochs/bochs/iodev/display
Volker Ruppert 90219fc8ca Some work on the Banshee 2D colorkey feature.
- Added colorkey support for screen-to-screen pattern blt, rectangle fill and
  pattern fill commands.
- Consider colorkeying enabled when branching to normal or pattern blt functions.
- Changed 2D TODO messages to BX_ERROR and some other minor changes.
2020-10-02 17:30:20 +00:00
..
banshee.cc Some work on the Banshee 2D colorkey feature. 2020-10-02 17:30:20 +00:00
bitblt.h Moved Voodoo Banshee specific code to separate file banshee.cc. 2018-01-05 17:43:51 +00:00
ddc.cc Added support for 256-byte EDID file (e.g. QEMU monitor). 2020-03-25 16:54:50 +00:00
ddc.h Added support for 256-byte EDID file (e.g. QEMU monitor). 2020-03-25 16:54:50 +00:00
Makefile.in Implemented basic DDC support for the Bochs VBE adapter. 2018-01-26 09:37:26 +00:00
svga_cirrus.cc Added basic support for the debugger command 'info device "voodoo"' 2020-09-03 18:17:36 +00:00
svga_cirrus.h Modified svga_patterncopy() to avoid writing to video memory out of bounds. 2020-06-16 18:46:37 +00:00
vga.cc Added basic support for the debugger command 'info device "voodoo"' 2020-09-03 18:17:36 +00:00
vga.h Removed lfb_enabled switch from Bochs VBE code. Now banked and LFB writes to 2020-01-11 06:07:18 +00:00
vgacore.cc Added basic support for the debugger command 'info device "voodoo"' 2020-09-03 18:17:36 +00:00
vgacore.h Added basic support for the debugger command 'info device "voodoo"' 2020-09-03 18:17:36 +00:00
voodoo_data.h Some work on the Banshee 2D colorkey feature. 2020-10-02 17:30:20 +00:00
voodoo_func.h Some small changes in the Voodoo code. 2020-09-29 21:29:09 +00:00
voodoo_main.h Some work on the Voodoo Banshee emulation. 2017-12-29 11:18:45 +00:00
voodoo_types.h Removed all of the pre-defined rasterizer functions and replaced it by a single 2017-10-23 20:01:25 +00:00
voodoo.cc Some work on the Voodoo code. 2020-09-25 17:37:46 +00:00
voodoo.h Some work on the "polygon fill" code (drawing upper left vertex for now). 2020-09-09 08:12:07 +00:00