i965/miptree: Use blorp for validation tex copies on gen6+
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for validation tex copies on...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-18 Nanley Cheryi965/miptree: Remove format assertion in alloc_aux
2018-05-18 Nanley Cheryi965/miptree: Simplify the switch in supports_ccs
2018-05-18 Nanley Cheryi965: Make get_ccs_surf succeed in alloc_aux
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-08 Jason Ekstrandi965/miptree: Remove redundant fields from intel_miptre...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-24 Nanley Cheryi965/miptree: Extend the sRGB-blending WA to future...
2018-04-24 Nanley Cheryi965: Add and use a getter for the clear color
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-04-24 Nanley Cheryi965: Add and use a getter for the miptree aux buffer
2018-04-21 Nanley Cheryi965/miptree: Delete an unused function
2018-04-21 Nanley Cheryi965/miptree: Don't leak the clear_color_bo
2018-04-09 Nanley Cheryi965: Make the miptree clear color setter take a gl_col...
2018-04-09 Nanley Cheryi965/miptree: Move the clear color and value setter...
2018-04-05 Rafael Antognollii965/miptree: Add new clear color BO for winsys aux...
2018-04-05 Rafael Antognollii965/miptree: Add space to store the clear value in...
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-02-22 Jason Ekstrandi965: Use finish_external instead of make_shareable...
2018-02-22 Jason Ekstrandi965/miptree: Loosen the format check in miptree_match_...
2018-02-16 Anuj Phogatintel/common/icl: Add has_sample_with_hiz flag in gen_d...
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-01-26 Ian Romanicki965: Use enum color_logic_ops for blits
2018-01-25 Jason Ekstrandi965: Stop disabling aux during texture preparation
2018-01-25 Jason Ekstrandi965/miptree: Add an aux_disabled parameter to render_a...
2018-01-25 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish_render
2018-01-22 Jason Ekstrandi965/miptree: Use the tiling from the modifier instead...
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-17 Jason Ekstrandi965: Enable CCS_E sampling of sRGB textures as UNORM
2018-01-17 Jason Ekstrandi965/miptree: Refactor CCS_E and CCS_D cases in render_...
2018-01-17 Jason EkstrandRe-enable regular fast-clears (CCS_D) on gen9+
2017-12-14 Kenneth Graunkei965: Don't allocate an MCS for 16x MSAA and width...
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-14 Jason Ekstrandi965: Add more precise cache tracking helpers
2017-10-31 Nanley Cheryi965: Check CCS_E compatibility for texture view rendering
2017-10-26 Jason Ekstrandi965/miptree: Take an isl_format in render_aux_usage
2017-10-25 Timothy Arcerii965: fix unused var warnings in release build
2017-10-19 Kenneth Graunkei965: Remove the intel_miptree_prepare_fb_fetch wrapper.
2017-10-19 Kenneth Graunkei965: Make intel_miptree_prepare_texture() take level...
2017-10-16 Jason Ekstrandi965/miptree: Drop the invalidate parameter form copy_t...
2017-10-10 Kenneth Graunkei965: Disable auxiliary buffers when there are self...
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-09-19 Jason EkstrandRevert "i965: Reset miptree aux state on update_image_b...
2017-09-18 Jason Ekstrandi965: Reset miptree aux state on update_image_buffer
2017-09-18 Jason Ekstrandintel/isl: Add a drm_modifier_get_default_aux_state...
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE on aux state changes
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE if we drop the aux surface
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop brw->must_use_separate_stencil in favor...
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-29 Matt Turneri965: Mark functions used conditionally as UNUSED
2017-08-21 Jason Ekstrandi965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
2017-08-19 Jason Ekstrandi965/miptree: Return NONE from texture_aux_usage when...
2017-08-18 Kenneth Graunkei965: Mark all EGLimages as non-coherent.
2017-08-14 Jason Ekstrandi965/miptree: More conservatively resolve external...
2017-08-14 Ben Widawskyi965/miptree: Allocate mcs_buf for an image's CCS
2017-08-08 Jason Ekstrandi965: Only call create_for_planar_image for multiple...
2017-08-07 Jason Ekstrandi965/miptree: Set supports_fast_clear = false in make_s...
2017-08-07 Jason Ekstrandi965/miptree: Rework create flags
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
2017-08-07 Jason Ekstrandi965/miptree: Call alloc_aux in create_for_bo
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
2017-08-07 Jason Ekstrandi965/miptree: Refactor is_mcs_supported
2017-08-07 Jason Ekstrandi965/miptree Remove layout_flags parameter form is_mcs_...
2017-08-02 Emil Velikovi965: annotate struct intel_image_format as const
2017-08-02 Chris Wilsoni965: Check result of make_surface() for intel_miptree_...
2017-07-26 Kenneth Graunkei965: Expose get_num_logical_layers outside of intel_mi...
2017-07-23 Jason Ekstrandi965: Enable regular fast-clears (CCS_D) on gen9+
2017-07-23 Jason Ekstrandi965: Weaken the texture view rules for formats slightly
2017-07-23 Jason Ekstrandi965/miptree: Take an isl_format in prepare_texture
2017-07-23 Jason Ekstrandi965/miptree: Use miptree range helpers in has_color_un...
2017-07-23 Jason Ekstrandi965/miptree: Allow for accessing a CCS_E image as...
2017-07-23 Jason Ekstrandi965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_D
2017-07-23 Jason Ekstrandintel/isl: Add an aux state for "partial clear"
next