OSDN Git Service

i965: Stop passing num_samples to intel_miptree_alloc_hiz().
[android-x86/external-mesa.git] / src / mesa / drivers / dri / intel / intel_mipmap_tree.c
2013-04-30 Paul Berryi965: Stop passing num_samples to intel_miptree_alloc_h...
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-30 Eric Anholtintel: Move the S8 offset calc function near its remain...
2013-04-29 Eric Anholtintel: Be more conservative in disabling tiling to...
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-12 Eric Anholtintel: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965: Fix error path for MCS allocation.
2013-04-10 Kenneth Graunkeintel: Fall back to X-tiling when larger than estimated...
2013-04-10 Kenneth Graunkeintel: Refactor code in intel_miptree_choose_tiling().
2013-04-10 Kenneth Graunkeintel: Move the max_gtt_map_object_size estimation...
2013-04-10 Chad Versaceintel/hsw: Enable hiz (v2)
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versaceintel: Add field intel_mipmap_slice::has_hiz
2013-04-08 Kenneth Graunkeintel: Remove the texture_tiling driconf option.
2013-04-08 Kenneth Graunkei965: Prefer Y-tiling on Gen6+.
2013-04-08 Kenneth Graunkei965: Use tiling even for compressed textures.
2013-04-08 Chad Versaceintel: Refactor selection of miptree tiling
2013-04-08 Eric Anholtintel: Avoid making tiled miptrees we won't be able...
2013-04-08 Eric Anholtintel: Do temporary CPU maps of textures that are too...
2013-04-08 Eric Anholtintel: Add support for writing to our linear-temporary...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-16 Paul Berryi965: Simplify separate stencil check
2013-03-06 Eric Anholtintel: Transition intel_region_map() to being a miptree...
2013-03-05 Eric Anholtintel: Finish renaming fallback_debug() to perf_debug().
2013-03-01 Chris Forbesi965: take the target into account for Gen7 MSAA modes
2013-03-01 Chris Forbesi965: add support for multisample textures
2013-03-01 Eric Anholtintel: Fix software copying of miptree faces for weird...
2013-03-01 Eric Anholtintel: Add a flag for miptree mapping to disable transc...
2013-02-28 Chad Versaceintel: Remove intel_mipmap_tree::wraps_etc
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-01 Abdiel Janulgueintel: Account for mt->offset in intel_miptree_map
2013-02-01 Abdiel Janulgueintel: add pixel offset calculator for miptree levels
2013-02-01 Abdiel Janulgueintel: Expose intel_miptree_create_internal as intel_mi...
2013-01-28 Paul Berryintel: Typo fix: "pitsh" -> "pitch"
2013-01-24 Paul Berryintel: Fix ReadPixels on buffers whose width >= 32kbytes
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2013-01-18 Eric Anholtintel: Make intel_blit.c take pitches in bytes.
2013-01-09 Paul Berryintel: Clean up confusion between logical and physical...
2013-01-09 Paul Berryintel: Add a force_y_tiling parameter to intel_miptree_...
2013-01-09 Paul Berryintel: Move compute_msaa_layout earlier in file.
2013-01-04 Paul Berryi965: Fix glCompressedTexSubImage2D offsets for ETC...
2012-12-28 Eric Anholtintel: Skip texture validation logic when nothing has...
2012-12-28 Eric Anholtintel: Turn a test in miptree_match_image into an assert.
2012-12-26 Eric Anholtintel: Use the parent miptree's format for setting...
2012-12-22 Eric Anholti965: Also fix validation of Z32F_S8 textures.
2012-12-22 Eric Anholti965: Fix validation of ETC miptrees.
2012-12-08 Anuj Phogatintel: Enable ETC2 support on intel hardware
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-11-19 Eric Anholti965: Add a little bit more debug info for validate...
2012-09-26 Chad Versaceintel: Fix size of temporary etc1 buffer
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/gen6+: Adjust stencil buffer size after computing...
2012-08-09 Chad Versaceintel: Always downsample in intel_miptree_map_multisample
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
next