From 4d5e6623d36183b9c0380aa5da8fa37a979ce441 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 15 Jan 2004 07:16:06 +0000 Subject: _mesa_delete_texture_object and some other updates --- src/mesa/drivers/glide/fxapi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/drivers/glide/fxapi.c') diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c index c1dea541e2..6ed9453c9b 100644 --- a/src/mesa/drivers/glide/fxapi.c +++ b/src/mesa/drivers/glide/fxapi.c @@ -203,8 +203,10 @@ gl3DfxSetPaletteEXT(GLuint * pal) static GrScreenResolution_t fxBestResolution (int width, int height) { static int resolutions[][5] = { +#if 1 /* Voodoo^2 can't fullscreen these, because of Glide */ { 320, 200, GR_RESOLUTION_320x200 }, { 320, 240, GR_RESOLUTION_320x240 }, +#endif { 512, 384, GR_RESOLUTION_512x384 }, { 640, 400, GR_RESOLUTION_640x400 }, { 640, 480, GR_RESOLUTION_640x480 }, -- cgit v1.2.3