i965: don't emit state when dri_bufmgr_check_aperture_space fails.
[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 multisample.c \
46 occlude.c \
47 pixel.c \
48 pixelstore.c \
49 points.c \
50 polygon.c \
51 readpix.c \
52 rastpos.c \
53 rbadaptors.c \
54 renderbuffer.c \
55 scissor.c \
56 state.c \
57 stencil.c \
58 texcompress.c \
59 texcompress_fxt1.c \
60 texcompress_s3tc.c \
61 texenv.c \
62 texenvprogram.c \
63 texformat.c \
64 texgen.c \
65 teximage.c \
66 texobj.c \
67 texparam.c \
68 texrender.c \
69 texstate.c \
70 texstore.c \
71 varray.c \
72 $(VSNPRINTF_SOURCES) \
73 vtxfmt.c
74
75 MESA_VSNPRINTF_SOURCES = \
76 vsnprintf.c
77
78 MESA_MAIN_HEADERS = \
79 accum.h \
80 api_arrayelt.h \
81 api_eval.h \
82 api_exec.h \
83 api_loopback.h \
84 api_noop.h \
85 api_validate.h \
86 arrayobj.h \
87 attrib.h \
88 bitset.h \
89 blend.h \
90 bufferobj.h \
91 buffers.h \
92 clear.h \
93 clip.h \
94 colormac.h \
95 colortab.h \
96 config.h \
97 context.h \
98 convolve.h \
99 dd.h \
100 debug.h \
101 depth.h \
102 depthstencil.h \
103 dlist.h \
104 drawpix.h \
105 enable.h \
106 enums.h \
107 eval.h \
108 extensions.h \
109 fbobject.h \
110 feedback.h \
111 fog.h \
112 framebuffer.h \
113 get.h \
114 glheader.h \
115 hash.h \
116 hint.h \
117 histogram.h \
118 image.h \
119 imports.h \
120 light.h \
121 lines.h \
122 macros.h \
123 matrix.h \
124 mipmap.h \
125 mm.h \
126 mtypes.h \
127 multisample.h \
128 occlude.h \
129 pixel.h \
130 pixelstore.h \
131 points.h \
132 polygon.h \
133 rastpos.h \
134 rbadaptors.h \
135 readpix.h \
136 renderbuffer.h \
137 simple_list.h \
138 scissor.h \
139 state.h \
140 stencil.h \
141 texcompress.h \
142 texenv.h \
143 texenvprogram.h \
144 texformat.h \
145 texformat_tmp.h \
146 texgen.h \
147 teximage.h \
148 texobj.h \
149 texparam.h \
150 texrender.h \
151 texstate.h \
152 texstore.h \
153 varray.h \
154 version.h \
155 vtxfmt.h \
156 vtxfmt_tmp.h