diff options
Diffstat (limited to 'src/mesa/drivers/glide/fxglidew.c')
-rw-r--r-- | src/mesa/drivers/glide/fxglidew.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxglidew.c b/src/mesa/drivers/glide/fxglidew.c index 76df0286937..e386b0d8250 100644 --- a/src/mesa/drivers/glide/fxglidew.c +++ b/src/mesa/drivers/glide/fxglidew.c @@ -55,7 +55,7 @@ FX_grGetInteger_NoLock(FxU32 pname) } if (TDFX_DEBUG & VERBOSE_DRIVER) { - fprintf(stderr, "%s: wrong parameter (%lx)\n", __FUNCTION__, pname); + fprintf(stderr, "FX_grGetInteger_NoLock: wrong parameter (%lx)\n", pname); } return -1; } @@ -232,7 +232,6 @@ FX_grSstQueryHardware(GrHwConfiguration * config) config->SSTs[i].HaveCmbExt = (strstr(extension, " COMBINE ") != NULL); config->SSTs[i].HaveMirExt = (strstr(extension, " TEXMIRROR ") != NULL); config->SSTs[i].HaveTexUma = (strstr(extension, " TEXUMA ") != NULL); - config->SSTs[i].HaveTexus2 = GL_FALSE; /* number of Voodoo chips */ grGet(GR_NUM_FB, 4, (void *) &numFB); |