intel/compiler: Make fs_builder include fs_visitor and not the other way

This will allow fs_builder have a reference to an fs_visitor (a
"fs_shader" really), instead of a reference to a backend_shader.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26323>
This commit is contained in:
Caio Oliveira 2023-11-21 09:58:55 -08:00 committed by Marge Bot
parent f5032c4d52
commit cf730adc58
17 changed files with 16 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#include "brw_eu.h"
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_fs_live_variables.h"
#include "brw_nir.h"
#include "brw_vec4_gs_visitor.h"

View file

@ -30,7 +30,6 @@
#include "brw_shader.h"
#include "brw_ir_fs.h"
#include "brw_fs_builder.h"
#include "brw_fs_live_variables.h"
#include "brw_ir_performance.h"
#include "compiler/nir/nir.h"

View file

@ -28,6 +28,7 @@
#include "brw_ir_fs.h"
#include "brw_shader.h"
#include "brw_eu.h"
#include "brw_fs.h"
namespace brw {
/**

View file

@ -35,6 +35,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
#include "util/half_float.h"

View file

@ -22,6 +22,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
/** @file brw_fs_cse.cpp

View file

@ -22,6 +22,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_nir.h"
#include "brw_eu.h"
#include "nir.h"

View file

@ -27,6 +27,7 @@
#include "brw_eu.h"
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
#include "util/set.h"
#include "util/register_allocate.h"

View file

@ -55,6 +55,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;

View file

@ -22,6 +22,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
/** @file brw_fs_sel_peephole.cpp

View file

@ -22,6 +22,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_builder.h"
using namespace brw;

View file

@ -29,6 +29,7 @@
*/
#include "brw_eu.h"
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_nir.h"
#include "compiler/glsl_types.h"

View file

@ -27,6 +27,7 @@
#include "brw_eu.h"
#include "brw_fs.h"
#include "brw_fs_builder.h"
using namespace brw;

View file

@ -23,6 +23,7 @@
#include <gtest/gtest.h>
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;

View file

@ -23,6 +23,7 @@
#include <gtest/gtest.h>
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;

View file

@ -23,6 +23,7 @@
#include <gtest/gtest.h>
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;

View file

@ -23,6 +23,7 @@
#include <gtest/gtest.h>
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;

View file

@ -5,6 +5,7 @@
#include <gtest/gtest.h>
#include "brw_fs.h"
#include "brw_fs_builder.h"
#include "brw_cfg.h"
using namespace brw;