diff options
author | Zou Nan hai <[email protected]> | 2007-08-02 14:26:12 +0800 |
---|---|---|
committer | Zou Nan hai <[email protected]> | 2007-08-02 14:26:12 +0800 |
commit | 6bf81a5edfa287a396f30188b107ff1761039f3f (patch) | |
tree | 1c7b550a3b178147753d78b8bd8521fd42fbda1e /src/mesa/main/texformat.h | |
parent | 394e7575a3e5694ee63008c7a7e0e4b891c181f6 (diff) |
EXT_texture_sRGB support on i965
Diffstat (limited to 'src/mesa/main/texformat.h')
-rw-r--r-- | src/mesa/main/texformat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 55851db7016..82023b946d5 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -97,6 +97,7 @@ enum _format { MESA_FORMAT_SRGBA8, MESA_FORMAT_SL8, MESA_FORMAT_SLA8, + MESA_FORMAT_SRGB_DXT1, /*@}*/ #endif @@ -168,6 +169,7 @@ extern const struct gl_texture_format _mesa_texformat_srgb8; extern const struct gl_texture_format _mesa_texformat_srgba8; extern const struct gl_texture_format _mesa_texformat_sl8; extern const struct gl_texture_format _mesa_texformat_sla8; +extern const struct gl_texture_format _mesa_texformat_srgb_dxt1; /*@}*/ #endif |