diff options
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 249734f7837..14c4205bbd9 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -70,6 +70,7 @@ ARRAY_CACHE_SOURCES = \ array_cache/ac_import.c SWRAST_SOURCES = \ + swrast/s_fragprog_to_c.c \ swrast/s_aaline.c \ swrast/s_aatriangle.c \ swrast/s_accum.c \ @@ -95,6 +96,7 @@ SWRAST_SOURCES = \ swrast/s_readpix.c \ swrast/s_span.c \ swrast/s_stencil.c \ + swrast/s_tcc.c \ swrast/s_texture.c \ swrast/s_texstore.c \ swrast/s_triangle.c \ |