aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc/xvmc.sym
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-12 15:54:15 +0100
committerEmil Velikov <[email protected]>2014-06-22 23:06:04 +0100
commitdc01ca44a796ab7cc5452913c495ba90ebb648b8 (patch)
treeb6d840952ff80ce302e5f5ac9f070a9e38617498 /src/gallium/targets/xvmc/xvmc.sym
parent291d70210dd249c663f8c3b92ac9cf47335630bd (diff)
targets/xvmc-nouveau: convert to static/shared pipe-drivers
Similar to vdpau targets, we're going to convert the individual target libraries into a single one. The library can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static. Cc: Ilia Mirkin <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Diffstat (limited to 'src/gallium/targets/xvmc/xvmc.sym')
-rw-r--r--src/gallium/targets/xvmc/xvmc.sym32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc/xvmc.sym b/src/gallium/targets/xvmc/xvmc.sym
new file mode 100644
index 00000000000..f51378e00a1
--- /dev/null
+++ b/src/gallium/targets/xvmc/xvmc.sym
@@ -0,0 +1,32 @@
+{
+ global:
+ XvMCBlendSubpicture;
+ XvMCBlendSubpicture2;
+ XvMCClearSubpicture;
+ XvMCCompositeSubpicture;
+ XvMCCreateBlocks;
+ XvMCCreateContext;
+ XvMCCreateMacroBlocks;
+ XvMCCreateSubpicture;
+ XvMCCreateSurface;
+ XvMCDestroyBlocks;
+ XvMCDestroyContext;
+ XvMCDestroyMacroBlocks;
+ XvMCDestroySubpicture;
+ XvMCDestroySurface;
+ XvMCFlushSubpicture;
+ XvMCFlushSurface;
+ XvMCGetAttribute;
+ XvMCGetSubpictureStatus;
+ XvMCGetSurfaceStatus;
+ XvMCHideSurface;
+ XvMCPutSurface;
+ XvMCQueryAttributes;
+ XvMCRenderSurface;
+ XvMCSetAttribute;
+ XvMCSetSubpicturePalette;
+ XvMCSyncSubpicture;
+ XvMCSyncSurface;
+ local:
+ *;
+};