panfrost: Clamp point size
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 10 Jul 2019 18:30:00 +0000 (11:30 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 10 Jul 2019 18:30:00 +0000 (11:30 -0700)
commitbb483a91663f663fac33879491dfb62b87fce3b1
tree5fbb152218e43081877114e9408a68e19462ad4d
parent7318b525a2e5fab41c8e4bf6945c58fcf7eff81f
panfrost: Clamp point size

It's not clear the hardware really has a maximum which confuses dEQP;
clamp to whatever we report as our maximum.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/expected-failures.txt
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/nir/nir_clamp_psiz.c [new file with mode: 0644]
src/gallium/drivers/panfrost/pan_screen.c
src/panfrost/midgard/compiler.h
src/panfrost/midgard/midgard_compile.c