summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-07-15 08:50:27 +0000
committerDave Airlie <airliedfreedesktop.org>2004-07-15 08:50:27 +0000
commit78e19b5f9891705e845f2d21a4f7370504fd0d31 (patch)
tree016dbd8f03b3033131a00f0498fd1a3281dae127 /src/mesa
parent620c998b165da6b26b61b6f750bf97339798e48c (diff)
move config options to same place as other drivers (again for S3TC patch later)
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i915/intel_context.c3
-rw-r--r--src/mesa/drivers/dri/i915/intel_screen.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c
index 12489433bc..29f5c64812 100644
--- a/src/mesa/drivers/dri/i915/intel_context.c
+++ b/src/mesa/drivers/dri/i915/intel_context.c
@@ -68,9 +68,6 @@ char *prevLockFile;
int prevLockLine;
#endif
-const char __driConfigOptions[] = { 0 };
-const GLuint __driNConfigOptions = 0;
-
/***************************************
* Mesa's Driver Functions
***************************************/
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c
index 0b033bb939..e7e9b12915 100644
--- a/src/mesa/drivers/dri/i915/intel_screen.c
+++ b/src/mesa/drivers/dri/i915/intel_screen.c
@@ -43,6 +43,9 @@
#include "i830_dri.h"
+const char __driConfigOptions[] = { 0 };
+const GLuint __driNConfigOptions = 0;
+
#ifdef USE_NEW_INTERFACE
static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;
#endif /*USE_NEW_INTERFACE*/