panfrost/midgard: Fix RA when temp_count = 0
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Fri, 3 May 2019 02:50:16 +0000 (02:50 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 4 May 2019 19:08:51 +0000 (19:08 +0000)
commit58a1e1f86c3b1ee54bedacc873d403ba4813f574
treef9bf520d84ba1617e292e085fb3d8ae685583cb5
parent3d7874c6999967104dab66b181d8ba956cc46e7d
panfrost/midgard: Fix RA when temp_count = 0

A previous commit by Tomeu aborted RA early, which solves the memory
corruption issue, but then generates an incorrect compile. This fixes
that.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/ci/expected-failures.txt
src/gallium/drivers/panfrost/midgard/midgard_compile.c