summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
AgeCommit message (Expand)Author
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-05intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-17intel: Remove level_offset now that it's unused.Eric Anholt
2009-11-06intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt
2009-07-13i965: add support for new chipsetsXiang, Haihao
2009-06-23i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-02-21intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt
2008-03-18[intel] Clarify miptree layout by using byte offsets to images.Eric Anholt
2008-02-14Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg
2007-12-28Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes.Roland Scheidegger
2007-12-18[Intel] Centralize mipmap pitch computations.Keith Packard
2007-12-16[965] Move to using shared texture management code.Eric Anholt
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt