aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-nouveau/nouveau_dri.link
diff options
context:
space:
mode:
authorMaarten Lankhorst <[email protected]>2014-02-12 14:56:53 +0100
committerMaarten Lankhorst <[email protected]>2014-02-12 14:57:25 +0100
commitfee0686c21c631d96d6042741267a3c218c23ffc (patch)
tree96cb24b8377f9e0058d1786d24885b078bb9af63 /src/gallium/targets/dri-nouveau/nouveau_dri.link
parent572a8345bfd1d6289a91b64eef92565ef9b3ee55 (diff)
nouveau: create only 1 shared screen between vdpau and opengl
This fixes bug 73200 "vdpau-GL interop fails due to different screen objects" in the same way radeon does. Signed-off-by: Maarten Lankhorst <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-nouveau/nouveau_dri.link')
-rw-r--r--src/gallium/targets/dri-nouveau/nouveau_dri.link6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-nouveau/nouveau_dri.link b/src/gallium/targets/dri-nouveau/nouveau_dri.link
new file mode 100644
index 00000000000..16015aa3d81
--- /dev/null
+++ b/src/gallium/targets/dri-nouveau/nouveau_dri.link
@@ -0,0 +1,6 @@
+VERSION {
+ global:
+ __driDriverExtensions;
+ nouveau_drm_screen_create;
+ local: *;
+};