panfrost: Handle RGB16F colour clear
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 31 Dec 2019 22:52:03 +0000 (17:52 -0500)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 2 Jan 2020 20:20:55 +0000 (15:20 -0500)
commit1b86e0927d4c829209a6134223b0ca5aff771c8d
tree26f4e342a6ff176f9bb932d604b6afa7c2fc254e
parent829f338a592c711f3f588afea148db66c8b108c0
panfrost: Handle RGB16F colour clear

We don't handle this format yet, but we will soon, and the abort in
pan_pack_color is possible even without exposing the format... Handling
this gracefully might not be required by the spec but let's not crash.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_job.c