aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Delete MIPTREE_CREATE_LINEARNanley Chery2018-07-131-4/+1
* i965: Make blt_pitch publicNanley Chery2018-07-121-0/+10
* i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand2018-06-041-1/+1
* i965: Use set_clear_color for depth miptreesNanley Chery2018-05-171-5/+0
* Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery2018-05-171-1/+1
* i965/miptree: Unify aux buffer allocationNanley Chery2018-05-171-9/+0
* i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery2018-05-171-1/+1
* i965/miptree: Remove redundant fields from intel_miptree_aux_bufferJason Ekstrand2018-05-081-25/+0
* i965: Record mipmap resolver for unmappingChris Wilson2018-04-301-0/+6
* i965: Add and use a getter for the clear colorNanley Chery2018-04-241-0/+8
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-33/+20
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-241-0/+17
* i965/miptree: Delete an unused functionNanley Chery2018-04-201-4/+0
* i965: Make the miptree clear color setter take a gl_color_unionNanley Chery2018-04-091-1/+1
* i965/miptree: Move the clear color and value setter implementationsNanley Chery2018-04-091-21/+4
* i965: Use the brw_context for the clear color and value settersNanley Chery2018-04-091-4/+4
* i965/miptree: Add space to store the clear value in the aux surface.Rafael Antognolli2018-04-051-0/+16
* i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand2018-02-211-0/+3
* i965: Stop disabling aux during texture preparationJason Ekstrand2018-01-241-2/+1
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-241-1/+2
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-241-4/+2
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-211-0/+1
* 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