panfrost: Add quirks system to cmdstream
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 28 Nov 2019 09:21:06 +0000 (10:21 +0100)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 3 Dec 2019 04:25:04 +0000 (04:25 +0000)
commit6887ff4e79c7cb236c58a326159046a6406d21d5
tree033bb9f431c1a490d9a8cd5f671fb6c75c2c2eab
parentfbd5359a0a6f4b6d220c4cea9020ec4665ed4955
panfrost: Add quirks system to cmdstream

Similarly to how it's already done in the compiler, add a way to express
differences between GPU models that need to be taken into account when
assembling the cmdstream.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
src/gallium/drivers/panfrost/pan_blend_cso.c
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_fragment.c
src/gallium/drivers/panfrost/pan_job.c
src/gallium/drivers/panfrost/pan_screen.c
src/gallium/drivers/panfrost/pan_screen.h
src/panfrost/include/panfrost-quirks.h [new file with mode: 0644]