summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_tex_image.c
AgeCommit message (Collapse)Author
2007-06-05i915tex: Better attempt to release miptree when overriding texture image.Michel Dänzer
The previous approach could lead to crashes in FBO code that dereferences the miptree struct pointer unconditionally.
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
Only build tested for I830 generation.
2007-04-09i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer
2006-11-21blend, logicop changes for intelEmitCopyBlit backported to i915Keith Whitwell
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