i965: Add and use a single miptree aux_buf field
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
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"
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
2017-07-23 Jason Ekstrandi965/miptree: Refactor some things to use mt->aux_usage
2017-07-23 Jason Ekstrandi965/miptree: Rework prepare/finish_render to be in...
2017-07-23 Jason Ekstrandi965/miptree: Add a helper for getting the aux usage...
2017-07-23 Jason Ekstrandi965/miptree: Partially resolve MCS for texture views
2017-07-23 Jason Ekstrandi965/miptree: Add support for partially resolving MCS
2017-07-23 Jason Ekstrandi965/miptree: Tighten up finish_mcs_write
2017-07-23 Jason Ekstrandi965/miptree: Make aux_state work in terms of logical...
2017-07-23 Jason Ekstrandi965/miptree: Remove some unneeded restrictions
2017-07-23 Jason Ekstrandi965/miptree: Stop setting FOR_SCANOUT for renderbuffers
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Switch remaining surfaces to isl
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-21 Topi Pohjolaineni965/miptree: Relax size alignment for linear surfaces
2017-07-21 Topi Pohjolaineni965/miptree: Store compression flag also for isl based
2017-07-21 Topi Pohjolaineni965/miptree/gen4: Prepare x-tiled fallback for isl...
2017-07-21 Topi Pohjolaineni965/miptree: Prepare non-tiled fallback for isl based
2017-07-21 Topi Pohjolaineni965/miptree: Prepare has_color_unresolved() for isl...
2017-07-20 Topi Pohjolaineni965: Represent depth surfaces with isl
2017-07-20 Topi Pohjolaineni965/miptree: Prepare 3D surfaces with physical 2D...
2017-07-20 Topi Pohjolaineni965/miptree: Prepare aux state map for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Represent y-tiled stencil copies with isl
2017-07-20 Topi Pohjolaineni965/miptree: Represent w-tiled stencil surfaces with isl
2017-07-20 Topi Pohjolaineni965/miptree: Prepare compressed offsets for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Add support for imported bo offsets for...
2017-07-20 Topi Pohjolaineni965/miptree: Store chars-per-pixel even for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Take interleaving into account in stencil...
next