mesa: refactor: move glTexParameter-related functions into new texparam.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 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_exec.h \
82 api_loopback.h \
83 api_noop.h \
84 api_validate.h \
85 arrayobj.h \
86 attrib.h \
87 bitset.h \
88 blend.h \
89 bufferobj.h \
90 buffers.h \
91 clear.h \
92 clip.h \
93 colormac.h \
94 colortab.h \
95 config.h \
96 context.h \
97 convolve.h \
98 dd.h \
99 debug.h \
100 depth.h \
101 depthstencil.h \
102 dlist.h \
103 drawpix.h \
104 enable.h \
105 enums.h \
106 eval.h \
107 extensions.h \
108 fbobject.h \
109 feedback.h \
110 fog.h \
111 framebuffer.h \
112 get.h \
113 glheader.h \
114 hash.h \
115 hint.h \
116 histogram.h \
117 image.h \
118 imports.h \
119 light.h \
120 lines.h \
121 macros.h \
122 matrix.h \
123 mipmap.h \
124 mm.h \
125 mtypes.h \
126 multisample.h \
127 occlude.h \
128 pixel.h \
129 pixelstore.h \
130 points.h \
131 polygon.h \
132 rastpos.h \
133 rbadaptors.h \
134 readpix.h \
135 renderbuffer.h \
136 simple_list.h \
137 scissor.h \
138 state.h \
139 stencil.h \
140 texcompress.h \
141 texenv.h \
142 texenvprogram.h \
143 texformat.h \
144 texformat_tmp.h \
145 texgen.h \
146 teximage.h \
147 texobj.h \
148 texparam.h \
149 texrender.h \
150 texstate.h \
151 texstore.h \
152 varray.h \
153 version.h \
154 vtxfmt.h \
155 vtxfmt_tmp.h