summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_screen.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-11-28 19:38:47 +1000
committerDave Airlie <airlied@redhat.com>2008-12-02 20:31:14 +1000
commitcd031749a75883a6fbf8fb7bf989b77a7c705819 (patch)
tree13f62e951d4d2263c4ac500c1a14b997daec1485 /src/mesa/drivers/dri/intel/intel_screen.h
parent1e2f57425153d73646fde7c91c16aa5559491556 (diff)
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.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_screen.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_screen.h b/src/mesa/drivers/dri/intel/intel_screen.h
index fc913da5bf..91f0d6d1ae 100644
--- a/src/mesa/drivers/dri/intel/intel_screen.h
+++ b/src/mesa/drivers/dri/intel/intel_screen.h
@@ -77,6 +77,7 @@ typedef struct
GLboolean no_hw;
+ GLboolean no_vbo;
int ttm;
dri_bufmgr *bufmgr;