[Mesa-dev] [PATCH 0/5] vc5 prep touching common code

Eric Anholt eric at anholt.net
Tue Sep 19 18:06:07 UTC 2017


Here are a few little patches in my vc5 series -- a couple of required
ones, and a couple of cleanups from the vc5 and bcmv work.  The
remainder of vc5 I think I have the necessary acks to merge (airlied
and danvet).

Eric Anholt (5):
  intel/genxml: Convert a not-present-or-"1" dict to a set.
  gallium: Weaken assertion about u_mm's align2 field.
  anv: Fix some comment typos.
  nir: Move vc4's alpha test lowering to core NIR.
  configure: Add the new "vc5" driver to the list, requiring a
    simulator.

 configure.ac                                  |  15 +++-
 src/Makefile.am                               |   2 +-
 src/compiler/Makefile.sources                 |   1 +
 src/compiler/nir/nir.h                        |   2 +
 src/compiler/nir/nir_builder.h                |  25 ++++++
 src/compiler/nir/nir_lower_alpha_test.c       | 111 ++++++++++++++++++++++++++
 src/compiler/shader_enums.h                   |  17 ++++
 src/gallium/auxiliary/util/u_mm.c             |   5 +-
 src/gallium/drivers/vc4/vc4_nir_lower_blend.c |  50 ------------
 src/gallium/drivers/vc4/vc4_program.c         |  15 +++-
 src/gallium/drivers/vc4/vc4_qir.h             |   1 -
 src/intel/genxml/gen_pack_header.py           |   5 +-
 src/intel/vulkan/anv_private.h                |   6 +-
 13 files changed, 192 insertions(+), 63 deletions(-)
 create mode 100644 src/compiler/nir/nir_lower_alpha_test.c

-- 
2.14.1



More information about the mesa-dev mailing list