mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
i915g: Map vertex buffers via gtt
This commit is contained in:
parent
530fbd314e
commit
3833587818
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ intel_drm_buffer_create(struct intel_winsys *iws,
|
|||
} else if (type == INTEL_NEW_VERTEX) {
|
||||
name = "gallium3d_vertex";
|
||||
pool = idws->pools.gem;
|
||||
buf->map_gtt = TRUE;
|
||||
} else if (type == INTEL_NEW_SCANOUT) {
|
||||
name = "gallium3d_scanout";
|
||||
pool = idws->pools.gem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue