summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64/mach64_context.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-10-19 02:46:42 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-10-19 02:46:42 +0000
commitd76c7d7d3e37698a17274d9916c04c7c8d42f2df (patch)
tree89ad9192e5f8a8cb8b6489773b3c2bb2cc9dc4ea /src/mesa/drivers/dri/mach64/mach64_context.c
parentdc4070c7870b1bc9ed1c39908177c1e8d983b111 (diff)
downloadexternal_mesa3d-d76c7d7d3e37698a17274d9916c04c7c8d42f2df.zip
external_mesa3d-d76c7d7d3e37698a17274d9916c04c7c8d42f2df.tar.gz
external_mesa3d-d76c7d7d3e37698a17274d9916c04c7c8d42f2df.tar.bz2
Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions
in __driCreateNewScreen_20050727 resulted in crashing in dispatch.
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.c')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.c b/src/mesa/drivers/dri/mach64/mach64_context.c
index d5098ec..717b9b9 100644
--- a/src/mesa/drivers/dri/mach64/mach64_context.c
+++ b/src/mesa/drivers/dri/mach64/mach64_context.c
@@ -79,7 +79,7 @@ static const struct dri_debug_control debug_control[] =
{ NULL, 0 }
};
-static const struct dri_extension card_extensions[] =
+const struct dri_extension card_extensions[] =
{
{ "GL_ARB_multisample", GL_ARB_multisample_functions },
{ "GL_ARB_multitexture", NULL },