Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)
authorAdam Jackson <ajax@freedesktop.org>
Wed, 13 Oct 2004 14:33:49 +0000 (14:33 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Wed, 13 Oct 2004 14:33:49 +0000 (14:33 +0000)
src/mesa/drivers/dri/tdfx/tdfx_tex.c

index b16f1caa6beda9e8923507c67e4cd36309ffe0ac..4d92739fe60af72996d6b3db3c2455321b4512f7 100644 (file)
@@ -649,6 +649,7 @@ convertPalette(FxU32 data[256], const struct gl_color_table *table)
         }
         return GR_TEXTABLE_PALETTE_6666_EXT;
     }
+    abort();
 }