cso: add a base class cso_context_base holding pipe_context*
authorMarek Olšák <marek.olsak@amd.com>
Sun, 27 Nov 2022 16:01:58 +0000 (11:01 -0500)
committerMarge Bot <emma+marge@anholt.net>
Sun, 11 Dec 2022 14:37:27 +0000 (14:37 +0000)
commit85f01982a08a2d92a851b40db6aa0a1f852447cb
tree366bdfab3facca088c67546417a0adaa96b1fb4f
parent37e89b41f1fdd2ef281fca39412222f25bf340af
cso: add a base class cso_context_base holding pipe_context*

We'll add more stuff there. The first change is that we need pipe_context*
there.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20025>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h