[Mesa-dev] [PATCH] build/nir: Remove unused Makefile.sources from nir folder

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 25 20:08:45 UTC 2016


Redoing the Android/SCons got extra messy, so I opted for this 'hack'.
There was even plan B of doing a "Open vSwitch", where we use it (and
makes all the the whole build parallel). As plan B is off the table
for now (quite evasive) I'll beat things in shape to remove this file.

-Emil

On 25 February 2016 at 17:19, Jason Ekstrand <jason at jlekstrand.net> wrote:
> I would really like to see this happen.  However, I seem to recall Emil
> having some reason for keeping it.  Emil?
> --Jason
>
> On Thu, Feb 25, 2016 at 4:50 AM, Eduardo Lima Mitev <elima at igalia.com>
> wrote:
>>
>> NIR sources are added in src/compiler/Makefile.sources.
>> ---
>>  src/compiler/nir/Makefile.sources | 71
>> ---------------------------------------
>>  1 file changed, 71 deletions(-)
>>  delete mode 100644 src/compiler/nir/Makefile.sources
>>
>> diff --git a/src/compiler/nir/Makefile.sources
>> b/src/compiler/nir/Makefile.sources
>> deleted file mode 100644
>> index 0755a10..0000000
>> --- a/src/compiler/nir/Makefile.sources
>> +++ /dev/null
>> @@ -1,71 +0,0 @@
>> -NIR_GENERATED_FILES = \
>> -       nir_builder_opcodes.h \
>> -       nir_constant_expressions.c \
>> -       nir_opcodes.c \
>> -       nir_opcodes.h \
>> -       nir_opt_algebraic.c
>> -
>> -NIR_FILES = \
>> -       glsl_to_nir.cpp \
>> -       glsl_to_nir.h \
>> -       nir.c \
>> -       nir.h \
>> -       nir_array.h \
>> -       nir_builder.h \
>> -       nir_clone.c \
>> -       nir_constant_expressions.h \
>> -       nir_control_flow.c \
>> -       nir_control_flow.h \
>> -       nir_control_flow_private.h \
>> -       nir_dominance.c \
>> -       nir_from_ssa.c \
>> -       nir_gs_count_vertices.c \
>> -       nir_intrinsics.c \
>> -       nir_intrinsics.h \
>> -       nir_instr_set.c \
>> -       nir_instr_set.h \
>> -       nir_liveness.c \
>> -       nir_lower_alu_to_scalar.c \
>> -       nir_lower_atomics.c \
>> -       nir_lower_clip.c \
>> -       nir_lower_global_vars_to_local.c \
>> -       nir_lower_gs_intrinsics.c \
>> -       nir_lower_load_const_to_scalar.c \
>> -       nir_lower_locals_to_regs.c \
>> -       nir_lower_idiv.c \
>> -       nir_lower_io.c \
>> -       nir_lower_outputs_to_temporaries.c \
>> -       nir_lower_phis_to_scalar.c \
>> -       nir_lower_samplers.c \
>> -       nir_lower_system_values.c \
>> -       nir_lower_tex.c \
>> -       nir_lower_to_source_mods.c \
>> -       nir_lower_two_sided_color.c \
>> -       nir_lower_vars_to_ssa.c \
>> -       nir_lower_var_copies.c \
>> -       nir_lower_vec_to_movs.c \
>> -       nir_metadata.c \
>> -       nir_move_vec_src_uses_to_dest.c \
>> -       nir_normalize_cubemap_coords.c \
>> -       nir_opt_constant_folding.c \
>> -       nir_opt_copy_propagate.c \
>> -       nir_opt_cse.c \
>> -       nir_opt_dce.c \
>> -       nir_opt_dead_cf.c \
>> -       nir_opt_gcm.c \
>> -       nir_opt_global_to_local.c \
>> -       nir_opt_peephole_select.c \
>> -       nir_opt_remove_phis.c \
>> -       nir_opt_undef.c \
>> -       nir_print.c \
>> -       nir_remove_dead_variables.c \
>> -       nir_search.c \
>> -       nir_search.h \
>> -       nir_split_var_copies.c \
>> -       nir_sweep.c \
>> -       nir_to_ssa.c \
>> -       nir_validate.c \
>> -       nir_vla.h \
>> -       nir_worklist.c \
>> -       nir_worklist.h
>> -
>> --
>> 2.5.3
>>
>> _______________________________________________
>> mesa-dev mailing list
>> mesa-dev at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>


More information about the mesa-dev mailing list