mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
Revert "asahi: don't canonicalize nans/flush denorms when copying"
This reverts commit ab7fb3d400.
This breaks ./arb_copy_image-formats -auto --samples=4 since we need the blit
path for compression transitions. The correct thing to do is cast the formats.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
74110ef21d
commit
3b927567ac
1 changed files with 0 additions and 4 deletions
|
|
@ -412,10 +412,6 @@ try_copy_via_blit(struct pipe_context *pctx, struct pipe_resource *dst,
|
|||
if (dst->target != src->target)
|
||||
return false;
|
||||
|
||||
/* TODO: float formats don't roundtrip, cast */
|
||||
if (util_format_is_float(dst->format) || util_format_is_float(src->format))
|
||||
return false;
|
||||
|
||||
struct pipe_blit_info info = {
|
||||
.dst =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue