iris,crocus,i915g: Don't stub flush_frontbuffer
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 22 Feb 2022 14:49:32 +0000 (09:49 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 23 Feb 2022 19:49:54 +0000 (19:49 +0000)
commitd986731da97ed1013c071d2acdffde4301c56560
treedd2279c16a795e473f8c6bad297679dfd3751269
parent51689a2b80b4daf5e78532304df311be8e627715
iris,crocus,i915g: Don't stub flush_frontbuffer

This callback is only intended for software rasterizers, layered drivers, and
other special drivers that go through the software winsys path. Remove the
unimplemented stubs from the Intel drivers.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Dave Airlie <airlied@redhat.com> [crocus]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15118>
src/gallium/drivers/crocus/crocus_screen.c
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/iris/iris_screen.c