mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 15:30:14 +01:00
automake: i965: list correct header in Makefile.source
Fixes: 7ac47b1af7 ("i965: Add a header for brw_vec4_vs_visitor")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
b95ead850b
commit
b23db2b840
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ i965_compiler_FILES = \
|
||||||
brw_vec4_tes.h \
|
brw_vec4_tes.h \
|
||||||
brw_vec4_visitor.cpp \
|
brw_vec4_visitor.cpp \
|
||||||
brw_vec4_vs_visitor.cpp \
|
brw_vec4_vs_visitor.cpp \
|
||||||
brw_vec4_vs_visitor.h \
|
brw_vec4_vs.h \
|
||||||
brw_vue_map.c \
|
brw_vue_map.c \
|
||||||
brw_wm_iz.cpp \
|
brw_wm_iz.cpp \
|
||||||
gen6_gs_visitor.cpp \
|
gen6_gs_visitor.cpp \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue