assorted glide driver fixes

This commit is contained in:
Wilfried Holzke 2008-06-17 10:07:47 -06:00 committed by Brian Paul
parent 51ad6e3425
commit 5b5bf21874
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ FXcreateContext(XMesaVisual v, XMesaWindow w, XMesaContext c, XMesaBuffer b)
attribs[numAttribs++] = FXMESA_NONE;
/* [dBorca] we should take an envvar for `fxMesaSelectCurrentBoard'!!! */
hw = fxMesaSelectCurrentBoard(0);
/* hw = fxMesaSelectCurrentBoard(0); */
hw = GR_SSTTYPE_Voodoo2;
/* if these fail, there's a new bug somewhere */
ASSERT(b->mesa_buffer.Width > 0);