diff options
author | Chia-I Wu <[email protected]> | 2013-06-06 02:41:21 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-06-07 11:28:20 +0800 |
commit | 27804b2fc705bdcd3ff3d4ffd12534bc42f70805 (patch) | |
tree | e4d190f229b929d3963651fac74186fcde881f14 /src/gallium/drivers/ilo/ilo_screen.c | |
parent | 20d23b227500566d4a2b6db791619d476fe3b078 (diff) |
ilo: enable bo reuse
This magical line of code must have got lost at some point in the history...
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c index 9e95bb947c3..82b98a04c16 100644 --- a/src/gallium/drivers/ilo/ilo_screen.c +++ b/src/gallium/drivers/ilo/ilo_screen.c @@ -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); |