Skip to content

etnaviv: Don't init the blitter in compute-only contexts

Tomeu Vizoso requested to merge tomeu/mesa:etnaviv-compute-only into main

What does this MR do and why?

etnaviv: Don't init the blitter in compute-only contexts

Otherwise, we hit this assertion:

etna_vertex_elements_state_create: Assertion `buffer_idx < screen->specs.stream_count' failed.

As specs.stream_count can be zero in GPUs that are compute only.

Merge request reports