intel/fs: Drop the fs_surface_builder
All of the actual abstraction (except possibly setting size_written) happens as part of the logical opcodes. The only thing that the surface builder is providing at this point is extra levels of functions to call through. I'm going to be adding bindless image support soon and all the extra abstraction here is just getting in the way. Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
This commit is contained in:
@@ -69,8 +69,6 @@ COMPILER_FILES = \
|
||||
compiler/brw_fs_register_coalesce.cpp \
|
||||
compiler/brw_fs_saturate_propagation.cpp \
|
||||
compiler/brw_fs_sel_peephole.cpp \
|
||||
compiler/brw_fs_surface_builder.cpp \
|
||||
compiler/brw_fs_surface_builder.h \
|
||||
compiler/brw_fs_validate.cpp \
|
||||
compiler/brw_fs_visitor.cpp \
|
||||
compiler/brw_inst.h \
|
||||
|
||||
Reference in New Issue
Block a user