mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
assorted glide driver fixes
This commit is contained in:
parent
51ad6e3425
commit
5b5bf21874
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue