summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-02-11 16:11:35 -0600
committerJason Ekstrand <[email protected]>2019-02-28 16:58:20 -0600
commit9d437f948201abc56ef8be349012babe37ccfbe4 (patch)
treed7617be216878a3123eeca71f17ca89fc4fc906c /src/intel/Makefile.sources
parent494a0543e62be59be3a56ca21990eb9eff5ac668 (diff)
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 <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 94a28d370e8..a5c8828a6b6 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -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 \