iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
[mesa.git] / src / gallium / drivers / iris / iris_resolve.c
2020-06-19 Nanley Cheryiris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
2020-06-19 Nanley Cheryiris: Don't support sRGB + Y_TILED_CCS on gen9
2020-06-19 Nanley Cheryiris: Disable sRGB fast-clears for non-0/1 values
2020-06-19 Nanley Cheryiris: Avoid fast-clear with incompatible view
2020-06-19 Nanley Cheryiris: Remove the CCS_D fallback
2020-06-03 Francisco JerezOPTIONAL: iris: Perform BLORP buffer barriers outside...
2020-06-03 Francisco Jereziris: Remove iris_flush_depth_and_render_caches().
2020-06-03 Francisco Jereziris: Emit single render target flush PIPE_CONTROL...
2020-06-03 Francisco Jereziris: Open-code iris_cache_flush_for_read() and iris_ca...
2020-06-03 Francisco Jereziris: Remove render cache hash table-based synchronization.
2020-06-03 Francisco Jereziris: Remove depth cache set tracking and synchronization.
2020-06-03 Francisco Jereziris: Remove batch argument of iris_resource_prepare_ac...
2020-06-03 Francisco Jereziris: Insert buffer barrier in existing cache flush...
2020-06-03 Francisco Jereziris: Bracket batch operations which access memory...
2020-06-03 Francisco Jereziris: Extend iris_context dirty state flags to 128...
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-03-16 Tapani Pälliiris: allow compression conditionally for images on...
2020-03-16 Tapani Pälliiris: determine aux usage during predraw and state...
2020-03-16 Tapani Pälliiris: provide dummy iris_image_view_aux_usage
2020-03-16 Tapani Pälliiris: use the images_used mask in resolve pass
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_STC_CCS for stencil CCS
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write...
2020-02-24 Nanley Cheryiris: Use isl_aux_state_transition_write()
2020-02-24 Nanley Cheryiris: Use ISL's access preparation functions
2020-02-24 Nanley Cheryiris: Use isl_aux_usage_has_fast_clear()
2020-01-04 Kenneth Graunkeiris: Allow HiZ for copy_region sources
2020-01-04 Kenneth Graunkeiris: Delete remnants of the unimplemented ASTC 5x5...
2019-11-12 Rafael Antognolliiris: Use mocs from isl_dev.
2019-10-29 Sagar Ghugeiris: Resolve stencil buffer lossless compression with...
2019-10-28 Sagar Ghugeiris: Define MCS_CCS state transitions and usages
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS sampling
2019-10-28 Nanley Cheryiris: Define initial HIZ_CCS state and transitions
2019-10-28 Nanley Cheryiris: Don't assume CCS_E includes CCS_D
2019-09-27 Kenneth Graunkeiris: Only resolve for image levels/layers which are...
2019-08-20 Sagar Ghugeiris: Add infrastructure to support non coherent frameb...
2019-07-17 Rafael Antognolliiris: Allow resolving clear color of CCS_D surfaces.
2019-07-17 Kenneth Graunkeiris: Make iris_has_color_unresolved non-static
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-05-03 Kenneth Graunkeiris: Resolve textures used by the program, not merely...
2019-04-30 Rafael Antognolliiris: Support sRGB fast clears even if the colorspaces...
2019-04-23 Kenneth Graunkeiris: Rework image views to store pipe_image_view.
2019-04-19 Kenneth Graunkeiris: Be less aggressive at postdraw work skipping
2019-03-29 Caio Marcelo de... iris: Clean up compiler warnings about unused
2019-03-22 Kenneth Graunkeiris: Skip framebuffer resolve tracking if framebuffer...
2019-03-22 Kenneth Graunkeiris: Skip input resolve handling if bindings haven...
2019-03-20 Rafael Antognolliiris: Let blorp update the clear color for us.
2019-03-20 Rafael Antognolliiris: Bring back check for srgb and fast clear color.
2019-03-19 Rafael Antognolliiris: Make intel_hiz_exec public.
2019-03-11 Kenneth Graunkeiris: Move depth/stencil flushes so they actually do...
2019-03-07 Kenneth Graunkeiris: Fix MOCS for blits and clears
2019-02-21 Rafael Antognolliiris: Flag ALL_DIRTY_BINDINGS on aux state change.
2019-02-21 Kenneth Graunkeiris: Fix aux usage in render resolve code
2019-02-21 Rafael Antognolliiris: Flush before hiz_exec.
2019-02-21 Kenneth Graunkeiris: do flush for buffers still
2019-02-21 Kenneth Graunkeiris: some initial HiZ bits
2019-02-21 Kenneth Graunkeiris: consider framebuffer parameter for aux usages
2019-02-21 Kenneth Graunkeiris: be sure to skip buffers in resolve code
2019-02-21 Kenneth Graunkeiris: add some draw resolve hooks
2019-02-21 Kenneth Graunkeiris: Initial import of resolve code
2019-02-21 Kenneth Graunkeiris: Only resolve inputs for actual shader stages
2019-02-21 Kenneth Graunkeiris: Drop continues in resolve
2019-02-21 Kenneth Graunkeiris: Replace num_textures etc with a bitmask we can...
2019-02-21 Kenneth Graunkeiris: actually flush for storage images
2019-02-21 Kenneth Graunkeiris: tidy more warnings
2019-02-21 Kenneth Graunkeiris: z_res -> s_res
2019-02-21 Kenneth Graunkeiris: precompute hashes for cache tracking
2019-02-21 Kenneth Graunkeiris: proper cache tracking
2019-02-21 Kenneth Graunkeiris: Move cache tracking to iris_resolve.c