summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_tex_layout.c
AgeCommit message (Expand)Author
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-05i915: Fix build for previous commit.Eric Anholt
2010-04-29i965: Fix cube map layouts on Ironlake.Eric Anholt
2010-04-13i915: Fix comments about cube layoutsJakob Bornecrantz
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-05-15i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson
2009-05-15i915: Only use the new 945 cube layout for compressed textures.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-03-18[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt
2008-03-18[i915] Add comments about how cube texture layout works.Eric Anholt
2008-03-18[i915] Move miptree layout code into separate functions per target.Eric Anholt
2008-03-18[945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt
2007-12-18[Intel] Centralize mipmap pitch computations.Keith Packard
2007-09-24Move i915tex driver into place as just i915.Eric Anholt