diff options
author | Rob Clark <[email protected]> | 2016-04-22 15:39:35 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-04-24 13:40:57 -0400 |
commit | a148300b13fbda239146c163549868cc903c0a70 (patch) | |
tree | 82e572aa15ca4d199b97a5a81b04965567142310 /src/gallium/drivers/freedreno/a4xx/fd4_texture.h | |
parent | 19118e6f4713fd90d1a0bb75cbb2c06f1043d378 (diff) |
Revert "freedreno/a4xx: lower srgb in shader for astc textures"
Better workaround in the following patch.
This reverts commit 899bd63acefd49a668e11c42d2ad92fa55aa157d.
Diffstat (limited to 'src/gallium/drivers/freedreno/a4xx/fd4_texture.h')
-rw-r--r-- | src/gallium/drivers/freedreno/a4xx/fd4_texture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a4xx/fd4_texture.h b/src/gallium/drivers/freedreno/a4xx/fd4_texture.h index af2140db504..6ca34ade60d 100644 --- a/src/gallium/drivers/freedreno/a4xx/fd4_texture.h +++ b/src/gallium/drivers/freedreno/a4xx/fd4_texture.h @@ -53,7 +53,6 @@ struct fd4_pipe_sampler_view { struct pipe_sampler_view base; uint32_t texconst0, texconst1, texconst2, texconst3, texconst4; uint32_t offset; - bool lower_srgb; }; static inline struct fd4_pipe_sampler_view * |