mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
i965: Move brw_nir_lower_uniforms.cpp to i965_FILES
This gets it out of i965_compiler.la Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
5e43ba7e9e
commit
5136b67915
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ i965_compiler_FILES = \
|
|||
brw_nir_analyze_boolean_resolves.c \
|
||||
brw_nir_attribute_workarounds.c \
|
||||
brw_nir_opt_peephole_ffma.c \
|
||||
brw_nir_uniforms.cpp \
|
||||
brw_packed_float.c \
|
||||
brw_predicated_break.cpp \
|
||||
brw_reg.h \
|
||||
|
|
@ -138,6 +137,7 @@ i965_FILES = \
|
|||
brw_meta_util.h \
|
||||
brw_misc_state.c \
|
||||
brw_multisample_state.h \
|
||||
brw_nir_uniforms.cpp \
|
||||
brw_object_purgeable.c \
|
||||
brw_performance_monitor.c \
|
||||
brw_pipe_control.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue