X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fr600%2Fr600_shader.c;h=9ac0efad7e466532d60a7c6fa824586a2e2e200e;hp=b7dab54daab55a795b84a6a2727a392015173017;hb=f25e169897e73d30e31f6d19af1cc0ed487eb512;hpb=479d9c97eb2c85b7df81f39281867c5559aa0bba diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index b7dab54daab..9ac0efad7e4 100644 --- a/src/gallium/drivers/r600/r600_shader.c +++ b/src/gallium/drivers/r600/r600_shader.c @@ -201,7 +201,7 @@ int r600_pipe_shader_create(struct pipe_context *ctx, NIR_PASS_V(sel->nir, nir_lower_regs_to_ssa); NIR_PASS_V(sel->nir, nir_lower_alu_to_scalar, NULL, NULL); NIR_PASS_V(sel->nir, nir_lower_int64); - NIR_PASS_V(sel->nir, nir_opt_vectorize); + NIR_PASS_V(sel->nir, nir_opt_vectorize, NULL, NULL); } NIR_PASS_V(sel->nir, nir_lower_flrp, ~0, false, false); }