From: Brian Paul Date: Thu, 9 Apr 2009 20:58:40 +0000 (-0600) Subject: st: remove unneeded "is compressed" check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f4a7f3a2eafd99906105ff74b26ea3ae0f19030;p=mesa.git st: remove unneeded "is compressed" check The format indicates compressed vs. uncompressed. --- diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index 12ceac10910..fad513a5563 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -127,8 +127,7 @@ st_texture_match_image(const struct pipe_texture *pt, /* Check if this image's format matches the established texture's format. */ - if (st_mesa_format_to_pipe_format(image->TexFormat->MesaFormat) != pt->format || - image->IsCompressed != pt->compressed) + if (st_mesa_format_to_pipe_format(image->TexFormat->MesaFormat) != pt->format) return GL_FALSE; /* Test if this image's size matches what's expected in the