intel: Support mapping multisample miptrees
[mesa.git] / src / mesa / drivers / dri / intel / intel_mipmap_tree.c
2012-08-07 Chad Versaceintel: Support mapping multisample miptrees
2012-08-07 Chad Versaceintel: Refactor use of intel_miptree_map
2012-08-07 Chad Versaceintel: Refactor intel_miptree_map/unmap
2012-08-07 Chad Versaceintel: Define functions for up/downsampling on miptrees
2012-08-07 Chad Versaceintel: Allocate miptree for multisample DRI2 buffers
2012-08-07 Chad Versaceintel: Refactor creation of hiz and mcs miptrees
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-27 Paul Berryi965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
2012-07-24 Paul Berryi965/msaa: Adjust MCS buffer allocation for 8x MSAA.
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-16 Chad Versaceintel: Enable GL_OES_compressed_ETC1_RGB8_texture
2012-07-11 Paul Berryi965/msaa: Enable CMS layout on Gen7 for the formats...
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-25 Paul Berryi965/msaa: Expand odd-sized MSAA surfaces to account...
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-23 Eric Anholti965: Replace intel_need_resolve with the hiz ops it...
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-03-20 Anuj Phogatintel: Fix a case when mapping large texture fails
2012-03-05 Daniel Vetteri965: fixup W-tile offset computation to take swizzling...
2012-02-04 Eugeni Dodonovintel: check for LLC support when reading maps
2012-01-17 Chad Versacei965: Fix gen6,gen7 when used with a non-HiZ capable DDX
2012-01-04 Kenneth Graunkei965: Fix infinite loop regression in intel_miptree_all...
2012-01-04 Anuj PhogatFix read from pointer after free
2011-12-29 Chad Versaceintel: Fix memory leak in intel_miptree_create()
2011-12-29 Eric Anholtintel: Fix performance regression in Lightsmark since...
2011-12-29 Eric Anholtintel: Don't consider miptrees for other texture target...
2011-12-19 Eric Anholti965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
2011-12-19 Eric Anholti965: Add support for mapping Z32_FLOAT_X24S8 fake...
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-14 Eric Anholtintel: Move S8 width/height alignment to miptree creation.
2011-12-07 Eric Anholtintel: Add support for LLC-cached reads of X-tiled...
2011-12-07 Eric Anholtintel: Make the fake packed depth/stencil mappings...
2011-12-07 Eric Anholtintel: Move separate-stencil s8 mapping logic to intel_...
2011-12-07 Eric Anholtintel: Move the gtt-particular texture mapping logic...
2011-12-07 Eric Anholtintel: Make mapping of texture slices track the region...
2011-12-07 Eric Anholtintel: Move the teximage mapping logic to a miptree...
2011-12-07 Eric Anholtintel: Only prefer separate stencil when we can do...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Use separate stencil whenever possible
2011-11-22 Kenneth Graunkei965: Implement the actual tables for texture alignment...
2011-11-22 Chad Versaceintel: Store miptree alignment units in the miptree
2011-11-22 Chad Versaceintel: Mark needed resolves when first enabling HiZ...
2011-11-22 Chad Versaceintel: Add resolve functions for miptrees
2011-11-22 Chad Versaceintel: Replace intel_mipmap_tree::hiz_region with a...
2011-11-22 Chad Versaceintel: Replace intel_texture_image::stencil_irb with...
2011-11-22 Chad Versaceintel: Kill intel_mipmap_level::nr_images [v4]
2011-11-22 Chad Versaceintel: Refactor intel_miptree_copy_teximage()
2011-11-22 Chad Versaceintel: Refactor intel_mipmap_level offsets
2011-11-22 Chad Versaceintel: Define intel_miptree_create_for_renderbuffer()
2011-10-26 Eric Anholtintel: Drop texture border support code.
2011-10-25 Chad Versaceintel: Kill dead code in intel_miptree_copy_teximage()
2011-10-23 Brian Paulmesa: remove _mesa_alloc_texmemory(), _mesa_free_texmem...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-18 Chad Versaceintel: Add 'mode' param to intel_region_map
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholtintel: Consolidate texture validation copy code, and...
2011-10-03 Eric Anholtintel: Clean up the function chain for mapping texture...
2011-09-26 Eric Anholtintel: Allow src == NULL and *dst != NULL in intel_mipt...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-23 Yuanhan Liuintel: fix the wrong code to detect null texture.
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-14 Eric Anholtintel: Drop the cpp argument to intel_miptree_create().
2011-06-14 Eric Anholtintel: Calculate compress_byte in intel_miptree_create.
2011-06-14 Eric Anholtintel: Use the gl_format to get the base_format for...
2011-06-14 Eric Anholtintel: Drop the internal_format field of the mipmap...
2011-06-14 Eric Anholtintel: Make the intel_miptree_match_image format check...
2011-06-14 Eric Anholtintel: Add block alignment for RGTC textures.
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-14 Eric Anholtintel: Fix 2x2 and 1x1 compressed teximages from _mesa_...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-25 Chad Versaceintel: Add hiz_region to intel_mipmap_tree
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Drop unused first/lastlevel args to miptree_crea...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-25 Eric Anholtintel: Improve some of the miptree debugging.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Kristian Høgsbergintel: Take an intel_screen pointer in intel_alloc_regi...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
next