Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Topi Pohjolaineni965: Expose logic telling if non-msrt mcs is supported
2016-02-16 Topi Pohjolaineni965/gen9: Refactor msrt mcs initialization
2016-02-16 Topi Pohjolaineni965: Add a flag telling color resolve pass to ignore...
2016-02-16 Topi Pohjolaineni965: Allow fast clear to be used with lossless compression
2016-02-16 Topi Pohjolaineni965: Add helper for detecting lossless compression
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2016-02-13 Topi Pohjolaineni965: Don't try to create aux buffer for non-msrt aux...
2016-02-12 Topi Pohjolaineni965: Stop considering if msrt aux buffers need aux...
2016-02-12 Topi Pohjolaineni965: Separate miptree creation from auxiliary buffer...
2016-02-12 Topi Pohjolaineni965: Isolate aligned dimensions for stencil only
2016-02-02 Roland ScheideggerRevert "i965: Provide sse2 version for rgba8 <-> bgra8...
2016-02-02 Roland Scheideggeri965: Provide sse2 version for rgba8 <-> bgra8 swizzle
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-05 Anuj Phogati965/gen9: Modify the conditions to use blitter on...
2015-12-11 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Neil Robertsi965/gen9: Allow fast clears for non-MSRT SRGB buffers
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Ben WidawskyRevert "i965/gen9: Disable MCS for 1x color surfaces"
2015-11-20 Ben Widawskyi965: Add lossless compression to surface format table
2015-11-20 Ben Widawskyi965/skl: Add fast color clear infrastructure
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Neil Robertsi965: Support allocating the MCS buffer for 16x MSAA
2015-11-05 Kenneth Graunkei965: Handle 16x MSAA in IMS dimension munging code.
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-09 Chad Versacei965/gen9: Disable MCS for 1x color surfaces
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-05 Chad Versacei965: Fix intel_miptree_is_fast_clear_capable()
2015-10-05 Chad Versacei965/mt: Declare some functions as static
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-25 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...
next