[Mesa-dev] [PATCH 3/3] targets/va: export radeon winsys_create functions
Ilia Mirkin
imirkin at alum.mit.edu
Fri Mar 24 15:11:22 UTC 2017
Does the nouveau winsys create function also need to be added? I'm not sure
I understand what problem this is solving... But afaik it's possible to use
va + nouveau.
On Mar 23, 2017 8:00 PM, "Marek Olšák" <maraeo at gmail.com> wrote:
From: Marek Olšák <marek.olsak at amd.com>
This should fix this radeonsi error:
"mesa: for the -simplifycfg-sink-common option: may only occur zero or one
times!"
---
src/gallium/targets/va/va.sym | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/targets/va/va.sym b/src/gallium/targets/va/va.sym
index c925b2e..b19bc36 100644
--- a/src/gallium/targets/va/va.sym
+++ b/src/gallium/targets/va/va.sym
@@ -1,6 +1,8 @@
{
global:
__vaDriverInit_*_*;
+ radeon_drm_winsys_create;
+ amdgpu_winsys_create;
local:
*;
};
--
2.7.4
_______________________________________________
mesa-dev mailing list
mesa-dev at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170324/7b45e3c0/attachment.html>
More information about the mesa-dev
mailing list