diff options
author | Anuj Phogat <[email protected]> | 2012-10-23 12:22:20 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-12-07 16:29:49 -0800 |
commit | e06dcbfdc2c90b402cec257fd5e2fc843a7f708f (patch) | |
tree | 0f26df98d0305bfaf459425651d03a3ebdccd051 /src/mesa/swrast | |
parent | 883efbf6daa02cfe8a5ce78ed87aaa06bec7c995 (diff) |
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Data in GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 format is decoded and stored
in MESA_FORMAT_SARGB.
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_texfetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c index 579dd5c5fc1..86b01a0b346 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -1085,7 +1085,7 @@ texfetch_funcs[] = { MESA_FORMAT_ETC2_SRGB8_PUNCHTHROUGH_ALPHA1, NULL, - NULL /* _mesa_fetch_texel_2d_f_etc2_srgb8_punchthrough_alpha1 -- not implemented yet */, + _mesa_fetch_texel_2d_f_etc2_srgb8_punchthrough_alpha1, NULL }, { |