aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_resolve.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12Nanley Chery2020-06-191-13/+12
* iris: Don't support sRGB + Y_TILED_CCS on gen9Nanley Chery2020-06-191-63/+18
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-191-15/+2
* iris: Avoid fast-clear with incompatible viewNanley Chery2020-06-191-0/+35
* iris: Remove the CCS_D fallbackNanley Chery2020-06-191-2/+1
* OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.Francisco Jerez2020-06-031-0/+1
* iris: Remove iris_flush_depth_and_render_caches().Francisco Jerez2020-06-031-27/+0
* iris: Emit single render target flush PIPE_CONTROL on format mismatch.Francisco Jerez2020-06-031-1/+4
* iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_depth().Francisco Jerez2020-06-031-18/+6
* iris: Remove render cache hash table-based synchronization.Francisco Jerez2020-06-031-42/+5
* iris: Remove depth cache set tracking and synchronization.Francisco Jerez2020-06-031-20/+1
* iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez2020-06-031-8/+11
* iris: Insert buffer barrier in existing cache flush helpers.Francisco Jerez2020-06-031-0/+6
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-031-0/+8
* iris: Extend iris_context dirty state flags to 128 bits.Francisco Jerez2020-06-031-7/+11
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-3/+3
* iris: allow compression conditionally for images on gen12Tapani Pälli2020-03-161-0/+18
* iris: determine aux usage during predraw and state setupTapani Pälli2020-03-161-2/+4
* iris: provide dummy iris_image_view_aux_usageTapani Pälli2020-03-161-0/+8
* iris: use the images_used mask in resolve passTapani Pälli2020-03-161-3/+3
* iris: Use ISL_AUX_USAGE_STC_CCS for stencil CCSJason Ekstrand2020-03-121-1/+2
* iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZJason Ekstrand2020-03-121-4/+7
* iris: Use isl_aux_state_transition_write()Nanley Chery2020-02-241-182/+13
* iris: Use ISL's access preparation functionsNanley Chery2020-02-241-256/+34
* iris: Use isl_aux_usage_has_fast_clear()Nanley Chery2020-02-241-2/+2
* iris: Allow HiZ for copy_region sourcesKenneth Graunke2020-01-041-5/+5
* iris: Delete remnants of the unimplemented ASTC 5x5 workaroundKenneth Graunke2020-01-031-23/+5
* iris: Use mocs from isl_dev.Rafael Antognolli2019-11-121-6/+6
* iris: Resolve stencil buffer lossless compression with WM_HZ_OP packetSagar Ghuge2019-10-291-9/+13
* iris: Define MCS_CCS state transitions and usagesSagar Ghuge2019-10-281-5/+9
* iris: Enable HIZ_CCS samplingNanley Chery2019-10-281-6/+19
* iris: Define initial HIZ_CCS state and transitionsNanley Chery2019-10-281-12/+18
* iris: Don't assume CCS_E includes CCS_DNanley Chery2019-10-281-2/+3
* iris: Only resolve for image levels/layers which are actually in use.Kenneth Graunke2019-09-261-14/+12
* iris: Add infrastructure to support non coherent framebuffer fetchSagar Ghuge2019-08-201-0/+21
* iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli2019-07-171-6/+2
* iris: Make iris_has_color_unresolved non-staticKenneth Graunke2019-07-171-6/+6
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-3/+10
* iris: Resolve textures used by the program, not merely bound texturesKenneth Graunke2019-05-031-2/+5
* iris: Support sRGB fast clears even if the colorspaces differ.Rafael Antognolli2019-04-301-1/+2
* iris: Rework image views to store pipe_image_view.Kenneth Graunke2019-04-231-1/+1
* iris: Be less aggressive at postdraw work skippingKenneth Graunke2019-04-181-28/+36
* iris: Clean up compiler warnings about unusedCaio Marcelo de Oliveira Filho2019-03-291-1/+1
* iris: Skip framebuffer resolve tracking if framebuffer isn't dirtyKenneth Graunke2019-03-211-68/+82
* iris: Skip input resolve handling if bindings haven't changedKenneth Graunke2019-03-211-3/+12
* iris: Let blorp update the clear color for us.Rafael Antognolli2019-03-201-4/+6
* iris: Bring back check for srgb and fast clear color.Rafael Antognolli2019-03-201-3/+1
* iris: Make intel_hiz_exec public.Rafael Antognolli2019-03-181-1/+1
* iris: Move depth/stencil flushes so they actually do somethingKenneth Graunke2019-03-111-0/+5
* iris: Fix MOCS for blits and clearsKenneth Graunke2019-03-061-5/+6