mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
[mesa.git] / src / mesa / main / sources
1 # List of source files in this directory used for X.org xserver build
2 MESA_MAIN_SOURCES = \
3 accum.c \
4 api_arrayelt.c \
5 api_exec.c \
6 api_loopback.c \
7 api_noop.c \
8 api_validate.c \
9 arrayobj.c \
10 attrib.c \
11 blend.c \
12 bufferobj.c \
13 buffers.c \
14 clip.c \
15 colortab.c \
16 context.c \
17 convolve.c \
18 debug.c \
19 depth.c \
20 depthstencil.c \
21 dlist.c \
22 drawpix.c \
23 enable.c \
24 enums.c \
25 eval.c \
26 execmem.c \
27 extensions.c \
28 fbobject.c \
29 feedback.c \
30 fog.c \
31 framebuffer.c \
32 get.c \
33 getstring.c \
34 hash.c \
35 hint.c \
36 histogram.c \
37 image.c \
38 imports.c \
39 light.c \
40 lines.c \
41 matrix.c \
42 mipmap.c \
43 mm.c \
44 occlude.c \
45 pixel.c \
46 pixelstore.c \
47 points.c \
48 polygon.c \
49 readpix.c \
50 rastpos.c \
51 rbadaptors.c \
52 renderbuffer.c \
53 state.c \
54 stencil.c \
55 texcompress.c \
56 texcompress_fxt1.c \
57 texcompress_s3tc.c \
58 texenvprogram.c \
59 texformat.c \
60 teximage.c \
61 texobj.c \
62 texrender.c \
63 texstate.c \
64 texstore.c \
65 varray.c \
66 $(VSNPRINTF_SOURCES) \
67 vtxfmt.c
68
69 MESA_VSNPRINTF_SOURCES = \
70 vsnprintf.c
71
72 MESA_MAIN_HEADERS = \
73 accum.h \
74 api_arrayelt.h \
75 api_eval.h \
76 api_exec.h \
77 api_loopback.h \
78 api_noop.h \
79 api_validate.h \
80 arrayobj.h \
81 attrib.h \
82 bitset.h \
83 blend.h \
84 bufferobj.h \
85 buffers.h \
86 clip.h \
87 colormac.h \
88 colortab.h \
89 config.h \
90 context.h \
91 convolve.h \
92 dd.h \
93 debug.h \
94 depth.h \
95 depthstencil.h \
96 dlist.h \
97 drawpix.h \
98 enable.h \
99 enums.h \
100 eval.h \
101 extensions.h \
102 fbobject.h \
103 feedback.h \
104 fog.h \
105 framebuffer.h \
106 get.h \
107 glheader.h \
108 hash.h \
109 hint.h \
110 histogram.h \
111 image.h \
112 imports.h \
113 light.h \
114 lines.h \
115 macros.h \
116 matrix.h \
117 mipmap.h \
118 mm.h \
119 mtypes.h \
120 occlude.h \
121 pixel.h \
122 pixelstore.h \
123 points.h \
124 polygon.h \
125 rastpos.h \
126 rbadaptors.h \
127 readpix.h \
128 renderbuffer.h \
129 simple_list.h \
130 state.h \
131 stencil.h \
132 texcompress.h \
133 texenvprogram.h \
134 texformat.h \
135 texformat_tmp.h \
136 teximage.h \
137 texobj.h \
138 texrender.h \
139 texstate.h \
140 texstore.h \
141 varray.h \
142 version.h \
143 vtxfmt.h \
144 vtxfmt_tmp.h