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" <mar...@gmail.com> wrote: From: Marek Olšák <marek.ol...@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@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev