mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
i915g: Enable reuse of buffers
This commit is contained in:
parent
dd586078be
commit
c3663bdc35
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ intel_drm_create_screen(struct drm_api *api, int drmFD,
|
|||
idws->base.destroy = intel_drm_winsys_destroy;
|
||||
|
||||
idws->pools.gem = drm_intel_bufmgr_gem_init(idws->fd, idws->max_batch_size);
|
||||
drm_intel_bufmgr_gem_enable_reuse(idws->pools.gem);
|
||||
|
||||
idws->softpipe = FALSE;
|
||||
idws->dump_cmd = debug_get_bool_option("INTEL_DUMP_CMD", FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue