mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 08:20:12 +01:00
anv/blit: Remove completed finishme for VkFilter
This task was finished as of:
d9079648d0.
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
5647de8ba5
commit
f33866ae0a
1 changed files with 0 additions and 2 deletions
|
|
@ -366,8 +366,6 @@ void anv_CmdBlitImage(
|
|||
assert(src_image->samples == 1);
|
||||
assert(dest_image->samples == 1);
|
||||
|
||||
anv_finishme("respect VkFilter");
|
||||
|
||||
meta_prepare_blit(cmd_buffer, &saved_state);
|
||||
|
||||
for (unsigned r = 0; r < regionCount; r++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue