summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965/mt: Disable aux surfaces after making miptree shareableChad Versace2016-12-141-0/+2
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965/rbc: Allocate mcs directlyTopi Pohjolainen2016-09-121-52/+16
* 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-9/+9
* i965: Add function to copy a stencil miptree to an R8_UINT miptreeJordan Justen2016-08-261-1/+56
* i965/gen7: Add R8_UINT stencil miptree copy for samplingJordan Justen2016-08-261-0/+2
* i965: Fix assert with multisampling and cubemapsJordan Justen2016-08-261-2/+4
* i965: Return the correct layout from get_isl_dim_layout for pre-ILK cube text...Francisco Jerez2016-08-251-2/+5
* i965: Factor out isl_surf_dim/isl_dim_layout calculation into functions.Francisco Jerez2016-08-251-23/+48
* i965: Return whether the miptree was resolved from intel_miptree_resolve_colo...Francisco Jerez2016-08-251-4/+8
* i965/miptree: Add real support for HiZJason Ekstrand2016-08-171-13/+28
* i965/miptree: Use the isl helpers for creating aux surfacesJason Ekstrand2016-08-171-46/+9
* i965/miptree: Use mcs_mt->qpitch for aux surfacesJason Ekstrand2016-08-171-1/+2
* i965/miptree: Allow get_aux_isl_surf when there is no aux surfaceJason Ekstrand2016-08-171-1/+2
* i965/miptree: Support depth in get_isl_clear_colorJason Ekstrand2016-08-171-1/+6
* i965/miptree: Fill out the isl_surf::usage fieldJason Ekstrand2016-08-171-1/+24
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masksJason Ekstrand2016-08-171-4/+1
* i965: use mt->offset in intel_miptree_map_movntdqa()Haixia Shi2016-08-031-0/+3
* i965/miptree: Stop multiplying cube depth by 6 in HiZ calculationsJason Ekstrand2016-07-261-17/+2
* i965/miptree/isl: Stop multiplying depth by 6 for cubesJason Ekstrand2016-07-261-5/+0
* i965/miptree: Set logical_depth0 == 6 for cube mapsJason Ekstrand2016-07-201-4/+11
* i965/miptree: Enforce that height == 1 for 1-D array texturesJason Ekstrand2016-07-201-19/+3
* i965/miptree: Add a helper for getting the aux isl_surf from a miptreeJason Ekstrand2016-07-151-0/+117
* i965/miptree: Add a helper for getting the ISL clear color from a miptreeJason Ekstrand2016-07-151-0/+26
* i965/miptree: Add a helper for getting an isl_surf from a miptreeJason Ekstrand2016-07-151-2/+170
* i965: Add norbc debug optionTopi Pohjolainen2016-06-011-0/+2
* i965: Create multiple miptrees for planar YUV imagesKristian Høgsberg Kristensen2016-05-241-0/+3
* i965: Use ISL for surface format introspectionJason Ekstrand2016-05-231-1/+4
* i965: Mark is_lossless_compressed_aux UNUSED to silence warning.Matt Turner2016-05-161-1/+1
* i965: Use blorp for all updownsample blitsJason Ekstrand2016-05-141-24/+10
* i965/gen9: Enable lossless compressionTopi Pohjolainen2016-05-121-3/+40
* i965: Deferred allocation of mcs for lossless compressedTopi Pohjolainen2016-05-121-0/+40
* i965: Add flag telling if miptree is for client consumptionTopi Pohjolainen2016-05-121-3/+4
* i965: Add helper for lossless compression supportTopi Pohjolainen2016-05-121-0/+26
* i965: Relax assertion of halign == 16 for lossless compressed auxTopi Pohjolainen2016-05-121-1/+6
* Revert "i965: Always use Y-tiled buffers on SKL+"Daniel Stone2016-05-091-8/+2
* i965: Fix MapTextureImage for multi-slice/level stencil buffers.Kenneth Graunke2016-04-261-2/+2
* i965/blorp: Enable for buffer resolvesTopi Pohjolainen2016-04-231-1/+1
* i965/blorp: Add support for 2x msaaTopi Pohjolainen2016-04-221-3/+2
* i965: Always use Y-tiled buffers on SKL+Ben Widawsky2016-04-211-2/+8
* i965: Declare input to mcs alignment calculation constantTopi Pohjolainen2016-04-211-1/+1
* i965/blorp: Enable blits on gen8Topi Pohjolainen2016-04-211-2/+1
* i965/blorp: Add check for supported sample numbersTopi Pohjolainen2016-04-211-2/+7
* i965/blorp: Add support for source swizzleTopi Pohjolainen2016-04-211-2/+3
* i965: Define miptree map functions static (trivial)Ben Widawsky2016-04-181-2/+2
* i965/blorp: Refactor sRGB encoding/decoding.Kenneth Graunke2016-03-211-2/+4
* i965: Expose logic telling if non-msrt mcs is supportedTopi Pohjolainen2016-02-161-4/+5
* i965/gen9: Refactor msrt mcs initializationTopi Pohjolainen2016-02-161-14/+22