Module: Mesa
Branch: master
Commit: c171d76b942e9252a6f2cb8a407dee2b5d9f1b97
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c171d76b942e9252a6f2cb8a407dee2b5d9f1b97

Author: Gert Wollny <gert.wol...@collabora.com>
Date:   Thu Nov  1 12:59:27 2018 +0100

r600: Add support for EXT_texture_sRGB_R8

Enables on R600 and makes pass:
  dEQP-GLES31.functional.srgb_texture_decode.skip_decode.sr8.*
  dEQP-GLES31.functional.texture.filtering.cube_array.formats.sr8*

v2: remove chunk for dri/radeon (Emil)

Signed-off-by: Gert Wollny <gert.wol...@collabora.com>
Reviewed-by: Roland Scheidegger <srol...@vmware.com>

---

 src/gallium/drivers/r600/r600_state_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/r600/r600_state_common.c 
b/src/gallium/drivers/r600/r600_state_common.c
index e6c1b0be97..2d36541787 100644
--- a/src/gallium/drivers/r600/r600_state_common.c
+++ b/src/gallium/drivers/r600/r600_state_common.c
@@ -2917,6 +2917,7 @@ uint32_t r600_translate_texformat(struct pipe_screen 
*screen,
                        switch (desc->nr_channels) {
                        case 1:
                                result = FMT_8;
+                               is_srgb_valid = TRUE;
                                goto out_word4;
                        case 2:
                                result = FMT_8_8;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to