X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2FMakefile.sources;h=e2babbcd3adb69c57cfc4c2f8690eaad5c533ab9;hb=1d250bf2916df9497bec4a7d4e496dff76814bcc;hp=b79dc1d5958e466cb5dcb5537fe7cabdb190188e;hpb=0d02a7b8ca794a594c2e9cc5e6d63dc591593105;p=mesa.git diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index b79dc1d5958..e2babbcd3ad 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -26,6 +26,7 @@ C_SOURCES := \ draw/draw_pipe_stipple.c \ draw/draw_pipe_twoside.c \ draw/draw_pipe_unfilled.c \ + draw/draw_pipe_user_cull.c \ draw/draw_pipe_util.c \ draw/draw_pipe_validate.c \ draw/draw_pipe_vbuf.c \ @@ -166,6 +167,7 @@ C_SOURCES := \ tgsi/tgsi_build.h \ tgsi/tgsi_dump.c \ tgsi/tgsi_dump.h \ + tgsi/tgsi_dynamic_indexing.c \ tgsi/tgsi_exec.c \ tgsi/tgsi_exec.h \ tgsi/tgsi_emulate.c \ @@ -200,6 +202,7 @@ C_SOURCES := \ tgsi/tgsi_ureg.h \ tgsi/tgsi_util.c \ tgsi/tgsi_util.h \ + tgsi/tgsi_vpos.c \ translate/translate.c \ translate/translate.h \ translate/translate_cache.c \