mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
i965: Fix compiler warnings since the introduction of texture multisample.
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
1faaa411c7
commit
b5a0f59c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -2120,7 +2120,7 @@ vec4_visitor::visit(ir_texture *ir)
|
|||
shadow_comparitor = this->result;
|
||||
}
|
||||
|
||||
const glsl_type *lod_type, *sample_index_type;
|
||||
const glsl_type *lod_type = NULL, *sample_index_type = NULL;
|
||||
src_reg lod, dPdx, dPdy, sample_index;
|
||||
switch (ir->op) {
|
||||
case ir_tex:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue