projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2758f3
)
sis: ifdef out unused variable.
author
Vinson Lee
<vlee@vmware.com>
Sun, 3 Jan 2010 04:47:15 +0000
(20:47 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 3 Jan 2010 04:47:15 +0000
(20:47 -0800)
Silences GCC warning.
src/mesa/drivers/dri/sis/sis_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/sis/sis_context.c
b/src/mesa/drivers/dri/sis/sis_context.c
index f501e7ad2e9dc128c4b7323f872ae32b19013132..346e8c55687824980c0d66e81940acbbacb3a7f6 100644
(file)
--- a/
src/mesa/drivers/dri/sis/sis_context.c
+++ b/
src/mesa/drivers/dri/sis/sis_context.c
@@
-83,6
+83,7
@@
static struct dri_extension card_extensions[] =
{ NULL, NULL }
};
+#if 0
static struct dri_extension card_extensions_6326[] =
{
/*{ "GL_ARB_texture_border_clamp", NULL },*/
@@
-90,6
+91,7
@@
static struct dri_extension card_extensions_6326[] =
/*{ "GL_MESA_ycbcr_texture", NULL },*/
{ NULL, NULL }
};
+#endif
static const struct dri_debug_control debug_control[] =
{