mesa/src/intel/common
Anuj Phogat cd39d3b1ad intel: Rename gen_device prefix in filenames
export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965"
find $SEARCH_PATH -type f -name "gen_device" -exec sh -c 'f="{}"; mv -- "$f" "${f/gen_device/intel_device}"' \;
grep -E "gen_device_info*\.[cph]" -rIl $SEARCH_PATH | xargs sed -ie "s/gen_device_info\(.*\.[cph]\)/intel_device_info\1/g"

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10241>
2021-04-20 20:06:33 +00:00
..
tests intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_aux_map.c intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_aux_map.h intel: Rename GENx keyword to GFXx 2021-04-02 18:33:07 +00:00
intel_batch_decoder.c intel: avoid dumping null cs sampler/binding states 2021-04-07 14:24:08 +00:00
intel_batch_decoder_stub.c intel/common: disable batch decoder on Android platform 2021-03-27 19:26:22 +02:00
intel_buffer_alloc.h intel: Rename "gen_" prefix used in common code to "intel_" 2021-03-10 22:23:51 +00:00
intel_clflush.h intel: Rename "gen_" prefix used in common code to "intel_" 2021-03-10 22:23:51 +00:00
intel_decoder.c intel: Rename gen field in gen_device_info struct to ver 2021-04-02 18:33:07 +00:00
intel_decoder.h intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_defines.h intel: Rename "GEN_" prefix used in common code to "INTEL_" 2021-03-10 22:23:51 +00:00
intel_disasm.c intel: Fix broken alignment due to gen_ prefix renaming 2021-03-10 22:23:51 +00:00
intel_disasm.h intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_gem.c intel: Rename "gen_" prefix used in common code to "intel_" 2021-03-10 22:23:51 +00:00
intel_gem.h intel: Rename "gen_" prefix used in common code to "intel_" 2021-03-10 22:23:51 +00:00
intel_guardband.h intel: Rename Genx keyword to Gfxx 2021-04-02 18:33:07 +00:00
intel_l3_config.c intel: Rename genx keyword to gfxx in source files 2021-04-02 18:33:07 +00:00
intel_l3_config.h intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_measure.c intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
intel_measure.h intel: combine common gather routines in INTEL_MEASURE 2021-02-01 17:24:57 -08:00
intel_sample_positions.c intel: Rename "gen_" prefix used in common code to "intel_" 2021-03-10 22:23:51 +00:00
intel_sample_positions.h intel: Rename GEN_GEN macro to GFX_VER 2021-04-02 18:33:06 +00:00
intel_urb_config.c intel: Rename Genx keyword to Gfxx 2021-04-02 18:33:07 +00:00
intel_uuid.c intel: Fix broken alignment due to gen_ prefix renaming 2021-03-10 22:23:51 +00:00
intel_uuid.h intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00
meson.build intel: Rename genx keyword to gfxx in build files 2021-04-02 18:33:07 +00:00
mi_builder.h intel: Rename gen_device prefix in filenames 2021-04-20 20:06:33 +00:00