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