intel: Add support for ARB_draw_elements_base_vertex.
authorEric Anholt <eric@anholt.net>
Thu, 27 Aug 2009 21:59:19 +0000 (14:59 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 8 Sep 2009 22:12:22 +0000 (15:12 -0700)
commitf959ccdfa6c8accd74b6e33040b716645f0a7057
tree9be953822b726e1ed230104b6b1db024aea34be9
parent92d7ed8a20d4a018ce5324e6537ae7b478b9e5bf
intel: Add support for ARB_draw_elements_base_vertex.

On the 965, we just drop the value into the primitive packet.  On non-945,
we rely on the sw tnl code handling it.
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/intel/intel_extensions.c