aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Record mipmap resolver for unmappingChris Wilson2018-04-301-17/+16
* i965: Move unmap_depthstencil before map_depthstencilChris Wilson2018-04-301-57/+57
* i965: Move unmap_etc before map_etcChris Wilson2018-04-301-21/+21
* i965: Move unmap_s8 before map_s8Chris Wilson2018-04-301-30/+30
* i965: Move unmap_movntdqa before map_movntdqaChris Wilson2018-04-301-12/+12
* i965: Move unmap_blit before map_blitChris Wilson2018-04-301-22/+22
* i965: Move unmap_gtt before map_gttChris Wilson2018-04-301-6/+6
* i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery2018-04-241-2/+2
* i965: Add and use a getter for the clear colorNanley Chery2018-04-241-0/+34
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-54/+52
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-241-20/+5
* i965/miptree: Delete an unused functionNanley Chery2018-04-201-13/+0
* i965/miptree: Don't leak the clear_color_boNanley Chery2018-04-201-2/+1
* i965: Make the miptree clear color setter take a gl_color_unionNanley Chery2018-04-091-1/+5
* i965/miptree: Move the clear color and value setter implementationsNanley Chery2018-04-091-0/+26
* i965/miptree: Add new clear color BO for winsys aux buffersRafael Antognolli2018-04-051-0/+17
* i965/miptree: Add space to store the clear value in the aux surface.Rafael Antognolli2018-04-051-0/+17
* i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().Kenneth Graunke2018-03-271-2/+2
* i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand2018-02-211-0/+19
* i965/miptree: Loosen the format check in miptree_match_imageJason Ekstrand2018-02-211-2/+4
* intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2018-02-151-4/+1
* i965/miptree: Initialize mcs with a linear mapScott D Phillips2018-02-141-1/+1
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-081-7/+7
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-081-18/+18
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-261-1/+1
* i965: Stop disabling aux during texture preparationJason Ekstrand2018-01-241-3/+2
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-241-1/+5
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-241-8/+2
* i965/miptree: Use the tiling from the modifier instead of the BOJason Ekstrand2018-01-211-4/+5
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-211-8/+13
* i965: Enable CCS_E sampling of sRGB textures as UNORMJason Ekstrand2018-01-161-3/+2
* i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usageJason Ekstrand2018-01-161-13/+15
* Re-enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2018-01-161-32/+25
* i965: Don't allocate an MCS for 16x MSAA and width > 8192.Kenneth Graunke2017-12-141-0/+4
* i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-12-011-25/+32
* i965: Add more precise cache tracking helpersJason Ekstrand2017-11-131-1/+1
* i965: Check CCS_E compatibility for texture view renderingNanley Chery2017-10-311-2/+27
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-261-12/+11
* i965: fix unused var warnings in release buildTimothy Arceri2017-10-251-7/+3
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-191-14/+0
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-191-21/+9
* i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand2017-10-161-12/+5
* i965: Disable auxiliary buffers when there are self-dependencies.Kenneth Graunke2017-10-101-7/+10
* i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli2017-10-061-23/+2
* Revert "i965: Reset miptree aux state on update_image_buffer"Jason Ekstrand2017-09-191-19/+0
* i965: Reset miptree aux state on update_image_bufferJason Ekstrand2017-09-181-0/+19
* intel/isl: Add a drm_modifier_get_default_aux_state helperJason Ekstrand2017-09-181-2/+1
* i965: emit BRW_NEW_AUX_STATE on aux state changesIago Toral Quiroga2017-09-181-2/+6
* i965: emit BRW_NEW_AUX_STATE if we drop the aux surfaceIago Toral Quiroga2017-09-181-0/+2
* i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga2017-09-121-4/+7