restore dummy card_extensions extensions array, needed for dispatch setup
authorBrian <brian.paul@tungstengraphics.com>
Sat, 3 Nov 2007 15:52:27 +0000 (09:52 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 5 Nov 2007 15:04:48 +0000 (08:04 -0700)
src/mesa/drivers/dri/intel_winsys/intel_context.c

index 25e11eb..35e90f9 100644 (file)
@@ -53,6 +53,20 @@ int __intel_debug = 0;
 
 
 
+
+/**
+ * Extension strings exported by the intel driver.
+ *
+ * \note
+ * It appears that ARB_texture_env_crossbar has "disappeared" compared to the
+ * old i830-specific driver.
+ */
+const struct dri_extension card_extensions[] = {
+   {NULL, NULL}
+};
+
+
+
 #ifdef DEBUG
 static const struct dri_debug_control debug_control[] = {
    {"ioctl", DEBUG_IOCTL},