fix unitialized values in radeonClear
[mesa.git] / src / mesa / tnl / sources
1 # List of source files in this directory used for X.org xserver build
2 MESA_TNL_SOURCES = \
3 t_array_api.c \
4 t_array_import.c \
5 t_context.c \
6 t_pipeline.c \
7 t_save_api.c \
8 t_save_loopback.c \
9 t_save_playback.c \
10 t_vb_arbprogram.c \
11 t_vb_arbprogram_sse.c \
12 t_vb_arbshader.c \
13 t_vb_cull.c \
14 t_vb_fog.c \
15 t_vb_light.c \
16 t_vb_normals.c \
17 t_vb_points.c \
18 t_vb_program.c \
19 t_vb_render.c \
20 t_vb_texgen.c \
21 t_vb_texmat.c \
22 t_vb_vertex.c \
23 t_vertex.c \
24 t_vertex_generic.c \
25 t_vertex_sse.c \
26 t_vp_build.c \
27 t_vtx_api.c \
28 t_vtx_eval.c \
29 t_vtx_exec.c \
30 t_vtx_generic.c \
31 t_vtx_x86.c
32
33 MESA_TNL_HEADERS = \
34 t_array_api.h \
35 t_array_import.h \
36 t_context.h \
37 t_pipeline.h \
38 t_save_api.h \
39 t_vb_arbprogram.h \
40 t_vb_cliptmp.h \
41 t_vb_lighttmp.h \
42 t_vb_rendertmp.h \
43 t_vertex.h \
44 t_vp_build.h \
45 t_vtx_api.h \
46 tnl.h