From 6d2b2515c43ef97daaccc7a096dff7ff15ff6a43 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 24 Feb 2021 15:04:47 -0800 Subject: [PATCH] freedreno/a5xx+: Drop the unused no_decode_srgb flag. This was a flag used for a4xx GMEM draws. Part-of: --- src/gallium/drivers/freedreno/a5xx/fd5_emit.h | 1 - src/gallium/drivers/freedreno/a6xx/fd6_emit.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h index ecb0c84a8df..42bc88d89a4 100644 --- a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h +++ b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h @@ -54,7 +54,6 @@ struct fd5_emit { uint32_t sprite_coord_enable; /* bitmask */ bool sprite_coord_mode; bool rasterflat; - bool no_decode_srgb; /* in binning pass, we don't have real frag shader, so we * don't know if real draw disqualifies lrz write. So just diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h index c74e80d1662..5d51d3c570d 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h +++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h @@ -94,7 +94,6 @@ struct fd6_emit { uint32_t sprite_coord_enable; /* bitmask */ bool sprite_coord_mode; bool rasterflat; - bool no_decode_srgb; bool primitive_restart; /* cached to avoid repeated lookups: */