diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-04-18 17:35:00 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-04-23 11:12:31 +0300 |
commit | 37be884875ed291c7cf378c570df1cd46b8c2fa1 (patch) | |
tree | 34ebdb3f3195c2536bc31d7505731cecbfbb671d /src/mesa/tnl/sources | |
parent | 750f52169ccbd1aca217e7749f1ce6ae5828c2ac (diff) |
glcore: drop outdated sources files intented for xorg
Diffstat (limited to 'src/mesa/tnl/sources')
-rw-r--r-- | src/mesa/tnl/sources | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mesa/tnl/sources b/src/mesa/tnl/sources deleted file mode 100644 index a0888be11d..0000000000 --- a/src/mesa/tnl/sources +++ /dev/null @@ -1,34 +0,0 @@ -# List of source files in this directory used for X.org xserver build -MESA_TNL_SOURCES = \ -t_context.c \ -t_pipeline.c \ -t_vb_arbprogram.c \ -t_vb_arbprogram_sse.c \ -t_vb_arbshader.c \ -t_vb_cull.c \ -t_vb_fog.c \ -t_vb_light.c \ -t_vb_normals.c \ -t_vb_points.c \ -t_vb_program.c \ -t_vb_render.c \ -t_vb_texgen.c \ -t_vb_texmat.c \ -t_vb_vertex.c \ -t_vertex.c \ -t_vertex_generic.c \ -t_vertex_sse.c \ -t_vp_build.c - -MESA_TNL_HEADERS = \ -t_array_api.h \ -t_array_import.h \ -t_context.h \ -t_pipeline.h \ -t_vb_arbprogram.h \ -t_vb_cliptmp.h \ -t_vb_lighttmp.h \ -t_vb_rendertmp.h \ -t_vertex.h \ -t_vp_build.h \ -tnl.h |