summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_buffer_objects.c
AgeCommit message (Collapse)Author
2007-02-19i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom
With current memory preferences, vbos ended up in AGP space where reading from them got a bit slow. Make sure buffer objects are initially created in system memory.
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell