mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
panfrost: Allow texelFetch for wallpaper blits
We just implemented the routine; we may as well use it. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
f4bb7f096c
commit
06d192c742
1 changed files with 1 additions and 3 deletions
|
|
@ -117,9 +117,7 @@ panfrost_blit_wallpaper(struct panfrost_context *ctx)
|
|||
binfo.src.box.y = binfo.dst.box.y = 0;
|
||||
binfo.src.box.width = binfo.dst.box.width = ctx->pipe_framebuffer.width;
|
||||
binfo.src.box.height = binfo.dst.box.height = ctx->pipe_framebuffer.height;
|
||||
|
||||
/* This avoids an assert due to missing nir_texop_txb support */
|
||||
//binfo.src.box.depth = binfo.dst.box.depth = 1;
|
||||
binfo.src.box.depth = binfo.dst.box.depth = 1;
|
||||
|
||||
binfo.src.format = binfo.dst.format = ctx->pipe_framebuffer.cbufs[0]->texture->format;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue