summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
* intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
* intel: code clean-upsBrian Paul2009-10-121-4/+5
* intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-121-35/+26
* i965: Fix massive memory allocation for streaming texture usage.Eric Anholt2009-09-301-0/+16
* i965: add support for new chipsetsXiang, Haihao2009-07-131-8/+18
* intel: Avoid pointer arithmetic on void *.Eric Anholt2009-06-301-1/+1
* i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt2009-06-231-2/+3
* i965: Fix packed depth/stencil textures to be Y-tiled as well.Eric Anholt2009-06-231-1/+2
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-7/+22
* intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-231-1/+1
* i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt2009-06-171-3/+7
* intel: Add support for tiled textures.Eric Anholt2009-06-041-6/+23
* i965: improve debug loggingRobert Ellison2009-05-081-2/+4
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-2/+4
* intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock2008-12-141-1/+1
* intel: check for null texture. (fix #13902)Xiang, Haihao2008-12-121-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-2/+5
* fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet2008-08-181-3/+3
* intel: fix texture border issue. (bug #16697)Xiang, Haihao2008-07-181-1/+4
* intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao2008-04-301-0/+5
* [intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2008-03-181-8/+14
* intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao2008-03-171-1/+1
* intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao2008-03-171-2/+4
* [intel] Silence unused variable warning when compiling for i965.Kristian Høgsberg2008-03-031-0/+3
* [intel] fix compressed image heightZou Nan hai2008-02-281-1/+1
* [i915] fix texture size exceed limit case when running celestiaZou Nan hai2008-02-261-1/+3
* [intel] fix random ut2004 crash on some machine, for cubemap textures,Zou Nan hai2008-02-251-3/+7
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-141-17/+76
* Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes.Roland Scheidegger2007-12-281-3/+3
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-1/+1
* [Intel] Centralize mipmap pitch computations.Keith Packard2007-12-181-30/+51
* [i915] Fix missing symbol from 965 changes.Eric Anholt2007-12-161-0/+1
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-18/+8
* [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer.Eric Anholt2007-12-151-27/+32
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-6/+6
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+388