targets/xa: limit the amount of exported symbols
[mesa.git] / src / gallium / targets / xa / xa.sym
1 {
2 global:
3 xa_composite_allocation;
4 xa_composite_check_accelerated;
5 xa_composite_done;
6 xa_composite_prepare;
7 xa_composite_rect;
8 xa_context_create;
9 xa_context_default;
10 xa_context_destroy;
11 xa_context_flush;
12 xa_copy;
13 xa_copy_done;
14 xa_copy_prepare;
15 xa_fence_get;
16 xa_fence_wait;
17 xa_fence_destroy;
18 xa_format_check_supported;
19 xa_solid;
20 xa_solid_done;
21 xa_solid_prepare;
22 xa_surface_create;
23 xa_surface_dma;
24 xa_surface_format;
25 xa_surface_from_handle;
26 xa_surface_handle;
27 xa_surface_map;
28 xa_surface_redefine;
29 xa_surface_ref;
30 xa_surface_unmap;
31 xa_surface_unref;
32 xa_tracker_create;
33 xa_tracker_destroy;
34 xa_tracker_version;
35 xa_yuv_planar_blit;
36 local:
37 *;
38 };