Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_tex_layout.c
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'bpp' in tr_mode_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'align_yf' in...
2015-10-20 Anuj Phogati965/gen9: Remove parameter 'brw' from tr_mode_..._text...
2015-10-20 Anuj Phogati965/gen9: Reuse YF alignment tables in tr_mode_.....
2015-10-19 Anuj Phogati965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cheryi965: refactor miptree alignment calculation code
2015-08-26 Nanley Cheryi965: change the meaning of cpp for compressed textures
2015-08-26 Nanley Cheryi965: correct mt->align_h for 2D textures on Skylake
2015-08-26 Nanley Cheryi965: use ALIGN_NPOT for setting ASTC mipmap layouts
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965: Add SKL support to brw_miptree_get_horizontal_sli...
2015-08-06 Matt Turneri965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_T...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-21 Anuj PhogatRevert "i965/gen9: Plugin the code for selecting YF...
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-06-29 Anuj Phogati965: Make a helper function intel_miptree_can_use_tr_m...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_release_levels()
2015-06-29 Anuj Phogati965/gen9: Plugin the code for selecting YF/YS tiling...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_set_alignment()
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Neil Robertsi965/skl: Fix aligning mt->total_width to the block...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-16 Anuj Phogati965: Rename use_linear_1d_layout() and make it global
2015-06-13 Ben Widawskyi965/gen8: Correct HALIGN for AUX surfaces
2015-06-13 Ben Widawskyi965: Consolidate certain miptree params to flags
2015-06-08 Anuj Phogati965: Make a helper function intel_miptree_set_total_wi...
2015-06-08 Anuj Phogati965/gen9: Set vertical alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set horizontal alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set tiled resource mode for the miptree
2015-06-08 Anuj Phogati965: Pass miptree pointer as function parameter in...
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-05-05 Neil Robertsi965/skl: Align compressed textures to four times the...
2015-04-27 Zoë BladeFix a few typos
2015-04-27 Francisco Jerezi965: Add helper functions to calculate the slice pitch...
2015-04-21 Neil Robertsi965/skl: Fix the qpitch value
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-03-31 Neil Robertsi965/skl: Avoid using the 1D stencil layout for stencil...
2015-03-02 Neil Robertsi965/skl: Lay out a 1D miptree horizontally
2015-03-02 Neil Robertsi965/skl: Lay out 3D textures the same as array textures
2015-02-25 Anuj Phogati965/gen8: Use HALIGN_16 if MCS is enabled for non...
2015-02-25 Anuj Phogati965: Pass pointer to miptree as function parameter...
2014-08-16 Jordan Justeni965/gen6: Force tile alignment for each stencil/hiz LOD
2014-08-16 Jordan Justeni965: Support array_layout == ALL_SLICES_AT_EACH_LOD...
2014-08-16 Jordan Justeni965: Change mipmap array_spacing_lod0 to array_layout...
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-26 Kenneth Graunkei965: Don't store qpitch / 4 as mt->qpitch for compress...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-20 Kenneth Graunkei965: Store QPitch in intel_mipmap_tree.
2013-12-02 Kenneth Graunkei965: Set vertical alignment unit to 4 on Broadwell.
2013-11-19 Paul Berryi965/gen7: Prefer vertical alignment of 4 when possible.
2013-11-15 Paul Berryi965: Fix vertical alignment for multisampled buffers.
2013-10-09 Eric Anholti965: Fix 3D texture layout by more literally copying...
2013-10-09 Eric Anholti965: Don't forget the cube map padding on gen5+.
2013-08-04 Jordan Justengen7 depth surface: program 3DSTATE_DEPTH_BUFFER to...
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Move the rest of intel_tex_layout.c into brw_tex_...
2013-07-03 Kenneth Graunkei965: Push intel_get_texture_alignment_unit call into...
2013-07-03 Kenneth Graunkei965: Declare for-loop counters in the loop in brw_tex_...
2013-07-03 Kenneth Graunkei965: Remove use of GLuint/GLint in brw_tex_layout.c.
2013-07-03 Kenneth Graunkei965: Tidy the brw_tex_layout.c copyright and file...
2013-07-03 Kenneth Graunkei965: Move i945_texture_layout_2d to brw_tex_layout.c
2013-07-03 Kenneth Graunkei965: Remove fallthrough for Gen4 cube map layout.
2013-07-03 Kenneth Graunkei965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the...
2013-07-03 Kenneth Graunkei965: Pull 3D texture layout code out into a helper...
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-03-01 Chris Forbesi965: add support for multisample textures
2013-01-09 Paul Berryintel: Clean up confusion between logical and physical...
2012-12-14 Chris Forbesi965: Add various plumbing for cubemap arrays
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Yuanhan Liui965: fix wrong cube/3D texture layout
2012-01-18 Ian Romanickintel: Set depth to 6 for cubemaps
2011-12-20 Kenneth Graunkei965: Don't minify depth when setting up cube map miptr...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Store miptree alignment units in the miptree
2011-11-22 Chad Versaceintel: Kill intel_mipmap_level::nr_images [v4]
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholti965: Refactor out the cube map setup for general textu...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-07 Kenneth Graunkei965: Use proper texture alignment units for cubemaps...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Kenneth Graunkei965/gen5+: Fix incorrect miptree layout for non-power...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
next