mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
i965: Fix extra return value after winsys rb update refactor.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75172 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
9245206cbf
commit
5bc0b2f432
1 changed files with 1 additions and 1 deletions
|
|
@ -738,7 +738,7 @@ intel_update_winsys_renderbuffer_miptree(struct brw_context *intel,
|
|||
num_samples);
|
||||
if (!multisample_mt) {
|
||||
intel_miptree_release(&singlesample_mt);
|
||||
return NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
irb->need_downsample = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue