added GL_EXT_packed_pixels extension, subset of GL 1.2
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 Jun 2000 22:47:24 +0000 (22:47 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 Jun 2000 22:47:24 +0000 (22:47 +0000)
src/mesa/main/extensions.c

index 327b0ade3450e235b70c271e4408f7d0b43268f8..32af093bac1b2fc9a082ca209e5ddab9437dd51f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: extensions.c,v 1.30 2000/05/30 02:28:03 brianp Exp $ */
+/* $Id: extensions.c,v 1.31 2000/06/08 22:47:24 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -64,6 +64,7 @@ static struct { int enabled; const char *name; } default_extensions[] = {
    { DEFAULT_OFF,    "GL_EXT_convolution" },  /* in progress */
    { DEFAULT_ON,     "GL_EXT_compiled_vertex_array" },
    { DEFAULT_ON,     "GL_EXT_histogram" },
+   { DEFAULT_ON,     "GL_EXT_packed_pixels" },
    { DEFAULT_ON,     "GL_EXT_paletted_texture" },
    { DEFAULT_ON,     "GL_EXT_point_parameters" },
    { ALWAYS_ENABLED, "GL_EXT_polygon_offset" },