aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-231-10/+3
* intel: fix the wrong code to detect null texture.Yuanhan Liu2011-09-231-1/+1
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-1/+1
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-091-2/+1
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-9/+7
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-241-1/+1
* intel: Drop the cpp argument to intel_miptree_create().Eric Anholt2011-06-141-5/+4
* intel: Calculate compress_byte in intel_miptree_create.Eric Anholt2011-06-141-7/+11
* intel: Use the gl_format to get the base_format for miptree create.Eric Anholt2011-06-141-1/+1
* intel: Drop the internal_format field of the mipmap tree.Eric Anholt2011-06-141-7/+3
* intel: Make the intel_miptree_match_image format check more specific.Eric Anholt2011-06-141-8/+1
* intel: Add block alignment for RGTC textures.Eric Anholt2011-06-141-4/+2
* intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt2011-06-141-2/+6
* intel: Fix 2x2 and 1x1 compressed teximages from _mesa_generate_mipmap()Eric Anholt2011-06-141-5/+12
* intel: Add hiz_region to intel_mipmap_treeChad Versace2011-05-251-0/+1
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-7/+10
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-10/+7
* intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt2011-01-051-3/+1
* intel: Improve some of the miptree debugging.Eric Anholt2010-09-241-2/+11
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-251-1/+1
* intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt2010-08-131-0/+1
* 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
|/