panfrost: Use common state emit for compute jobs
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 19 Apr 2022 14:09:28 +0000 (10:09 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 26 Apr 2022 14:56:23 +0000 (14:56 +0000)
commitcb14c639eb4b8750dd03212b9315996b333d04c8
treed58ef1fecf0b6daed5becf7c85ed5cb94b3561c1
parent7ad159aab2fc3874194636ec60bd7c846ba51d83
panfrost: Use common state emit for compute jobs

This reduces the "specialness" of the Bifrost compute job emit path. It's not
useful in its own right since we currently put compute jobs in their own batch.
This could be optimized.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16035>
src/gallium/drivers/panfrost/pan_cmdstream.c