iris: Enable fast clears on other miplevels and layers than 0.
[mesa.git] / src / gallium / drivers / iris / iris_resolve.c
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