aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-191-1/+1
* intel: Transition intel_region_map() to being a miptree operation.Eric Anholt2013-03-051-0/+6
* intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt2013-03-011-0/+11
* intel: Remove intel_mipmap_tree::wraps_etcChad Versace2013-02-281-14/+0
* intel: add pixel offset calculator for miptree levelsAbdiel Janulgue2013-02-011-0/+6
* intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue2013-02-011-0/+12
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-11/+17
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-091-1/+2
* intel: Remove a couple of dead function prototypes.Eric Anholt2012-12-221-5/+0
* intel: Enable ETC2 support on intel hardwareAnuj Phogat2012-12-071-10/+15
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* 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