summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965/rbc: Allocate mcs directlyTopi Pohjolainen2016-09-121-5/+2
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-031-1/+1
* i965: Move the hiz_op enum to blorpJason Ekstrand2016-08-291-1/+1
* i965: Add function to copy a stencil miptree to an R8_UINT miptreeJordan Justen2016-08-261-0/+4
* i965/gen7: Add R8_UINT stencil miptree copy for samplingJordan Justen2016-08-261-0/+12
* i965: Factor out isl_surf_dim/isl_dim_layout calculation into functions.Francisco Jerez2016-08-251-0/+7
* i965: Return whether the miptree was resolved from intel_miptree_resolve_colo...Francisco Jerez2016-08-251-1/+1
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masksJason Ekstrand2016-08-171-1/+0
* 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