summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>1999-11-23 13:30:15 +0000
committerBrian Paul <[email protected]>1999-11-23 13:30:15 +0000
commitfc2e8cd0d02249a964b27d06370430b4478c5401 (patch)
tree6a041c1feea6d7e1738679883bb7cdf83fc86c8d
parenta3ea9edfdadb63e107f3a52bda2006b60d49355c (diff)
fixed new cut/paste error in FX_grSstWinOpen() call
-rw-r--r--src/mesa/drivers/glide/fxapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c
index 058e1cf2747..6f789adfd07 100644
--- a/src/mesa/drivers/glide/fxapi.c
+++ b/src/mesa/drivers/glide/fxapi.c
@@ -964,8 +964,6 @@ fxMesaContext GLAPIENTRY fxMesaCreateContext(GLuint win,
2,aux);
#else
fxMesa->glideContext = FX_grSstWinOpen((FxU32)win,res,ref,
- GR_COLORFORMAT_ARGB,
- GR_ORIGIN_LOWER_LEFT,
GR_COLORFORMAT_ABGR,
GR_ORIGIN_LOWER_LEFT,
2,aux);