mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
ilo: enable bo reuse
This magical line of code must have got lost at some point in the history...
This commit is contained in:
parent
20d23b2275
commit
27804b2fc7
1 changed files with 2 additions and 0 deletions
|
|
@ -715,6 +715,8 @@ ilo_screen_create(struct intel_winsys *ws)
|
|||
|
||||
is->winsys = ws;
|
||||
|
||||
is->winsys->enable_reuse(is->winsys);
|
||||
|
||||
info = is->winsys->get_info(is->winsys);
|
||||
if (!init_dev(&is->dev, info)) {
|
||||
FREE(is);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue