etnaviv: Add util_blitter_save_so_targets(..) call
We do not support stream outputs yet so be better at faking it. Fixes the following assertion when running deqp-gles3: u_blitter.c:635: blitter_check_saved_vertex_states: Assertion `!ctx->has_stream_out || ctx->base.saved_num_so_targets != ~0u' failed Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22754>
This commit is contained in:

committed by
Marge Bot

parent
db6f94f2c4
commit
edfc9d9d96
@@ -67,6 +67,9 @@ etna_blit_save_state(struct etna_context *ctx)
|
||||
ctx->num_fragment_samplers, (void **)ctx->sampler);
|
||||
util_blitter_save_fragment_sampler_views(ctx->blitter,
|
||||
ctx->num_fragment_sampler_views, ctx->sampler_view);
|
||||
|
||||
if (DBG_ENABLED(ETNA_DBG_DEQP))
|
||||
util_blitter_save_so_targets(ctx->blitter, 0, NULL);
|
||||
}
|
||||
|
||||
uint64_t
|
||||
|
Reference in New Issue
Block a user