aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/dri.sym
blob: 83914c60cf3d1a1f7f7777f477d08e470a9f2641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	global:
		__driDriverExtensions;
		__driDriverGetExtensions*;
		nouveau_drm_screen_create;
		radeon_drm_winsys_create;
		amdgpu_winsys_create;
		fd_drm_screen_create;
		ac_init_llvm_once;
	local:
		*;
};