intel: Rename files with gen_ prefix in common code to intel_

Changes in this patch include:
- Rename all files in src/intel/common path
- Update the filenames used in source and build files

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/9413>
This commit is contained in:
Anuj Phogat
2021-03-03 13:20:06 -08:00
committed by Marge Bot
parent b9e9f92f73
commit 733b0ee8cb
65 changed files with 151 additions and 151 deletions

View File

@@ -30,8 +30,8 @@
#include "vk_util.h"
#include "util/fast_idiv_by_const.h"
#include "common/gen_aux_map.h"
#include "common/gen_l3_config.h"
#include "common/intel_aux_map.h"
#include "common/intel_l3_config.h"
#include "genxml/gen_macros.h"
#include "genxml/genX_pack.h"