Browse Source

svga: Remove some remaining fake S3TC rendering support.

undefined
José Fonseca 14 years ago
parent
commit
dcb21d8b1c
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/gallium/drivers/svga/svga_sampler_view.c

+ 0
- 4
src/gallium/drivers/svga/svga_sampler_view.c 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;


Loading…
Cancel
Save