aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove unnecessary headers.Vinson Lee2010-06-161-3/+0
* i965: Remove caching of surface state objects.Eric Anholt2010-06-111-13/+0
* intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt2010-05-041-4/+3
* intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg2010-03-221-0/+2
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-73/+11
* intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt2010-03-171-11/+2
* intel: Remove level_offset now that it's unused.Eric Anholt2010-03-171-3/+2
* i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt2010-03-161-1/+2
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-2/+1
* i915: Don't do the pitch expansion for tiled buffers.Eric Anholt2010-03-031-4/+4
* intel: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-1/+1
* intel: Remove non-GEM support.Eric Anholt2009-11-191-10/+6
* intel: Finish removing the fallback code for bug #16697.Eric Anholt2009-11-061-6/+2
* intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt2009-11-061-2/+3
* Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-061-1/+1
* Merge branch 'texformat-rework'Brian Paul2009-10-281-3/+5
|\
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-2/+4
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
| * mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-1/+3
|\ \
| * | intel: Fix memory leak in event of mip tree allocation failureVinson Lee2009-10-281-1/+3
* | | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-69/+60
|\| |
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-78/+59
* | | 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