mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 10:58:08 +02:00
These calls were missing error-handling, but all the pieces to do so are
already in place. Let's report the errors as appropriate.
Fixes:
|
||
|---|---|---|
| .. | ||
| panvk_cmd_buffer.h | ||
| panvk_event.h | ||
| panvk_queue.h | ||
| panvk_vX_cmd_buffer.c | ||
| panvk_vX_cmd_dispatch.c | ||
| panvk_vX_cmd_draw.c | ||
| panvk_vX_cmd_event.c | ||
| panvk_vX_event.c | ||
| panvk_vX_queue.c | ||