summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_screen.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-09-24 10:24:07 -0700
committerEric Anholt <eric@anholt.net>2013-10-24 14:13:08 -0700
commitead86e378fd4a8b19f7a3f185c751a41b2530b2f (patch)
tree2379a451f6bc5b72cc3c5cd0dc9a8afd141518f9 /src/mesa/drivers/dri/nouveau/nouveau_screen.h
parent1925a9aebd64b2e08574118891394d9d56db25ae (diff)
downloadexternal_mesa3d-ead86e378fd4a8b19f7a3f185c751a41b2530b2f.zip
external_mesa3d-ead86e378fd4a8b19f7a3f185c751a41b2530b2f.tar.gz
external_mesa3d-ead86e378fd4a8b19f7a3f185c751a41b2530b2f.tar.bz2
nouveau: Build the driver into the shared mesa_dri_drivers.so.
v2: drop dridir now that it's unused. v3: Consistently put spaces around += in the updated Makefile.am block. v4: Set a global driverAPI variable so loaders don't have to update to createNewScreen2() (though they may want to for thread safety). v5: Fix missed public symbol in nouveau. (caught by Emil) Reviewed-by: Matt Turner <mattst88@gmail.com> (v2) Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_screen.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.h b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
index bcf57e2..45b1ee9 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_screen.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
@@ -27,6 +27,8 @@
#ifndef __NOUVEAU_SCREEN_H__
#define __NOUVEAU_SCREEN_H__
+const __DRIextension **__driDriverGetExtensions_nouveau_vieux(void);
+
struct nouveau_context;
struct nouveau_screen {