summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_tex_validate.c
AgeCommit message (Collapse)Author
2007-01-09intel_finalize_mipmap_tree: Only flush batchbuffer when necessary.Michel Dänzer
2006-12-14intel_finalize_mipmap_tree: Add more conditions for rebuilding mipmap trees.Michel Dänzer
These are taken from the i965 driver and fix corruption of some mipmap levels under some circumsances with 945 chipsets at least. Also flush the batchbuffer after copying data between trees, or some apps fail an assertion elsewhere.
2006-11-10Fix up texture compression at least Get and TexImage, not too sure aboutDave Airlie
how to fix SubTexImage with compressed textures
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell