aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Support mapping multisample miptreesChad Versace2012-08-071-0/+18
* intel: Allocate miptree for multisample DRI2 buffersChad Versace2012-08-071-0/+59
* intel: Update stale comment for intel_miptree_slice::mapChad Versace2012-08-071-2/+2
* intel: Fix build broken by ETC1 patchChad Versace2012-07-161-0/+12
* intel: Enable GL_OES_compressed_ETC1_RGB8_textureChad Versace2012-07-161-0/+3
* i965/msaa: Allocate MCS buffer when CMS MSAA is in use.Paul Berry2012-07-111-0/+14
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-111-9/+39
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-0/+4
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-251-1/+22
* i965/gen6+: Add support for fast depth clears.Eric Anholt2012-05-231-0/+5
* i965: Add an interface for doing hiz ops from C code.Eric Anholt2012-05-231-0/+15
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-3/+7
* intel: Add extern "C" declarations to headersPaul Berry2012-05-101-0/+8
* i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt2011-12-191-1/+1
* intel: Stop creating the wrapped stencil irb.Eric Anholt2011-12-191-2/+1
* intel: Move S8 width/height alignment to miptree creation.Eric Anholt2011-12-141-2/+0
* intel: Update comment about how depth/stencil miptrees are handled.Eric Anholt2011-12-071-6/+18
* intel: Add support for LLC-cached reads of X-tiled miptrees using a blit.Eric Anholt2011-12-071-0/+2
* intel: Make mapping of texture slices track the region of interest.Eric Anholt2011-12-071-0/+19
* intel: Move the teximage mapping logic to a miptree level/slice mapping.Eric Anholt2011-12-071-0/+19
* intel: Store miptree alignment units in the miptreeChad Versace2011-11-221-0/+7
* intel: Add resolve functions for miptreesChad Versace2011-11-221-0/+57
* intel: Add field intel_mipmap_tree::hiz_mapChad Versace2011-11-221-0/+13
* intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]Chad Versace2011-11-221-9/+13
* intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...Chad Versace2011-11-221-0/+37
* intel: Define intel_miptree_check_level_layer()Chad Versace2011-11-221-0/+13
* intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace2011-11-221-5/+13
* intel: Refactor intel_mipmap_level offsetsChad Versace2011-11-211-9/+22
* intel: Define intel_miptree_create_for_renderbuffer()Chad Versace2011-11-211-0/+15
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-3/+3
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-031-0/+4
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-031-15/+5
* intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt2011-10-031-12/+0
* intel: Drop the "intel" argument to intel_miptree_release().Eric Anholt2011-09-261-2/+1
* intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke2011-09-231-4/+4
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-091-2/+1
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-8/+3
* intel: Drop the cpp argument to intel_miptree_create().Eric Anholt2011-06-141-1/+0
* intel: Calculate compress_byte in intel_miptree_create.Eric Anholt2011-06-141-3/+1
* intel: Use the gl_format to get the base_format for miptree create.Eric Anholt2011-06-141-1/+0
* intel: Drop the internal_format field of the mipmap tree.Eric Anholt2011-06-141-3/+0
* intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt2011-06-141-0/+3
* intel: Add hiz_region to intel_mipmap_treeChad Versace2011-05-251-0/+14
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-2/+4
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-4/+2
* intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt2011-01-051-2/+0
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-2/+1
* intel: Remove level_offset now that it's unused.Eric Anholt2010-03-171-10/+3
* intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt2009-11-061-2/+1
* intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-20/+9