summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-28intel: Fix memory leak in event of mip tree allocation failureVinson Lee1-1/+3
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt1-78/+59
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt1-0/+16
2009-07-13i965: add support for new chipsetsXiang, Haihao1-8/+18
2009-06-30intel: Avoid pointer arithmetic on void *.Eric Anholt1-1/+1
2009-06-23i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt1-2/+3
2009-06-23i965: Fix packed depth/stencil textures to be Y-tiled as well.Eric Anholt1-1/+2
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt1-7/+22
2009-06-23intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt1-1/+1
2009-06-17i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt1-3/+7
2009-06-04intel: Add support for tiled textures.Eric Anholt1-6/+23
2009-05-08i965: improve debug loggingRobert Ellison1-2/+4
2009-02-21intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt1-2/+4
2008-12-14intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock1-1/+1
2008-12-12intel: check for null texture. (fix #13902)Xiang, Haihao1-2/+2
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-09-12intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt1-2/+5
2008-08-18fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet1-3/+3
2008-07-18intel: fix texture border issue. (bug #16697)Xiang, Haihao1-1/+4
2008-04-30intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao1-0/+5
2008-03-18[intel] Clarify miptree layout by using byte offsets to images.Eric Anholt1-8/+14
2008-03-17intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao1-1/+1
2008-03-17intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao1-2/+4
2008-03-03[intel] Silence unused variable warning when compiling for i965.Kristian Høgsberg1-0/+3
2008-02-28[intel] fix compressed image heightZou Nan hai1-1/+1
2008-02-26 [i915] fix texture size exceed limit case when running celestiaZou Nan hai1-1/+3
2008-02-25 [intel] fix random ut2004 crash on some machine, for cubemap textures,Zou Nan hai1-3/+7
2008-02-14Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg1-17/+76
2007-12-28Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes.Roland Scheidegger1-3/+3
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-1/+1
2007-12-18[Intel] Centralize mipmap pitch computations.Keith Packard1-30/+51
2007-12-16[i915] Fix missing symbol from 965 changes.Eric Anholt1-0/+1
2007-12-16[965] Move to using shared texture management code.Eric Anholt1-18/+8
2007-12-15[intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer.Eric Anholt1-27/+32
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-6/+6
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+388