intel/vec4: Remove all support for Gen8+ [v2]
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 22 Sep 2020 20:09:56 +0000 (13:09 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 28 Sep 2020 18:43:10 +0000 (11:43 -0700)
commit2a49007411bb6617be8409f1adf557a6be4970ac
tree53e98f6a1fc7aeef936c2b91440c77f82d50304d
parent60e1d0f028638b2f10f97b38bddbf2a46e578ca2
intel/vec4: Remove all support for Gen8+ [v2]

v2: Restore the gen == 10 hunk in brw_compile_vs (around line 2940).
This function is also used for scalar VS compiles.  Squash in:

    intel/vec4: Reindent after removing Gen8+ support
    intel/vec4: Silence unused parameter warning in try_immediate_source

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> [v1]
Reviewed-by: Matt Turner <mattst88@gmail.com> [v1]
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> [v1]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6826>
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4.h
src/intel/compiler/brw_vec4_copy_propagation.cpp
src/intel/compiler/brw_vec4_generator.cpp
src/intel/compiler/brw_vec4_gs_visitor.cpp
src/intel/compiler/brw_vec4_nir.cpp
src/intel/compiler/brw_vec4_surface_builder.cpp
src/intel/compiler/brw_vec4_visitor.cpp