freedreno/a5xx+: Drop the unused no_decode_srgb flag.

This was a flag used for a4xx GMEM draws.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9267>
This commit is contained in:
Eric Anholt
2021-02-24 15:04:47 -08:00
committed by Marge Bot
parent 9522087b75
commit 6d2b2515c4
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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: */