vgaigfx: enable softscreen by default

given that the igfx driver doesnt provide any acceleration functions
and drawing is usually faster with double buffering as it eleminates
reads over the pci bus, enable softscreen by default.
This commit is contained in:
cinap_lenrek 2016-12-29 03:46:08 +01:00
parent 9e95cb1ac9
commit 8547defe70

View file

@ -103,6 +103,7 @@ igfxenable(VGAscr* scr)
if(scr->storage != 0)
scr->storage -= PGROUND(64*64*4);
}
scr->softscreen = 1;
}
VGAdev vgaigfxdev = {