From a148300b13fbda239146c163549868cc903c0a70 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 22 Apr 2016 15:39:35 -0400 Subject: Revert "freedreno/a4xx: lower srgb in shader for astc textures" Better workaround in the following patch. This reverts commit 899bd63acefd49a668e11c42d2ad92fa55aa157d. --- src/gallium/drivers/freedreno/a4xx/fd4_texture.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/freedreno/a4xx/fd4_texture.h') 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 * -- cgit v1.2.3