summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe.sym
blob: 605cb83d802294f75cee7a791f576e7790ea48a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	global:
		driver_descriptor;
		swrast_driver_descriptor;

		# Workaround for an LLVM warning with -simplifycfg-sink-common
		# due to LLVM being initialized multiple times.
		radeon_drm_winsys_create;
		amdgpu_winsys_create;
	local:
		*;
};