i915g: Map vertex buffers via gtt

This commit is contained in:
Jakob Bornecrantz 2009-09-08 20:51:02 +01:00 committed by Jakob Bornecrantz
parent 530fbd314e
commit 3833587818

View file

@ -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;