mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
d8f9a05f32
commit
c773898f39
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Reference in a new issue