aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Add PRM references for most struct members (v2)Chad Versace2015-09-301-25/+154
* i965/miptree: Rename align_w,align_h -> halign,valignChad Versace2015-09-301-4/+14
* i965/miptree: Rename intel_miptree_map::mt -> ::linear_mt (v2)Chad Versace2015-09-301-1/+1
* i965/miptree: Fix comments for map modeChad Versace2015-09-301-1/+1
* i965/miptree: More comments for BRW_MAP_DIRECT_BIT (v2)Chad Versace2015-09-301-1/+3
* i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat2015-09-281-2/+2
* i965: Use intel_get_tile_dims() to get tile masksAnuj Phogat2015-09-281-3/+3
* i965: Add a helper function intel_get_tile_dims()Anuj Phogat2015-09-281-0/+4
* i965: Make intel_miptree_map_raw staticIan Romanick2015-09-101-6/+0
* i915, i965: Silence unused parameter warnings in intel_mipmap_tree.hIan Romanick2015-09-101-0/+4
* i965: Silence unused parameter warnings in intel_mipmap_tree.cIan Romanick2015-09-101-2/+1
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: change the meaning of cpp for compressed texturesNanley Chery2015-08-261-1/+1
* i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner2015-08-061-4/+4
* i965: Correct a mistake that always forced texture tiling.Matt Turner2015-08-061-5/+3
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-8/+7
* Revert "i965: Push miptree tiling request into flags"Ben Widawsky2015-07-161-7/+8
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-8/+7
* i965/gen8: Correct HALIGN for AUX surfacesBen Widawsky2015-06-121-0/+1
* i965: Extract tiling from fast clear decisionBen Widawsky2015-06-121-5/+5
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-5/+11
* i965/gen9: Set tiled resource mode for the miptreeAnuj Phogat2015-06-081-0/+8
* i965: Move intel_miptree_choose_tiling() to brw_tex_layout.cAnuj Phogat2015-06-081-8/+0
* i965: Choose tiling in brw_miptree_layout() functionAnuj Phogat2015-06-081-1/+13
* i965: Add helper functions to calculate the slice pitch of an array or 3D mip...Francisco Jerez2015-04-271-0/+18
* i965/skl: Fix the qpitch valueNeil Roberts2015-04-201-3/+7
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Add field intel_mipmap_tree::disable_aux_buffersChad Versace2015-04-131-0/+7
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-131-1/+4
* i965: Declare intel_miptree_create_layout() as staticChad Versace2015-04-131-13/+0
* i965: Declare intel_miptree_alloc_mcs() as staticChad Versace2015-04-131-5/+0
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-091-3/+26
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-0/+1
* i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace2014-12-221-1/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-2/+4
* i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen2014-08-151-6/+55
* i965: Replace open-coded linked list with exec_list.Matt Turner2014-06-101-1/+1
* i965: Move has_hiz from the slice to the level.Eric Anholt2014-05-121-12/+10
* i965: Fix a stale comment referenceEric Anholt2014-05-021-1/+1
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+3
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-34/+29
* i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt2014-05-011-1/+3
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-2/+1
* i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt2014-05-011-0/+4
* i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt2014-05-011-0/+5
* i965: refactor format selection for unsupported ETC* formatsChris Forbes2014-04-101-0/+3
* i965: refactor format munging for separate stencilChris Forbes2014-04-101-0/+3
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-051-2/+2
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-211-0/+2