projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c03647
)
added GL_EXT_packed_pixels extension, subset of GL 1.2
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Jun 2000 22:47:24 +0000
(22:47 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Jun 2000 22:47:24 +0000
(22:47 +0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index
327b0ad
..
32af093
100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-1,4
+1,4
@@
-/* $Id: extensions.c,v 1.3
0 2000/05/30 02:28:03
brianp Exp $ */
+/* $Id: extensions.c,v 1.3
1 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" },