mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
svga: Remove some remaining fake S3TC rendering support.
This commit is contained in:
parent
a43f20e069
commit
dcb21d8b1c
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue