Files
mesa/src/intel/perf
Anuj Phogat 1d296484b4 intel: Rename Genx keyword to Gfxx
Commands used to do the changes:
export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965"
grep -E "Gen[[:digit:]]+" -rIl $SEARCH_PATH | xargs sed -ie "s/Gen\([[:digit:]]\+\)/Gfx\1/g"

Exclude changes in src/intel/perf/oa-*.xml:
find src/intel/perf -type f \( -name "*.xml" \) | xargs sed -ie "s/Gfx/Gen/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/9936>
2021-04-02 18:33:07 +00:00
..
2021-04-02 18:33:07 +00:00
2021-04-02 18:33:07 +00:00
2021-04-02 18:33:07 +00:00
2021-02-22 13:49:53 +02:00
2021-02-22 13:49:53 +02:00
2021-02-02 13:25:55 +00:00
2021-02-02 13:25:55 +00:00
2021-02-02 13:25:55 +00:00