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: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-735
/
+0
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-14
/
+14
*
i965/miptree: Switch to isl_surf::samples
Topi Pohjolainen
2017-07-20
1
-2
/
+2
*
i965/miptree: Switch to isl_surf::msaa_layout
Topi Pohjolainen
2017-07-20
1
-5
/
+4
*
i965/wm: Use isl for filling tex image parameters
Topi Pohjolainen
2017-07-18
1
-1
/
+1
*
i965: Rename some vague format members of brw_context
Chad Versace
2017-06-22
1
-1
/
+1
*
i965/gen6: Declare minify(depth, level) layers for 3D stencil
Topi Pohjolainen
2017-06-19
1
-1
/
+3
*
i965: Rework Sandy Bridge HiZ and stencil layouts
Jason Ekstrand
2017-06-01
1
-15
/
+85
*
i965: Delete tile resource mode code
Anuj Phogat
2017-03-27
1
-130
/
+0
*
i965/miptree: Tell when brw_miptree_layout() fails
Topi Pohjolainen
2017-01-27
1
-5
/
+5
*
i965: Remove unnecessary mt->compressed checks
Anuj Phogat
2017-01-19
1
-12
/
+4
*
i965: Fix indentation in brw_miptree_layout_2d()
Anuj Phogat
2017-01-19
1
-3
/
+2
*
i965: Fix comment to include 3d textures
Anuj Phogat
2017-01-19
1
-1
/
+2
*
i965/miptree: Remove the width/height < 32768 restrictions
Jason Ekstrand
2016-10-27
1
-2
/
+1
*
i965/gen9: Don't change halign and valign to fit in fast copy blit
Anuj Phogat
2016-06-09
1
-4
/
+2
*
i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-10
/
+6
*
i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignm...
Anuj Phogat
2015-10-20
1
-17
/
+9
*
i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-7
/
+7
*
i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment()
Anuj Phogat
2015-10-20
1
-24
/
+22
*
i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switch
Anuj Phogat
2015-10-19
1
-4
/
+4
*
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
[next]