aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tex_layout.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete tile resource mode codeAnuj Phogat2017-03-271-130/+0
* i965/miptree: Tell when brw_miptree_layout() failsTopi Pohjolainen2017-01-271-5/+5
* i965: Remove unnecessary mt->compressed checksAnuj Phogat2017-01-191-12/+4
* i965: Fix indentation in brw_miptree_layout_2d()Anuj Phogat2017-01-191-3/+2
* i965: Fix comment to include 3d texturesAnuj Phogat2017-01-191-1/+2
* i965/miptree: Remove the width/height < 32768 restrictionsJason Ekstrand2016-10-271-2/+1
* i965/gen9: Don't change halign and valign to fit in fast copy blitAnuj Phogat2016-06-091-4/+2
* i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-10/+6
* i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignm...Anuj Phogat2015-10-201-17/+9
* i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-7/+7
* i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-24/+22
* i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switchAnuj Phogat2015-10-191-4/+4
* i965/miptree: Rename align_w,align_h -> halign,valignChad Versace2015-09-301-31/+31
* i965: refactor miptree alignment calculation codeNanley Chery2015-08-261-55/+30
* i965: change the meaning of cpp for compressed texturesNanley Chery2015-08-261-6/+9
* i965: correct mt->align_h for 2D textures on SkylakeNanley Chery2015-08-261-3/+8
* i965: use ALIGN_NPOT for setting ASTC mipmap layoutsNanley Chery2015-08-261-13/+13
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* i965: Add SKL support to brw_miptree_get_horizontal_slice_pitch().Francisco Jerez2015-08-111-3/+1
* i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner2015-08-061-4/+4
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-4/+4
* Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"Anuj Phogat2015-07-211-92/+17
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-10/+11
* Revert "i965: Push miptree tiling request into flags"Ben Widawsky2015-07-161-11/+10
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-10/+11
* i965: Make a helper function intel_miptree_can_use_tr_mode()Anuj Phogat2015-06-291-11/+19
* i965: Make a helper function intel_miptree_release_levels()Anuj Phogat2015-06-291-6/+12
* i965/gen9: Plugin the code for selecting YF/YS tiling on skl+Anuj Phogat2015-06-291-17/+79
* i965: Make a helper function intel_miptree_set_alignment()Anuj Phogat2015-06-291-7/+14
* i965/skl: Fix aligning mt->total_width to the block sizeNeil Roberts2015-06-261-3/+2
* i965: Rename use_linear_1d_layout() and make it globalAnuj Phogat2015-06-161-5/+5
* i965/gen8: Correct HALIGN for AUX surfacesBen Widawsky2015-06-121-5/+8
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-3/+3
* i965: Make a helper function intel_miptree_set_total_width_height()Anuj Phogat2015-06-081-43/+50
* i965/gen9: Set vertical alignment for the miptreeAnuj Phogat2015-06-081-0/+70
* i965/gen9: Set horizontal alignment for the miptreeAnuj Phogat2015-06-081-0/+81
* i965/gen9: Set tiled resource mode for the miptreeAnuj Phogat2015-06-081-0/+2
* i965: Pass miptree pointer as function parameter in intel_vertical_texture_al...Anuj Phogat2015-06-081-9/+7
* i965: Move intel_miptree_choose_tiling() to brw_tex_layout.cAnuj Phogat2015-06-081-4/+103
* i965: Choose tiling in brw_miptree_layout() functionAnuj Phogat2015-06-081-1/+15
* i965/skl: Align compressed textures to four times the block sizeNeil Roberts2015-05-051-4/+27
* Fix a few typosZoë Blade2015-04-271-1/+1
* i965: Add helper functions to calculate the slice pitch of an array or 3D mip...Francisco Jerez2015-04-271-40/+66
* i965/skl: Fix the qpitch valueNeil Roberts2015-04-201-10/+52
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965/skl: Avoid using the 1D stencil layout for stencil-only imagesNeil Roberts2015-03-311-1/+2
* i965/skl: Lay out a 1D miptree horizontallyNeil Roberts2015-03-021-2/+60
* i965/skl: Lay out 3D textures the same as array texturesNeil Roberts2015-03-021-2/+8
* i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRTAnuj Phogat2015-02-251-0/+3
* i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...Anuj Phogat2015-02-251-6/+6