Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender.map « creator « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5171e94382d8a94bb07445a1349a5792f6b4a88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113

/* on Linux we exclude LLVM symbols, they conflict with Mesa llvmpipe
 * we also keep boost's symbols local, since some python modules could
 * be using boost as well (mainly that's for lux render)
 */

{
global:
  *;
  *_boost*;
local:
  al*;
  *Alembic*;
  av*;
  blosc*;
  *boost*;
  *ceres*;
  *cineon*;
  *COLLADA*;
  cu*;
  *default_error_condition*;
  *dpx*;
  *embree*;
  ff_*;
  fftw*;
  FLAC*;
  FT_*;
  *GeneratedSaxParser*;
  *google*;
  gsm*;
  Gsm*;
  html*;
  id3tag*;
  *Iex*;
  *Ilm*;
  *Imath*;
  *Imf*;
  jack_*;
  jpeg_*;
  jsimd**;
  lame_*;
  *llvm*;
  *LLVM*;
  *MathML*;
  *mkldnn*;
  nvrtc*;
  oc_*;
  ogg*;
  *oidn*;
  *OpenColorIO*;
  *OpenImageIO*;
  *OpenSubdiv*;
  *openvdb*;
  opj_*;
  opus_*;
  *OSL*;
  *pathYy*;
  png_*;
  *SDL*;
  *squish*;
  *tbb*;
  *textFileFormatYy*;
  *TIFF*;
  *tinyformat*;
  *usdBlender*;
  vorbis*;
  vp8*;
  vp9*;
  vpx*;
  x264_*;
  xml*;
  xvid*;
  *YAML*;

  /* LLVM symbols not in the LLVM namespace that can conflict with LLVM usage
   * in OpenGL and OpenCL drivers. */
  decodeInstruction;
  EnableHotColdSplit;
  EnableIPRA;
  EnableOrderFileInstrumentation;
  EnableVPlanNativePath;
  EnableVPlanPredication;
  FlattenedProfileUsed;
  ForceStackAlign;
  ForceSummaryEdgesCold;
  FSEC;
  __jit_debug_descriptor;
  __jit_debug_register_code;
  _Jv_RegisterClasses;
  MachineRegionInfoPassID;
  MemOPSizeLarge;
  MemOPSizeRange;
  MISchedPostRA;
  ModuleSummaryDotFile;
  __morestack;
  Name;
  NumNamedVarArgParams;
  PGOViewCounts;
  PrintBlockFreqFuncName;
  PrintBranchProbFuncName;
  ProfileLikelyProb;
  StartAfterOptName;
  StartBeforeOptName;
  StaticLikelyProb;
  StopAfterOptName;
  StopBeforeOptName;
  UseDbgAddr;
  ViewBlockFreqFuncName;
  ViewBlockLayoutWithBFI;
  ViewHotFreqPercent;
  WriteRelBFToSummary;
  X86CompilationCallback*;
};