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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user