i965/icl: Update the assert in brw_memory_barrier()
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.h
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: Add an explicit tiling parameter to creat...
2017-10-26 Jason Ekstrandi965/miptree: Take an isl_format in render_aux_usage
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 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE when we change the fast...
2017-08-14 Jason Ekstrandi965/miptree: More conservatively resolve external...
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: Delete an unused function declaration
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
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/miptree: Take an isl_format in prepare_texture
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
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: Remove some unneeded restrictions
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::msaa_layout
2017-07-18 Topi Pohjolaineni965/wm: Use isl for filling tex image parameters
2017-07-17 Jason Ekstrandi965/miptree: Replace is_lossless_compressed with mt...
2017-07-13 Jason Ekstrandi965/miptree: Add support for window system images...
2017-07-13 Jason Ekstrandi965/miptree: Add a colorspace parameter to create_for_...
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-13 Jason Ekstrandi965: Move the DRIimage -> miptree code to intel_mipmap...
2017-06-23 Jason Ekstrandi965/miptree: Rework aux enabling
2017-06-23 Jason Ekstrandi965/miptree: Rename the non_msrt_mcs functions to...
2017-06-20 Ian Romanicki965: Fix incorrect comment
2017-06-19 Topi Pohjolaineni965/wm: Use stored hiz surface instead of creating...
2017-06-19 Topi Pohjolaineni965/miptree/gen7+: Use isl for hiz layouts
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for hiz
2017-06-19 Topi Pohjolaineni965/miptree: Refactor isl aux usage resolver
2017-06-19 Topi Pohjolaineni965: Prepare slice validator for isl based miptrees
2017-06-19 Topi Pohjolaineni965/miptree: Add isl surface
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-08 Jason Ekstrandi965: Delete intel_resolve_map
2017-06-08 Jason Ekstrandi965: Use the new tracking mechanism for HiZ
2017-06-08 Jason Ekstrandi965/miptree: Make level_has_hiz take a const miptree
2017-06-08 Jason Ekstrandi965: Wholesale replace the color resolve tracking...
2017-06-08 Jason Ekstrandi965: Delete most of the old resolve interface
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move images to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move framebuffer fetch to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move color rendering to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move texturing to the new resolve functions
2017-06-08 Jason Ekstrandi965: Use the new resolve function for several simple...
2017-06-08 Jason Ekstrandi965/miptree: Add new entrypoints for resolve management
2017-06-08 Jason Ekstrandi965/miptree: Refactor intel_miptree_resolve_color
2017-06-07 Jason Ekstrandi965/blorp: Take a layer range in intel_hiz_exec
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-06-01 Jason Ekstrandintel/blorp: Handle gen6 stencil/HiZ offsets in the...
2017-06-01 Jason Ekstrandi965: Rework Sandy Bridge HiZ and stencil layouts
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-27 Anuj Phogati965: Delete tile resource mode code
2017-01-27 Topi Pohjolaineni965/miptree: Tell when brw_miptree_layout() fails
2017-01-02 Ben Widawskyi965/miptree: Create a disable CCS flag
2017-01-02 Ben Widawskyi965: Replace bool aux disable with enum
2016-11-25 Topi Pohjolaineni965/gen8: Relax asserts prohibiting arrayed/mipmapped...
2016-11-25 Topi Pohjolaineni965: Use ISL for CCS layouts
2016-11-25 Topi Pohjolaineni965: Track fast color clear state in level/layer granu...
2016-11-25 Topi Pohjolaineni965: Move fast clear state enumeration into resolve map
2016-11-25 Topi Pohjolaineni965: Add interface for checking multiple slices if...
2016-11-25 Topi Pohjolaineni965: Provide slice details to renderbuffer fast clear...
2016-11-25 Topi Pohjolaineni965: Split per miptree and per slice/level fast clear...
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-25 Topi Pohjolaineni965: Refactor lossless compression state tracking
2016-11-23 Topi Pohjolaineni965: Declare read-only input to level/layer check...
2016-11-08 Jordan Justeni965: Add function to indicate when sampling with hiz...
2016-11-08 Ben Widawskyi965/miptree: Create a hiz mcs type
2016-11-08 Ben Widawskyi965: Drop the aux mt when not used
2016-11-08 Jordan Justeni965: Wrap MCS miptree in intel_miptree_aux_buffer
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-09-12 Topi Pohjolaineni965/rbc: Allocate mcs directly
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-26 Jordan Justeni965: Add function to copy a stencil miptree to an...
2016-08-26 Jordan Justeni965/gen7: Add R8_UINT stencil miptree copy for sampling
2016-08-26 Francisco Jerezi965: Factor out isl_surf_dim/isl_dim_layout calculatio...
2016-08-26 Francisco Jerezi965: Return whether the miptree was resolved from...
2016-08-17 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
next