summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-12-08 17:32:58 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-12-08 17:32:58 +0000
commit6b9e8279dd734d2fa82be485bd335262c2ad2b34 (patch)
tree9bc02c01aa300e081755ce00bad766bda97250a7 /src/mesa/drivers/dri/tdfx/tdfx_context.c
parentf7c17fef7440f902786e2c3f567651c0f7840857 (diff)
Provide dummy definitions of __driConfig externs
Diffstat (limited to 'src/mesa/drivers/dri/tdfx/tdfx_context.c')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c
index 2bc7de00e9..57ff4803a6 100644
--- a/src/mesa/drivers/dri/tdfx/tdfx_context.c
+++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c
@@ -54,6 +54,8 @@
#include "tnl/tnl.h"
#include "tnl/t_pipeline.h"
+const char __driConfigOptions[] = { 0 };
+const GLuint __driNConfigOptions = 0;
/*
* Enable/Disable the extensions for this context.