Mesa (main): intel/fs,vec4: Drop support for shader time

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 10 21:36:56 UTC 2021


Module: Mesa
Branch: main
Commit: 4fa58d27a58607b55c1d44566153b78a598b3684
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fa58d27a58607b55c1d44566153b78a598b3684

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Fri Dec  3 21:55:56 2021 -0600

intel/fs,vec4: Drop support for shader time

Reviewed-by: Caio Oliveira <caio.oliveira at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14056>

---

 src/gallium/drivers/crocus/crocus_program.c        |   6 +-
 src/gallium/drivers/iris/iris_program.c            |   6 +-
 src/intel/compiler/brw_compiler.h                  |  22 ----
 src/intel/compiler/brw_eu.h                        |   4 -
 src/intel/compiler/brw_eu_defines.h                |   2 -
 src/intel/compiler/brw_eu_emit.c                   |  49 -------
 src/intel/compiler/brw_fs.cpp                      | 143 +--------------------
 src/intel/compiler/brw_fs.h                        |  15 ---
 src/intel/compiler/brw_fs_generator.cpp            |  45 -------
 src/intel/compiler/brw_fs_visitor.cpp              |   4 -
 src/intel/compiler/brw_mesh.cpp                    |   4 +-
 src/intel/compiler/brw_shader.cpp                  |   8 +-
 src/intel/compiler/brw_vec4.cpp                    |  73 -----------
 src/intel/compiler/brw_vec4.h                      |   7 -
 src/intel/compiler/brw_vec4_generator.cpp          |   6 -
 src/intel/compiler/brw_vec4_gs_visitor.cpp         |  14 +-
 src/intel/compiler/brw_vec4_gs_visitor.h           |   1 -
 src/intel/compiler/brw_vec4_tcs.cpp                |  13 +-
 src/intel/compiler/brw_vec4_tcs.h                  |   1 -
 src/intel/compiler/brw_vec4_tes.cpp                |   9 +-
 src/intel/compiler/brw_vec4_tes.h                  |   1 -
 src/intel/compiler/brw_vec4_visitor.cpp            |   2 -
 src/intel/compiler/brw_vec4_vs.h                   |   1 -
 src/intel/compiler/brw_vec4_vs_visitor.cpp         |  10 +-
 src/intel/compiler/gfx6_gs_visitor.h               |   3 +-
 src/intel/compiler/test_fs_cmod_propagation.cpp    |   2 +-
 src/intel/compiler/test_fs_copy_propagation.cpp    |   2 +-
 .../compiler/test_fs_saturate_propagation.cpp      |   2 +-
 src/intel/compiler/test_fs_scoreboard.cpp          |   2 +-
 src/intel/compiler/test_vec4_cmod_propagation.cpp  |   2 +-
 src/intel/compiler/test_vec4_copy_propagation.cpp  |   2 +-
 .../compiler/test_vec4_dead_code_eliminate.cpp     |   2 +-
 src/intel/compiler/test_vec4_register_coalesce.cpp |   2 +-
 src/intel/dev/intel_debug.c                        |   1 -
 src/intel/dev/intel_debug.h                        |   4 +-
 src/intel/vulkan/anv_pipeline.c                    |   6 +-
 36 files changed, 37 insertions(+), 439 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=4fa58d27a58607b55c1d44566153b78a598b3684


More information about the mesa-commit mailing list