diff options
author | Christian König <[email protected]> | 2014-07-02 16:35:28 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2014-10-01 13:21:36 -0400 |
commit | 3867933ecbc34ed1f68d735282580ca1e4eedea1 (patch) | |
tree | 369b448f538296e2fa3193af921b0666ae75912d /src/gallium/targets/va/va.sym | |
parent | 0eb8f8998114855d8d200a70c357d482e8f444fc (diff) |
st/va: skeleton VAAPI state tracker
This patch adds a skeleton VA-API state tracker,
which is filled with live in the subsequent patches.
v2: fixes in configure.ac and va state_tracker Makefile.am
v3: do not link against libva.
detect libva version, and correctly set driver entrypoint name.
rebase(cleanup) targets/va/Makefile.am
v4: cleanup va version auto detection
add back targets/va/va.sym
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/targets/va/va.sym')
-rw-r--r-- | src/gallium/targets/va/va.sym | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/targets/va/va.sym b/src/gallium/targets/va/va.sym new file mode 100644 index 00000000000..c925b2e0f26 --- /dev/null +++ b/src/gallium/targets/va/va.sym @@ -0,0 +1,6 @@ +{ + global: + __vaDriverInit_*_*; + local: + *; +}; |