iris: Include brw_compiler.h only when needed

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27646>
This commit is contained in:
Caio Oliveira
2024-02-07 22:09:14 -08:00
committed by Marge Bot
parent 376296a8c9
commit ccbccfff91
6 changed files with 5 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
#include "common/intel_aux_map.h"
#include "common/intel_defines.h"
#include "intel/common/intel_gem.h"
#include "intel/compiler/brw_compiler.h"
#include "intel/ds/intel_tracepoints.h"
#include "util/hash_table.h"
#include "util/u_debug.h"

View File

@@ -42,6 +42,7 @@
#include "util/u_upload_mgr.h"
#include "intel/common/intel_l3_config.h"
#include "intel/compiler/brw_compiler.h"
#include "blorp/blorp_genX_exec.h"

View File

@@ -33,7 +33,6 @@
#include "iris_context.h"
#include "iris_resource.h"
#include "iris_screen.h"
#include "intel/compiler/brw_compiler.h"
static bool
iris_is_color_fast_clear_compatible(struct iris_context *ice,

View File

@@ -34,7 +34,7 @@
#include "intel/blorp/blorp.h"
#include "intel/dev/intel_debug.h"
#include "intel/common/intel_l3_config.h"
#include "intel/compiler/brw_compiler.h"
#include "intel/compiler/intel_shader_enums.h"
#include "intel/ds/intel_driver_ds.h"
#include "iris_batch.h"
#include "iris_binder.h"

View File

@@ -36,6 +36,7 @@
#include "util/build_id.h"
#include "util/disk_cache.h"
#include "util/mesa-sha1.h"
#include "intel/compiler/brw_compiler.h"
#include "iris_context.h"

View File

@@ -99,6 +99,7 @@
#include "intel/common/intel_aux_map.h"
#include "intel/common/intel_l3_config.h"
#include "intel/common/intel_sample_positions.h"
#include "intel/compiler/brw_compiler.h"
#include "intel/ds/intel_tracepoints.h"
#include "iris_batch.h"
#include "iris_context.h"