radeonsi: remove redundant si_shader_info::uses_derivatives
[mesa.git] / src / gallium / drivers / panfrost / pan_blit.c
2020-07-16 Alyssa Rosenzweigpanfrost: Abort on unsupported blit
2020-07-16 Alyssa Rosenzweigpanfrost: Call util_blitter_save_fragment_constant_buff...
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-07-07 Alyssa Rosenzweigpanfrost: Save sample_mask before blitting
2020-01-31 Tomeu Vizosopanfrost: Use DBG macro to avoid noise in the console
2019-11-29 Vinson Leepanfrost: Fix gnu-empty-initializer build errors.
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-13 Boris Brezillonpanfrost: Use ctx->wallpaper_batch in panfrost_blit_wal...
2019-08-13 Boris Brezillonpanfrost: Add support for KHR_partial_update()
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-25 Alyssa Rosenzweigpanfrost: Use pipe_surface->format directly in blitter
2019-06-25 Alyssa Rosenzweigpanfrost: Respect mip level when wallpapering
2019-06-25 Alyssa Rosenzweigpanfrost: Use dedicated u_blitter context for wallpapers
2019-06-25 Alyssa Rosenzweigpanfrost: Enable blitting
2019-06-25 Alyssa Rosenzweigpanfrost: Allow texelFetch for wallpaper blits
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor blitting code