intel: restore old vertex submit paths for i8xx hardware.
authorDave Airlie <airlied@redhat.com>
Fri, 28 Nov 2008 09:38:47 +0000 (19:38 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 2 Dec 2008 10:31:14 +0000 (20:31 +1000)
commitcd031749a75883a6fbf8fb7bf989b77a7c705819
tree13f62e951d4d2263c4ac500c1a14b997daec1485
parent1e2f57425153d73646fde7c91c16aa5559491556
intel: restore old vertex submit paths for i8xx hardware.

Intel docs state that only 830/845 have VBOs, 855/865 don't. So
lets just not use them on i8xx at all.

This restores the old pre-vbo code and uses it on all 8xx hw.
src/mesa/drivers/dri/i915/intel_render.c
src/mesa/drivers/dri/i915/intel_tris.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_reg.h
src/mesa/drivers/dri/intel/intel_screen.c
src/mesa/drivers/dri/intel/intel_screen.h