aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/state_tracker/st_atom_texture.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-07-29 09:02:30 +0200
committermarha <marha@users.sourceforge.net>2011-07-29 09:02:30 +0200
commit28257038c4f13ac26127d536c14c922aa036efed (patch)
tree12972a932e1c9f6cd4b3898dbc09cbf43bd16b0d /mesalib/src/mesa/state_tracker/st_atom_texture.c
parent01dc3700436c1fa006d38434e110b68b5d9702ce (diff)
downloadvcxsrv-28257038c4f13ac26127d536c14c922aa036efed.tar.gz
vcxsrv-28257038c4f13ac26127d536c14c922aa036efed.tar.bz2
vcxsrv-28257038c4f13ac26127d536c14c922aa036efed.zip
libX11 mesa pixman git update 29 jul 2011
Diffstat (limited to 'mesalib/src/mesa/state_tracker/st_atom_texture.c')
-rw-r--r--mesalib/src/mesa/state_tracker/st_atom_texture.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mesalib/src/mesa/state_tracker/st_atom_texture.c b/mesalib/src/mesa/state_tracker/st_atom_texture.c
index 800a9f1f0..3115a2511 100644
--- a/mesalib/src/mesa/state_tracker/st_atom_texture.c
+++ b/mesalib/src/mesa/state_tracker/st_atom_texture.c
@@ -221,9 +221,9 @@ update_single_texture(struct st_context *st, struct pipe_sampler_view **sampler_
if ((samp->sRGBDecode == GL_SKIP_DECODE_EXT) &&
(_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
- /* don't do sRGB->RGB conversion. Interpret the texture
- * texture data as linear values.
- */
+ /* Don't do sRGB->RGB conversion. Interpret the texture data as
+ * linear values.
+ */
const gl_format linearFormat =
_mesa_get_srgb_format_linear(texFormat);
firstImageFormat = st_mesa_format_to_pipe_format(linearFormat);