diff options
author | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
commit | 5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e (patch) | |
tree | 272c6a2aa4d9c0309e47f091134b23a627d07e58 /src/mesa/sources | |
parent | 4884db6eb29d30a16e5bf72da08ea6095ecd3339 (diff) |
At keithw's request, remove all traces of the "fragment program to C" and
TCC experiment.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 8b2819b0e7e..75901316eff 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -93,7 +93,6 @@ SWRAST_SOURCES = \ swrast/s_drawpix.c \ swrast/s_feedback.c \ swrast/s_fog.c \ - swrast/s_fragprog_to_c.c \ swrast/s_imaging.c \ swrast/s_lines.c \ swrast/s_logic.c \ @@ -104,7 +103,6 @@ SWRAST_SOURCES = \ swrast/s_readpix.c \ swrast/s_span.c \ swrast/s_stencil.c \ - swrast/s_tcc.c \ swrast/s_texcombine.c \ swrast/s_texfilter.c \ swrast/s_texstore.c \ |