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: 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
*
i965: Fix 3D texture layout by more literally copying from the spec.
Eric Anholt
2013-10-09
1
-55
/
+20
*
i965: Don't forget the cube map padding on gen5+.
Eric Anholt
2013-10-09
1
-7
/
+15
*
gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface
Jordan Justen
2013-08-04
1
-9
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-9
/
+5
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-12
/
+16
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-3
/
+102
*
i965: Push intel_get_texture_alignment_unit call into brw_miptree_layout
Kenneth Graunke
2013-07-03
1
-0
/
+3
*
i965: Declare for-loop counters in the loop in brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-11
/
+7
*
i965: Remove use of GLuint/GLint in brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-19
/
+19
*
i965: Tidy the brw_tex_layout.c copyright and file header comments.
Kenneth Graunke
2013-07-03
1
-34
/
+31
*
i965: Move i945_texture_layout_2d to brw_tex_layout.c
Kenneth Graunke
2013-07-03
1
-2
/
+72
*
i965: Remove fallthrough for Gen4 cube map layout.
Kenneth Graunke
2013-07-03
1
-9
/
+7
[next]