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