mesa: add new signed rgba texture format
[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 dlopen.c \
24 drawpix.c \
25 enable.c \
26 enums.c \
27 eval.c \
28 execmem.c \
29 extensions.c \
30 fbobject.c \
31 feedback.c \
32 fog.c \
33 framebuffer.c \
34 get.c \
35 getstring.c \
36 hash.c \
37 hint.c \
38 histogram.c \
39 image.c \
40 imports.c \
41 light.c \
42 lines.c \
43 matrix.c \
44 mipmap.c \
45 mm.c \
46 multisample.c \
47 occlude.c \
48 pixel.c \
49 pixelstore.c \
50 points.c \
51 polygon.c \
52 readpix.c \
53 rastpos.c \
54 rbadaptors.c \
55 renderbuffer.c \
56 scissor.c \
57 state.c \
58 stencil.c \
59 texcompress.c \
60 texcompress_fxt1.c \
61 texcompress_s3tc.c \
62 texenv.c \
63 texenvprogram.c \
64 texformat.c \
65 texgen.c \
66 teximage.c \
67 texobj.c \
68 texparam.c \
69 texrender.c \
70 texstate.c \
71 texstore.c \
72 varray.c \
73 $(VSNPRINTF_SOURCES) \
74 vtxfmt.c
75
76 MESA_VSNPRINTF_SOURCES = \
77 vsnprintf.c
78
79 MESA_MAIN_HEADERS = \
80 accum.h \
81 api_arrayelt.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 dlopen.h \
105 drawpix.h \
106 enable.h \
107 enums.h \
108 eval.h \
109 extensions.h \
110 fbobject.h \
111 feedback.h \
112 fog.h \
113 framebuffer.h \
114 get.h \
115 glheader.h \
116 hash.h \
117 hint.h \
118 histogram.h \
119 image.h \
120 imports.h \
121 light.h \
122 lines.h \
123 macros.h \
124 matrix.h \
125 mipmap.h \
126 mm.h \
127 mtypes.h \
128 multisample.h \
129 occlude.h \
130 pixel.h \
131 pixelstore.h \
132 points.h \
133 polygon.h \
134 rastpos.h \
135 rbadaptors.h \
136 readpix.h \
137 renderbuffer.h \
138 simple_list.h \
139 scissor.h \
140 state.h \
141 stencil.h \
142 texcompress.h \
143 texenv.h \
144 texenvprogram.h \
145 texformat.h \
146 texformat_tmp.h \
147 texgen.h \
148 teximage.h \
149 texobj.h \
150 texparam.h \
151 texrender.h \
152 texstate.h \
153 texstore.h \
154 varray.h \
155 version.h \
156 vtxfmt.h \
157 vtxfmt_tmp.h