gallium: plumb resolve attachments through from frontends -> pipe_framebuffer_state
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 19 Sep 2022 17:16:45 +0000 (13:16 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 15 Feb 2023 18:06:16 +0000 (18:06 +0000)
commitf5bde99cbdd208916795dc463663ddd97428ecc1
tree064222c6eda86ce6aad86fa8b09fbd37f9a532b1
parent073cced86810513b785322f67c10ecf7ff5ebfaa
gallium: plumb resolve attachments through from frontends -> pipe_framebuffer_state

some drivers may find this useful

Reviewed-by: Adam Jackson <ajax@redhat.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18695>
15 files changed:
src/gallium/auxiliary/hud/hud_context.c
src/gallium/auxiliary/util/u_blitter.c
src/gallium/auxiliary/util/u_framebuffer.c
src/gallium/auxiliary/util/u_threaded_context.c
src/gallium/drivers/zink/zink_clear.c
src/gallium/frontends/dri/dri_drawable.c
src/gallium/frontends/glx/xlib/xm_st.c
src/gallium/frontends/hgl/hgl.c
src/gallium/frontends/osmesa/osmesa.c
src/gallium/frontends/wgl/stw_st.c
src/gallium/include/frontend/api.h
src/gallium/include/pipe/p_state.h
src/mesa/main/mtypes.h
src/mesa/state_tracker/st_atom_framebuffer.c
src/mesa/state_tracker/st_manager.c