mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
svga: Silence warning
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
4a605293b2
commit
f700370946
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ vmw_swc_region_relocation(struct svga_winsys_context *swc,
|
|||
ret = pb_validate_add_buffer(vswc->validate, reloc->buffer, translated_flags);
|
||||
/* TODO: Update pipebuffer to reserve buffers and not fail here */
|
||||
assert(ret == PIPE_OK);
|
||||
(void)ret;
|
||||
|
||||
/*
|
||||
* Flush preemptively the FIFO commands to keep the GMR working set within
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue