OSDN Git Service

nir: move to compiler/
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 18 Jan 2016 10:54:03 +0000 (12:54 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 26 Jan 2016 16:08:30 +0000 (16:08 +0000)
commita39a8fbbaa129f4e52f2a3ad2747182e9a74d910
tree823e881d54c149cde315bb140e46a8b781cdccb7
parentf694da80c75cb2a51d0af3b24d68aae9c53d61aa
nir: move to compiler/

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
105 files changed:
src/compiler/Android.gen.mk [new file with mode: 0644]
src/compiler/Android.mk
src/compiler/Makefile.am
src/compiler/Makefile.sources
src/compiler/nir/.gitignore [moved from src/glsl/nir/.gitignore with 100% similarity]
src/compiler/nir/README [moved from src/glsl/nir/README with 100% similarity]
src/compiler/nir/glsl_to_nir.cpp [moved from src/glsl/nir/glsl_to_nir.cpp with 99% similarity]
src/compiler/nir/glsl_to_nir.h [moved from src/glsl/nir/glsl_to_nir.h with 97% similarity]
src/compiler/nir/nir.c [moved from src/glsl/nir/nir.c with 100% similarity]
src/compiler/nir/nir.h [moved from src/glsl/nir/nir.h with 99% similarity]
src/compiler/nir/nir_algebraic.py [moved from src/glsl/nir/nir_algebraic.py with 100% similarity]
src/compiler/nir/nir_array.h [moved from src/glsl/nir/nir_array.h with 100% similarity]
src/compiler/nir/nir_builder.h [moved from src/glsl/nir/nir_builder.h with 100% similarity]
src/compiler/nir/nir_builder_opcodes_h.py [moved from src/glsl/nir/nir_builder_opcodes_h.py with 100% similarity]
src/compiler/nir/nir_clone.c [moved from src/glsl/nir/nir_clone.c with 100% similarity]
src/compiler/nir/nir_constant_expressions.h [moved from src/glsl/nir/nir_constant_expressions.h with 100% similarity]
src/compiler/nir/nir_constant_expressions.py [moved from src/glsl/nir/nir_constant_expressions.py with 100% similarity]
src/compiler/nir/nir_control_flow.c [moved from src/glsl/nir/nir_control_flow.c with 100% similarity]
src/compiler/nir/nir_control_flow.h [moved from src/glsl/nir/nir_control_flow.h with 100% similarity]
src/compiler/nir/nir_control_flow_private.h [moved from src/glsl/nir/nir_control_flow_private.h with 100% similarity]
src/compiler/nir/nir_dominance.c [moved from src/glsl/nir/nir_dominance.c with 100% similarity]
src/compiler/nir/nir_from_ssa.c [moved from src/glsl/nir/nir_from_ssa.c with 100% similarity]
src/compiler/nir/nir_gs_count_vertices.c [moved from src/glsl/nir/nir_gs_count_vertices.c with 100% similarity]
src/compiler/nir/nir_instr_set.c [moved from src/glsl/nir/nir_instr_set.c with 100% similarity]
src/compiler/nir/nir_instr_set.h [moved from src/glsl/nir/nir_instr_set.h with 100% similarity]
src/compiler/nir/nir_intrinsics.c [moved from src/glsl/nir/nir_intrinsics.c with 100% similarity]
src/compiler/nir/nir_intrinsics.h [moved from src/glsl/nir/nir_intrinsics.h with 100% similarity]
src/compiler/nir/nir_liveness.c [moved from src/glsl/nir/nir_liveness.c with 100% similarity]
src/compiler/nir/nir_lower_alu_to_scalar.c [moved from src/glsl/nir/nir_lower_alu_to_scalar.c with 100% similarity]
src/compiler/nir/nir_lower_atomics.c [moved from src/glsl/nir/nir_lower_atomics.c with 99% similarity]
src/compiler/nir/nir_lower_clip.c [moved from src/glsl/nir/nir_lower_clip.c with 100% similarity]
src/compiler/nir/nir_lower_global_vars_to_local.c [moved from src/glsl/nir/nir_lower_global_vars_to_local.c with 100% similarity]
src/compiler/nir/nir_lower_gs_intrinsics.c [moved from src/glsl/nir/nir_lower_gs_intrinsics.c with 100% similarity]
src/compiler/nir/nir_lower_idiv.c [moved from src/glsl/nir/nir_lower_idiv.c with 100% similarity]
src/compiler/nir/nir_lower_io.c [moved from src/glsl/nir/nir_lower_io.c with 100% similarity]
src/compiler/nir/nir_lower_load_const_to_scalar.c [moved from src/glsl/nir/nir_lower_load_const_to_scalar.c with 100% similarity]
src/compiler/nir/nir_lower_locals_to_regs.c [moved from src/glsl/nir/nir_lower_locals_to_regs.c with 100% similarity]
src/compiler/nir/nir_lower_outputs_to_temporaries.c [moved from src/glsl/nir/nir_lower_outputs_to_temporaries.c with 100% similarity]
src/compiler/nir/nir_lower_phis_to_scalar.c [moved from src/glsl/nir/nir_lower_phis_to_scalar.c with 100% similarity]
src/compiler/nir/nir_lower_samplers.c [moved from src/glsl/nir/nir_lower_samplers.c with 99% similarity]
src/compiler/nir/nir_lower_system_values.c [moved from src/glsl/nir/nir_lower_system_values.c with 100% similarity]
src/compiler/nir/nir_lower_tex.c [moved from src/glsl/nir/nir_lower_tex.c with 100% similarity]
src/compiler/nir/nir_lower_to_source_mods.c [moved from src/glsl/nir/nir_lower_to_source_mods.c with 100% similarity]
src/compiler/nir/nir_lower_two_sided_color.c [moved from src/glsl/nir/nir_lower_two_sided_color.c with 100% similarity]
src/compiler/nir/nir_lower_var_copies.c [moved from src/glsl/nir/nir_lower_var_copies.c with 100% similarity]
src/compiler/nir/nir_lower_vars_to_ssa.c [moved from src/glsl/nir/nir_lower_vars_to_ssa.c with 100% similarity]
src/compiler/nir/nir_lower_vec_to_movs.c [moved from src/glsl/nir/nir_lower_vec_to_movs.c with 100% similarity]
src/compiler/nir/nir_metadata.c [moved from src/glsl/nir/nir_metadata.c with 100% similarity]
src/compiler/nir/nir_move_vec_src_uses_to_dest.c [moved from src/glsl/nir/nir_move_vec_src_uses_to_dest.c with 100% similarity]
src/compiler/nir/nir_normalize_cubemap_coords.c [moved from src/glsl/nir/nir_normalize_cubemap_coords.c with 100% similarity]
src/compiler/nir/nir_opcodes.py [moved from src/glsl/nir/nir_opcodes.py with 100% similarity]
src/compiler/nir/nir_opcodes_c.py [moved from src/glsl/nir/nir_opcodes_c.py with 100% similarity]
src/compiler/nir/nir_opcodes_h.py [moved from src/glsl/nir/nir_opcodes_h.py with 100% similarity]
src/compiler/nir/nir_opt_algebraic.py [moved from src/glsl/nir/nir_opt_algebraic.py with 100% similarity]
src/compiler/nir/nir_opt_constant_folding.c [moved from src/glsl/nir/nir_opt_constant_folding.c with 100% similarity]
src/compiler/nir/nir_opt_copy_propagate.c [moved from src/glsl/nir/nir_opt_copy_propagate.c with 100% similarity]
src/compiler/nir/nir_opt_cse.c [moved from src/glsl/nir/nir_opt_cse.c with 100% similarity]
src/compiler/nir/nir_opt_dce.c [moved from src/glsl/nir/nir_opt_dce.c with 100% similarity]
src/compiler/nir/nir_opt_dead_cf.c [moved from src/glsl/nir/nir_opt_dead_cf.c with 100% similarity]
src/compiler/nir/nir_opt_gcm.c [moved from src/glsl/nir/nir_opt_gcm.c with 100% similarity]
src/compiler/nir/nir_opt_global_to_local.c [moved from src/glsl/nir/nir_opt_global_to_local.c with 100% similarity]
src/compiler/nir/nir_opt_peephole_select.c [moved from src/glsl/nir/nir_opt_peephole_select.c with 100% similarity]
src/compiler/nir/nir_opt_remove_phis.c [moved from src/glsl/nir/nir_opt_remove_phis.c with 100% similarity]
src/compiler/nir/nir_opt_undef.c [moved from src/glsl/nir/nir_opt_undef.c with 100% similarity]
src/compiler/nir/nir_print.c [moved from src/glsl/nir/nir_print.c with 100% similarity]
src/compiler/nir/nir_remove_dead_variables.c [moved from src/glsl/nir/nir_remove_dead_variables.c with 100% similarity]
src/compiler/nir/nir_search.c [moved from src/glsl/nir/nir_search.c with 100% similarity]
src/compiler/nir/nir_search.h [moved from src/glsl/nir/nir_search.h with 100% similarity]
src/compiler/nir/nir_split_var_copies.c [moved from src/glsl/nir/nir_split_var_copies.c with 100% similarity]
src/compiler/nir/nir_sweep.c [moved from src/glsl/nir/nir_sweep.c with 100% similarity]
src/compiler/nir/nir_to_ssa.c [moved from src/glsl/nir/nir_to_ssa.c with 100% similarity]
src/compiler/nir/nir_validate.c [moved from src/glsl/nir/nir_validate.c with 100% similarity]
src/compiler/nir/nir_vla.h [moved from src/glsl/nir/nir_vla.h with 100% similarity]
src/compiler/nir/nir_worklist.c [moved from src/glsl/nir/nir_worklist.c with 100% similarity]
src/compiler/nir/nir_worklist.h [moved from src/glsl/nir/nir_worklist.h with 100% similarity]
src/compiler/nir/tests/control_flow_tests.cpp [moved from src/glsl/nir/tests/control_flow_tests.cpp with 100% similarity]
src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/nir/tgsi_to_nir.c
src/gallium/auxiliary/nir/tgsi_to_nir.h
src/gallium/drivers/freedreno/Makefile.am
src/gallium/drivers/freedreno/ir3/ir3_nir.h
src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
src/gallium/drivers/vc4/Makefile.am
src/gallium/drivers/vc4/vc4_nir_lower_blend.c
src/gallium/drivers/vc4/vc4_nir_lower_io.c
src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/targets/pipe-loader/Makefile.am
src/gallium/targets/xa/Makefile.am
src/glsl/Android.gen.mk
src/glsl/Makefile.am
src/mesa/Android.libmesa_dricore.mk
src/mesa/Android.libmesa_glsl_utils.mk
src/mesa/Android.libmesa_st_mesa.mk
src/mesa/Makefile.sources
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_nir.c
src/mesa/drivers/dri/i965/brw_nir.h
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/intel_asm_annotation.c
src/mesa/drivers/dri/i965/intel_screen.c
src/mesa/program/Android.mk
src/mesa/program/prog_to_nir.c