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:
parent
9e95cb1ac9
commit
8547defe70
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ igfxenable(VGAscr* scr)
|
|||
if(scr->storage != 0)
|
||||
scr->storage -= PGROUND(64*64*4);
|
||||
}
|
||||
scr->softscreen = 1;
|
||||
}
|
||||
|
||||
VGAdev vgaigfxdev = {
|
||||
|
|
Loading…
Reference in a new issue