index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_tex_layout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-31
/
+31
*
i965: refactor miptree alignment calculation code
Nanley Chery
2015-08-26
1
-55
/
+30
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
1
-6
/
+9
*
i965: correct mt->align_h for 2D textures on Skylake
Nanley Chery
2015-08-26
1
-3
/
+8
*
i965: use ALIGN_NPOT for setting ASTC mipmap layouts
Nanley Chery
2015-08-26
1
-13
/
+13
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Add SKL support to brw_miptree_get_horizontal_slice_pitch().
Francisco Jerez
2015-08-11
1
-3
/
+1
*
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
2015-08-06
1
-4
/
+4
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-4
/
+4
*
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
Anuj Phogat
2015-07-21
1
-92
/
+17
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-10
/
+11
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
1
-11
/
+10
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-10
/
+11
*
i965: Make a helper function intel_miptree_can_use_tr_mode()
Anuj Phogat
2015-06-29
1
-11
/
+19
*
i965: Make a helper function intel_miptree_release_levels()
Anuj Phogat
2015-06-29
1
-6
/
+12
*
i965/gen9: Plugin the code for selecting YF/YS tiling on skl+
Anuj Phogat
2015-06-29
1
-17
/
+79
*
i965: Make a helper function intel_miptree_set_alignment()
Anuj Phogat
2015-06-29
1
-7
/
+14
*
i965/skl: Fix aligning mt->total_width to the block size
Neil Roberts
2015-06-26
1
-3
/
+2
*
i965: Rename use_linear_1d_layout() and make it global
Anuj Phogat
2015-06-16
1
-5
/
+5
*
i965/gen8: Correct HALIGN for AUX surfaces
Ben Widawsky
2015-06-12
1
-5
/
+8
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
1
-3
/
+3
*
i965: Make a helper function intel_miptree_set_total_width_height()
Anuj Phogat
2015-06-08
1
-43
/
+50
*
i965/gen9: Set vertical alignment for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+70
*
i965/gen9: Set horizontal alignment for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+81
*
i965/gen9: Set tiled resource mode for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+2
*
i965: Pass miptree pointer as function parameter in intel_vertical_texture_al...
Anuj Phogat
2015-06-08
1
-9
/
+7
*
i965: Move intel_miptree_choose_tiling() to brw_tex_layout.c
Anuj Phogat
2015-06-08
1
-4
/
+103
*
i965: Choose tiling in brw_miptree_layout() function
Anuj Phogat
2015-06-08
1
-1
/
+15
*
i965/skl: Align compressed textures to four times the block size
Neil Roberts
2015-05-05
1
-4
/
+27
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
i965: Add helper functions to calculate the slice pitch of an array or 3D mip...
Francisco Jerez
2015-04-27
1
-40
/
+66
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
1
-10
/
+52
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i965/skl: Avoid using the 1D stencil layout for stencil-only images
Neil Roberts
2015-03-31
1
-1
/
+2
*
i965/skl: Lay out a 1D miptree horizontally
Neil Roberts
2015-03-02
1
-2
/
+60
*
i965/skl: Lay out 3D textures the same as array textures
Neil Roberts
2015-03-02
1
-2
/
+8
*
i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT
Anuj Phogat
2015-02-25
1
-0
/
+3
*
i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...
Anuj Phogat
2015-02-25
1
-6
/
+6
*
i965/gen6: Force tile alignment for each stencil/hiz LOD
Jordan Justen
2014-08-15
1
-3
/
+36
*
i965: Support array_layout == ALL_SLICES_AT_EACH_LOD for multiple LODs
Jordan Justen
2014-08-15
1
-2
/
+19
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-1
/
+1
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-3
/
+2
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.
Kenneth Graunke
2014-01-25
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
i965: Store QPitch in intel_mipmap_tree.
Kenneth Graunke
2013-12-20
1
-6
/
+5
*
i965: Set vertical alignment unit to 4 on Broadwell.
Kenneth Graunke
2013-12-02
1
-0
/
+6
*
i965/gen7: Prefer vertical alignment of 4 when possible.
Paul Berry
2013-11-19
1
-3
/
+22
*
i965: Fix vertical alignment for multisampled buffers.
Paul Berry
2013-11-15
1
-4
/
+7
[next]