aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_blit.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Abort on unsupported blitAlyssa Rosenzweig2020-07-161-10/+2
* panfrost: Call util_blitter_save_fragment_constant_buffer_slotAlyssa Rosenzweig2020-07-161-0/+2
* panfrost: Move debug flags into the deviceAlyssa Rosenzweig2020-07-091-3/+7
* panfrost: Save sample_mask before blittingAlyssa Rosenzweig2020-07-071-3/+1
* panfrost: Use DBG macro to avoid noise in the consoleTomeu Vizoso2020-01-311-3/+2
* panfrost: Fix gnu-empty-initializer build errors.Vinson Lee2019-11-281-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper()Boris Brezillon2019-09-131-4/+5
* panfrost: Add support for KHR_partial_update()Boris Brezillon2019-08-131-5/+5
* panfrost: Unify ctx->vs and ctx->fsAlyssa Rosenzweig2019-08-011-2/+2
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-101-25/+25
* panfrost: Update copyright identifiersAlyssa Rosenzweig2019-06-261-1/+1
* panfrost: Use pipe_surface->format directly in blitterAlyssa Rosenzweig2019-06-251-1/+1
* panfrost: Respect mip level when wallpaperingAlyssa Rosenzweig2019-06-251-1/+7
* panfrost: Use dedicated u_blitter context for wallpapersAlyssa Rosenzweig2019-06-251-19/+21
* panfrost: Enable blittingAlyssa Rosenzweig2019-06-251-4/+0
* panfrost: Allow texelFetch for wallpaper blitsAlyssa Rosenzweig2019-06-251-3/+1
* panfrost: Refactor blitting codeAlyssa Rosenzweig2019-06-101-0/+133