freedreno: Stop reporting max_const in shader-db.
authorEric Anholt <eric@anholt.net>
Wed, 5 Jun 2019 22:00:57 +0000 (15:00 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 22 Jun 2019 00:14:43 +0000 (17:14 -0700)
commit23a7feda6310fa2d87ec94939c743f1aa133048b
treed795c57045f910b6b5aa7b458cd069b5a1ce0d81
parentee2e1e85d4df83efeae0c2f47a1eb44da2a088a1
freedreno: Stop reporting max_const in shader-db.

We end up uploading constlen regardless, so max_const would only get
you slightly improved granularity in const usage in comparison.

Reviewed-by: Rob Clark <robdclark@gmail.com>
src/freedreno/ir3/ir3_shader.c
src/gallium/drivers/freedreno/ir3/ir3_gallium.c