aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-261-3/+6
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-191-4/+1
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-191-0/+2
* i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand2017-10-161-1/+1
* i965: Disable auxiliary buffers when there are self-dependencies.Kenneth Graunke2017-10-101-1/+1
* i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli2017-10-061-1/+1
* Revert "i965: Reset miptree aux state on update_image_buffer"Jason Ekstrand2017-09-191-3/+0
* i965: Reset miptree aux state on update_image_bufferJason Ekstrand2017-09-181-0/+3
* i965: emit BRW_NEW_AUX_STATE when we change the fast clear valueIago Toral Quiroga2017-09-181-0/+28
* i965/miptree: More conservatively resolve external imagesJason Ekstrand2017-08-141-0/+10
* i965/miptree: Rework create flagsJason Ekstrand2017-08-071-6/+24
* i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand2017-08-071-3/+0
* i965/miptree: Delete an unused function declarationJason Ekstrand2017-08-071-5/+0
* i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUTJason Ekstrand2017-08-071-2/+0
* i965/miptree: Delete some unused layout flagsJason Ekstrand2017-08-071-3/+0
* i965: Expose get_num_logical_layers outside of intel_mipmap_tree.c.Kenneth Graunke2017-07-261-0/+3
* i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-07-221-3/+3
* i965/miptree: Take an isl_format in prepare_textureJason Ekstrand2017-07-221-1/+1
* i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand2017-07-221-2/+3
* i965/miptree: Rework prepare/finish_render to be in terms of aux_usageJason Ekstrand2017-07-221-1/+6
* i965/miptree: Add a helper for getting the aux usage for texturingJason Ekstrand2017-07-221-0/+4
* i965/miptree: Remove some unneeded restrictionsJason Ekstrand2017-07-221-7/+0
* i965/miptree: Clean-up unusedTopi Pohjolainen2017-07-221-241/+0
* i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()Topi Pohjolainen2017-07-221-2/+1
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-201-11/+0
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-201-11/+4
* i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen2017-07-201-6/+0
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-201-49/+0
* i965/wm: Use isl for filling tex image parametersTopi Pohjolainen2017-07-181-9/+0
* i965/miptree: Replace is_lossless_compressed with mt->aux_usage checksJason Ekstrand2017-07-171-4/+0
* i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand2017-07-121-1/+2
* i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand2017-07-121-1/+2
* i965/miptree: Allocate mt earlier in update winsysBen Widawsky2017-07-121-1/+1
* i965/miptree: Add a return for updating of winsysBen Widawsky2017-07-121-1/+1
* i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand2017-07-121-0/+5
* i965/miptree: Rework aux enablingJason Ekstrand2017-06-231-23/+20
* i965/miptree: Rename the non_msrt_mcs functions to _ccsJason Ekstrand2017-06-231-15/+3
* i965: Fix incorrect commentIan Romanick2017-06-201-1/+1
* i965/wm: Use stored hiz surface instead of creating copyTopi Pohjolainen2017-06-191-6/+0
* i965/miptree/gen7+: Use isl for hiz layoutsTopi Pohjolainen2017-06-191-10/+1
* i965/gen6: Use isl for hizTopi Pohjolainen2017-06-191-5/+2
* i965/miptree: Refactor isl aux usage resolverTopi Pohjolainen2017-06-191-2/+7
* i965: Prepare slice validator for isl based miptreesTopi Pohjolainen2017-06-191-11/+2
* i965/miptree: Add isl surfaceTopi Pohjolainen2017-06-191-0/+2
* i965/gen4: Add support for single layer in alignment workaroundTopi Pohjolainen2017-06-191-0/+7
* i965: Delete intel_resolve_mapJason Ekstrand2017-06-071-2/+1
* i965: Use the new tracking mechanism for HiZJason Ekstrand2017-06-071-24/+0
* i965/miptree: Make level_has_hiz take a const miptreeJason Ekstrand2017-06-071-1/+1
* i965: Wholesale replace the color resolve tracking codeJason Ekstrand2017-06-071-31/+8
* i965: Delete most of the old resolve interfaceJason Ekstrand2017-06-071-49/+0