X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fsources.mak;h=deff7bd7850d212c509861363a60efea327b2c53;hb=e10337da21d45ab7cccfa98b4112d1b33f3a5604;hp=4b2ec08bbb0d87b792172ac9380d1fcb26f5c653;hpb=755f2e2ae597df9208523b0996bbdabf3db463b0;p=mesa.git diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 4b2ec08bbb0..deff7bd7850 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -145,6 +145,7 @@ SWRAST_SOURCES = \ swrast/s_texcombine.c \ swrast/s_texfilter.c \ swrast/s_texrender.c \ + swrast/s_texture.c \ swrast/s_triangle.c \ swrast/s_zoom.c @@ -251,6 +252,7 @@ PROGRAM_SOURCES = \ program/prog_instruction.c \ program/prog_noise.c \ program/prog_optimize.c \ + program/prog_opt_constant_fold.c \ program/prog_parameter.c \ program/prog_parameter_layout.c \ program/prog_print.c \ @@ -336,7 +338,8 @@ MESA_GALLIUM_SOURCES = \ MESA_GALLIUM_CXX_SOURCES = \ $(MAIN_CXX_SOURCES) \ - $(SHADER_CXX_SOURCES) + $(SHADER_CXX_SOURCES) \ + state_tracker/st_glsl_to_tgsi.cpp # All the core C sources, for dependency checking ALL_SOURCES = \