Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
[mesa.git] / src / mesa / drivers / dri / i965 / brw_tex_layout.c
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 Neil Robertsi965/skl: Fix aligning mt->total_width to the block...
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...
2011-06-14 Eric Anholtintel: Add block alignment for RGTC textures.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-22 Kenneth Graunkei965/gen7: Fix miptree layout for cube surfaces.
2011-05-22 Kenneth Graunkei965: Remove comments about pre-965 hardware.
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...
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-28 Zhenyu Wangi965: Fix sampler on sandybridge
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Eric Anholti965: Fix cube map layouts on Ironlake.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
next