mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
i965: Shut up the last release build warning.
I don't see a sensible value to use in this path, but we shouldn't ever hit this outside of developer new-texture-target enabling. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
dcb1b89c65
commit
1658efc42c
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ txs_type(const glsl_type *type)
|
|||
break;
|
||||
default:
|
||||
assert(!"Should not get here: invalid sampler dimensionality");
|
||||
dims = 2;
|
||||
}
|
||||
|
||||
if (type->sampler_array)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue