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
/
intel_mipmap_tree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/miptree: Add PRM references for most struct members (v2)
Chad Versace
2015-09-30
1
-25
/
+154
*
i965/miptree: Rename align_w,align_h -> halign,valign
Chad Versace
2015-09-30
1
-4
/
+14
*
i965/miptree: Rename intel_miptree_map::mt -> ::linear_mt (v2)
Chad Versace
2015-09-30
1
-1
/
+1
*
i965/miptree: Fix comments for map mode
Chad Versace
2015-09-30
1
-1
/
+1
*
i965/miptree: More comments for BRW_MAP_DIRECT_BIT (v2)
Chad Versace
2015-09-30
1
-1
/
+3
*
i965: Rename intel_miptree_get_dimensions_for_image()
Anuj Phogat
2015-09-28
1
-2
/
+2
*
i965: Use intel_get_tile_dims() to get tile masks
Anuj Phogat
2015-09-28
1
-3
/
+3
*
i965: Add a helper function intel_get_tile_dims()
Anuj Phogat
2015-09-28
1
-0
/
+4
*
i965: Make intel_miptree_map_raw static
Ian Romanick
2015-09-10
1
-6
/
+0
*
i915, i965: Silence unused parameter warnings in intel_mipmap_tree.h
Ian Romanick
2015-09-10
1
-0
/
+4
*
i965: Silence unused parameter warnings in intel_mipmap_tree.c
Ian Romanick
2015-09-10
1
-2
/
+1
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
1
-1
/
+1
*
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
2015-08-06
1
-4
/
+4
*
i965: Correct a mistake that always forced texture tiling.
Matt Turner
2015-08-06
1
-5
/
+3
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-8
/
+7
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
1
-7
/
+8
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-8
/
+7
*
i965/gen8: Correct HALIGN for AUX surfaces
Ben Widawsky
2015-06-12
1
-0
/
+1
*
i965: Extract tiling from fast clear decision
Ben Widawsky
2015-06-12
1
-5
/
+5
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
1
-5
/
+11
*
i965/gen9: Set tiled resource mode for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+8
*
i965: Move intel_miptree_choose_tiling() to brw_tex_layout.c
Anuj Phogat
2015-06-08
1
-8
/
+0
*
i965: Choose tiling in brw_miptree_layout() function
Anuj Phogat
2015-06-08
1
-1
/
+13
*
i965: Add helper functions to calculate the slice pitch of an array or 3D mip...
Francisco Jerez
2015-04-27
1
-0
/
+18
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
1
-3
/
+7
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
1
-1
/
+2
*
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2015-04-13
1
-0
/
+7
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
1
-1
/
+4
*
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2015-04-13
1
-13
/
+0
*
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2015-04-13
1
-5
/
+0
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-3
/
+26
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
1
-0
/
+1
*
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
2014-12-22
1
-1
/
+1
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-2
/
+4
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-6
/
+55
*
i965: Replace open-coded linked list with exec_list.
Matt Turner
2014-06-10
1
-1
/
+1
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
1
-12
/
+10
*
i965: Fix a stale comment reference
Eric Anholt
2014-05-02
1
-1
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+3
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-34
/
+29
*
i965: Stop making a pointless region for DRI2 to just throw it away.
Eric Anholt
2014-05-01
1
-1
/
+3
*
i965: Drop the tiling argument to intel_miptree_create_for_bo.
Eric Anholt
2014-05-01
1
-2
/
+1
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-0
/
+4
*
i965: Move intel_region_get_tile_masks() to be a miptree function.
Eric Anholt
2014-05-01
1
-0
/
+5
*
i965: refactor format selection for unsupported ETC* formats
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: refactor format munging for separate stencil
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: Mark sources for offset getters as constants
Topi Pohjolainen
2014-03-05
1
-2
/
+2
*
i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Eric Anholt
2014-02-21
1
-0
/
+2
[next]