diff options
author | Daniel Borca <[email protected]> | 2004-01-15 07:16:06 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-15 07:16:06 +0000 |
commit | 4d5e6623d36183b9c0380aa5da8fa37a979ce441 (patch) | |
tree | 2347e89e095ee766e5d9fc6c3efe9d46a4d85226 /src/mesa/drivers/glide/fxapi.c | |
parent | 3663c0f82527d972a7e5b85937d8da60253eb6f3 (diff) |
_mesa_delete_texture_object and some other updates
Diffstat (limited to 'src/mesa/drivers/glide/fxapi.c')
-rw-r--r-- | src/mesa/drivers/glide/fxapi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c index c1dea541e21..6ed9453c9b7 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 }, |