Skip to content
Snippets Groups Projects
Commit bd5ccbd4 authored by Emma Anholt's avatar Emma Anholt Committed by Jordan Justen
Browse files

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: default avatarMatt Turner <mattst88@gmail.com>
(cherry picked from commit 1658efc4)
parent 1ea2331e
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ txs_type(const glsl_type *type)
break;
default:
assert(!"Should not get here: invalid sampler dimensionality");
dims = 2;
}
if (type->sampler_array)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment