~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/targets/omx/omx.sym

  • Committer: mmach
  • Date: 2022-09-22 19:58:36 UTC
  • Revision ID: netbit73@gmail.com-20220922195836-9nl9joew85y8d25o
2022-07-04 12:44:28

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        global:
 
3
                OMX_ComponentInit;
 
4
                omx_component_library_Setup;
 
5
 
 
6
                # Workaround for an LLVM warning with -simplifycfg-sink-common
 
7
                # due to LLVM being initialized multiple times.
 
8
                radeon_drm_winsys_create;
 
9
                amdgpu_winsys_create;
 
10
                ac_init_shared_llvm_once;
 
11
        local:
 
12
                *;
 
13
};