intel/compiler: Rename brw_gfx_ver_enum.h to intel_gfx_ver_enum.h
Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27644>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "brw_eu_defines.h"
|
||||
#include "brw_eu.h"
|
||||
#include "brw_shader.h"
|
||||
#include "brw_gfx_ver_enum.h"
|
||||
#include "intel_gfx_ver_enum.h"
|
||||
#include "dev/intel_debug.h"
|
||||
|
||||
#include "util/u_debug.h"
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef BRW_GFX_VER_ENUM_H
|
||||
#define BRW_GFX_VER_ENUM_H
|
||||
#ifndef INTEL_GFX_VER_ENUM_H
|
||||
#define INTEL_GFX_VER_ENUM_H
|
||||
|
||||
#include "util/macros.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
Reference in New Issue
Block a user