meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 17 Apr 2020 19:18:35 +0000 (14:18 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 22 Apr 2020 03:02:23 +0000 (03:02 +0000)
commitf1a12d6855cbbf4fc337df6f299c006b14f3435e
tree654fddd85af750cd309da9dbba95d56a6895303b
parentc6244f9311d0aefc806a0fa14785b3de78312bba
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta

i965 is the only driver that ever linked to this code and it's been
doing it in BLORP for a long time now.  The only possible case where it
would have fallen back to meta was for depth/stencil but that should
have ended starting with 6cec618e82aa2.  Rip out the dead code.

Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4622>
src/mesa/drivers/common/meta.h
src/mesa/drivers/common/meta_blit.c
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/gen6_multisample_state.c
src/mesa/main/mtypes.h