intel: Split gen_device_info out into libintel_dev
Split out the device info so isl doesn't depend on intel/common. Now it will depend on the new intel/dev device info lib. This will allow the decoder in intel/common to use isl, allowing us to apply Ken's patch that removes the genxml duplication of surface formats. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define BRW_COMPILER_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include "common/gen_device_info.h"
|
||||
#include "dev/gen_device_info.h"
|
||||
#include "main/macros.h"
|
||||
#include "util/ralloc.h"
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
|
||||
#include "brw_eu_defines.h"
|
||||
#include "brw_reg_type.h"
|
||||
#include "common/gen_device_info.h"
|
||||
#include "dev/gen_device_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "brw_reg.h"
|
||||
#include "brw_eu_defines.h"
|
||||
#include "common/gen_device_info.h"
|
||||
#include "dev/gen_device_info.h"
|
||||
|
||||
#define INVALID (-1)
|
||||
|
||||
|
Reference in New Issue
Block a user