svga: Remove some remaining fake S3TC rendering support.

This commit is contained in:
José Fonseca 2011-02-21 18:24:36 +00:00
parent a43f20e069
commit dcb21d8b1c

View file

@ -79,10 +79,6 @@ svga_get_tex_sampler_view(struct pipe_context *pipe,
if (min_lod == 0 && max_lod >= pt->last_level)
view = FALSE;
if (util_format_is_s3tc(pt->format) && view) {
format = svga_translate_format_render(pt->format);
}
if (ss->debug.no_sampler_view)
view = FALSE;