summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/i915_tex_layout.c
AgeCommit message (Expand)Author
2007-05-22unbreak 3d textures (typo when setting tex layout)Roland Scheidegger
2007-05-19fix miptree layout (i915) for small compressed mipmapsRoland Scheidegger
2007-03-07i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout.Michel Dänzer
2007-02-24Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian
2006-12-14Avoid failing assertion in intel_miptree_set_image_offset() with cube maps.Michel Dänzer
2006-12-14Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell