summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-28intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt1-5/+9
2013-05-28intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt1-2/+2
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt1-2/+6
2013-05-28intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt1-1/+1
2013-04-30i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry1-2/+1
2013-04-10intel: Add field intel_mipmap_slice::has_hizChad Versace1-2/+18
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry1-1/+1
2013-03-05intel: Transition intel_region_map() to being a miptree operation.Eric Anholt1-0/+6
2013-03-01intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt1-0/+11
2013-02-28intel: Remove intel_mipmap_tree::wraps_etcChad Versace1-14/+0
2013-02-01intel: add pixel offset calculator for miptree levelsAbdiel Janulgue1-0/+6
2013-02-01intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue1-0/+12
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry1-11/+17
2013-01-09intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry1-1/+2
2012-12-22intel: Remove a couple of dead function prototypes.Eric Anholt1-5/+0
2012-12-07intel: Enable ETC2 support on intel hardwareAnuj Phogat1-10/+15
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-1/+1
2012-08-07intel: Support mapping multisample miptreesChad Versace1-0/+18
2012-08-07intel: Allocate miptree for multisample DRI2 buffersChad Versace1-0/+59
2012-08-07intel: Update stale comment for intel_miptree_slice::mapChad Versace1-2/+2
2012-07-16intel: Fix build broken by ETC1 patchChad Versace1-0/+12
2012-07-16intel: Enable GL_OES_compressed_ETC1_RGB8_textureChad Versace1-0/+3
2012-07-11i965/msaa: Allocate MCS buffer when CMS MSAA is in use.Paul Berry1-0/+14
2012-07-11i965/msaa: Add an enum to describe MSAA layout.Paul Berry1-9/+39
2012-07-11intel: Add offset field to miptreeKristian Høgsberg1-0/+4
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry1-1/+22
2012-05-23i965/gen6+: Add support for fast depth clears.Eric Anholt1-0/+5
2012-05-23i965: Add an interface for doing hiz ops from C code.Eric Anholt1-0/+15
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-3/+7
2012-05-10intel: Add extern "C" declarations to headersPaul Berry1-0/+8
2011-12-19i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt1-1/+1
2011-12-19intel: Stop creating the wrapped stencil irb.Eric Anholt1-2/+1
2011-12-14intel: Move S8 width/height alignment to miptree creation.Eric Anholt1-2/+0
2011-12-07intel: Update comment about how depth/stencil miptrees are handled.Eric Anholt1-6/+18
2011-12-07intel: Add support for LLC-cached reads of X-tiled miptrees using a blit.Eric Anholt1-0/+2
2011-12-07intel: Make mapping of texture slices track the region of interest.Eric Anholt1-0/+19
2011-12-07intel: Move the teximage mapping logic to a miptree level/slice mapping.Eric Anholt1-0/+19
2011-11-22intel: Store miptree alignment units in the miptreeChad Versace1-0/+7
2011-11-22intel: Add resolve functions for miptreesChad Versace1-0/+57
2011-11-22intel: Add field intel_mipmap_tree::hiz_mapChad Versace1-0/+13
2011-11-22intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]Chad Versace1-9/+13
2011-11-22intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...Chad Versace1-0/+37
2011-11-22intel: Define intel_miptree_check_level_layer()Chad Versace1-0/+13
2011-11-22intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace1-5/+13
2011-11-21intel: Refactor intel_mipmap_level offsetsChad Versace1-9/+22
2011-11-21intel: Define intel_miptree_create_for_renderbuffer()Chad Versace1-0/+15
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-3/+3
2011-10-03intel: Add a helper function for getting miptree size from a texture image.Eric Anholt1-0/+4
2011-10-03intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt1-15/+5
2011-10-03intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt1-12/+0