aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Add a helper for getting the aux isl_surf from a miptreeJason Ekstrand2016-07-151-0/+5
* i965/miptree: Add a helper for getting the ISL clear color from a miptreeJason Ekstrand2016-07-151-0/+4
* i965/miptree: Add a helper for getting an isl_surf from a miptreeJason Ekstrand2016-07-151-0/+6
* i965: Create multiple miptrees for planar YUV imagesKristian Høgsberg Kristensen2016-05-241-0/+5
* i965: Deferred allocation of mcs for lossless compressedTopi Pohjolainen2016-05-121-0/+4
* i965: Add flag telling if miptree is for client consumptionTopi Pohjolainen2016-05-121-0/+9
* i965: Add helper for lossless compression supportTopi Pohjolainen2016-05-121-0/+4
* Revert "i965: Always use Y-tiled buffers on SKL+"Daniel Stone2016-05-091-2/+1
* i965: Always use Y-tiled buffers on SKL+Ben Widawsky2016-04-211-1/+2
* i965: Declare input to mcs alignment calculation constantTopi Pohjolainen2016-04-211-1/+1
* i965: Expose logic telling if non-msrt mcs is supportedTopi Pohjolainen2016-02-161-0/+8
* i965: Add a flag telling color resolve pass to ignore CCS_ETopi Pohjolainen2016-02-161-0/+9
* i965: Add helper for detecting lossless compressionTopi Pohjolainen2016-02-161-0/+4
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-1/+2
* i965/skl: Add fast color clear infrastructureBen Widawsky2015-11-201-3/+10
* i965/mt: Declare some functions as staticChad Versace2015-10-051-5/+1
* 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