Re: [Mesa-dev] [PATCH 4/6] panfrost: Make the sysval logic more generic

2019-06-17 Thread Alyssa Rosenzweig
Reviewed-by, thank you! signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 4/6] panfrost: Make the sysval logic more generic

2019-06-17 Thread Boris Brezillon
We are about to add support for nir_texop_txs which requires adding a sysval/uniform containing the texture size. Let's change the emit_sysval_read() prototype to take a nir_instr object instead of a nir_intrinsic_instr one so we can re-use this function when emitting a sysval for a txs instruction