i965/miptree: Rename align_w,align_h -> halign,valign
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-09-30 Chad Versacei965/miptree: Rename intel_miptree_map::mt -> ::linear_...
2015-09-28 Anuj Phogati965: Rename intel_miptree_get_dimensions_for_image()
2015-09-28 Anuj Phogati965: Use intel_get_tile_dims() to get tile masks
2015-09-28 Anuj Phogati965: Add a helper function intel_get_tile_dims()
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-09-11 Ian Romanicki965: Make intel_miptree_map_raw static
2015-09-11 Ian Romanicki965: Silence unused parameter warnings in intel_mipmap...
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-09-10 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-09-08 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-08-26 Nanley Cheryi965: change the meaning of cpp for compressed textures
2015-08-26 Nanley Cheryi965: use ALIGN_NPOT for setting ASTC mipmap layouts
2015-08-06 Matt Turneri965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_T...
2015-08-06 Matt Turneri965: Request a miptree with no tiling intel_miptree_ma...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-17 Ben Widawskyi965: Push miptree tiling request into flags
2015-07-16 Ben WidawskyRevert "i965: Push miptree tiling request into flags"
2015-07-16 Ben Widawskyi965: Push miptree tiling request into flags
2015-07-15 Anuj Phogati965: Fix 32 bit build warnings in intel_get_yf_ys_bo_s...
2015-06-29 Anuj Phogati965/gen9: Allocate YF/YS tiled buffer objects
2015-06-25 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-06-19 Ben Widawskyi965/gen8: Use HALIGN_16 for single sample mcs buffers
2015-06-16 Neil Robertsi965: Fix aligning to the block size in intel_miptree_c...
2015-06-15 Anuj Phogati965: Check for miptree pitch alignment before using...
2015-06-13 Ben Widawskyi965/gen9: Set HALIGN_16 for all aux buffers
2015-06-13 Ben Widawskyi965/gen8: Correct HALIGN for AUX surfaces
2015-06-13 Ben Widawskyi965: Extract tiling from fast clear decision
2015-06-13 Ben Widawskyi965/gen9: Only allow Y-Tiled MCS buffers
2015-06-13 Ben Widawskyi965: Consolidate certain miptree params to flags
2015-06-08 Anuj Phogati965: Move intel_miptree_choose_tiling() to brw_tex_lay...
2015-06-08 Anuj Phogati965: Choose tiling in brw_miptree_layout() function
2015-06-05 Ben Widawskyi965: Add gen8 fast clear perf debug
2015-04-21 Neil Robertsi965/skl: Don't use ALL_SLICES_AT_EACH_LOD
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-13 Matt Turneri965: Don't bother freeing NULL.
2015-04-13 Chad Versacei965: Change intel_miptree_create_for_bo() signature
2015-04-13 Chad Versacei965: Add field intel_mipmap_tree::disable_aux_buffers
2015-04-13 Chad Versacei965: Refactor brw_is_hiz_depth_format()
2015-04-13 Chad Versacei965: Declare intel_miptree_create_layout() as static
2015-04-13 Chad Versacei965: Declare intel_miptree_alloc_mcs() as static
2015-03-10 Jordan Justeni965/gen8: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-02-25 Anuj Phogati965: Make a function to check the conditions to use...
2015-02-25 Anuj Phogati965: Move the comment to the right place
2015-02-25 Anuj Phogati965: Fix condition to use Y tiling in blitter in intel...
2015-02-25 Neil Robertsi965: Don't force x-tiling for 16-bpp formats on Gen>7
2015-02-10 Francisco Jerezi965: Don't tile 1D miptrees.
2015-02-03 Kenneth Graunkei965: Add a better PRM citation for the IMS dimension...
2015-02-02 Iago Toral Quirogai965: Fix intel_miptree_copy_teximage for GL_TEXTURE_1D...
2015-01-22 Jason Ekstrandi965/mipmap_tree: Add a depth parameter to create_for_bo
2015-01-14 Jason Ekstrandi965/miptree_map_blit: Don't do the initial copy if...
2014-12-22 Chad Versacei965: Fix intel_miptree_map() signature to be more...
2014-11-19 Chad Versacei965: Fix segfault in WebGL Conformance on Ivybridge
2014-09-30 Kenneth Graunkei965: Delete intel_chipset.h.
2014-09-05 Jason Ekstrandi965/blorp: Pass image formats seperately from the...
2014-08-16 Jordan Justeni965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate...
2014-08-16 Jordan Justeni965: Allow forcing miptree->array_layout = ALL_SLICES_...
2014-08-16 Jordan Justeni965: Change mipmap array_spacing_lod0 to array_layout...
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-12 Emil Velikovmesa: guard better when building with sse4.1 optimisations
2014-08-01 Jordan Justeni965/miptree: Layout 1D Array as 2D Array with height...
2014-07-17 Anuj Phogati965: Fix z_offset computation in intel_miptree_unmap_d...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-06-26 Kenneth Graunkei965: Enable compressed multisample support (CMS) on...
2014-06-26 Kenneth Graunkei965: Add 2x MSAA support to the MCS allocation function.
2014-06-26 Kenneth Graunkei965: Drop SINT workaround for CMS layout on Broadwell.
2014-06-17 Kenneth Graunkei965: Make INTEL_DEBUG=mip print out whether HiZ is...
2014-06-10 Matt Turneri965: Replace open-coded linked list with exec_list.
2014-06-05 Tapani Pällii965: use _mesa_align_malloc in intel_miptree_map_movntdqa
2014-05-22 Matt Atwoodi965: Use SSE4.1 runtime detection for intel_miptree_map.
2014-05-15 Topi Pohjolaineni965/fb: Use meta path for stencil up/downsampling
2014-05-12 Eric Anholti965: Move has_hiz from the slice to the level.
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Stop making a pointless region for DRI2 to just...
2014-05-01 Eric Anholti965: Drop the global GEM name from regions.
2014-05-01 Eric Anholti965: Drop the tiling argument to intel_miptree_create_...
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-04-26 Eric Anholti965: Don't bother flushing the batch if it doesn't...
2014-04-15 Eric Anholti965: Fix buffer overruns in MSAA MCS buffer clearing.
2014-04-10 Chris Forbesi965: refactor format selection for unsupported ETC...
2014-04-10 Chris Forbesi965: refactor format munging for separate stencil
2014-04-10 Chris Forbesi965: Include #slices in miptree debug
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-24 Eric Anholti965: Skip reallocating the private MSAA miptree, unles...
2014-03-24 Eric Anholti965: Don't forget to free the old singlesample_mt.
2014-03-05 Topi Pohjolaineni965: Mark sources for offset getters as constants
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-22 Kenneth Graunkei965: Delete the fabulous target_to_target() function.
2014-02-21 Eric Anholti965: Fix miptree matching for multisampled, non-interl...
2014-02-20 Eric Anholti965: Fix extra return value after winsys rb update...
2014-02-19 Kenneth Graunkei965: Update physical width/height munging for 2x IMS...
2014-02-19 Kenneth Graunkei965: Disable MCS on Broadwell for now.
2014-02-19 Kenneth Graunkei965: Bump generation check in code to disable HiZ...
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
next