i965: Disable the interleaved vertex optimization when instancing
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 7 Jun 2017 03:58:31 +0000 (20:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jun 2017 01:15:05 +0000 (18:15 -0700)
commitb3569e74451e3b913a2f3b327db430edbcd8f42e
tree398c38240947722327efd7f5c29237794217ca0f
parent7175561598b1dedc0a9f872237061ca3bec42a1f
i965: Disable the interleaved vertex optimization when instancing

Instance divisor is a property of the vertex buffer and not the vertex
element so if we ever see anything other than 0, bail.

Cc: "17.1" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/mesa/drivers/dri/i965/brw_draw_upload.c