Merge branch 'draw-instanced'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_fs.c
index ae207617cc173e07d83108a5f8686945a9d0ca69..1b9119eda0020f00579f1cf6939040c1fdcd6fca 100644 (file)
@@ -334,7 +334,8 @@ generate_fs(struct gallivm_state *gallivm,
    
    /* Build the actual shader */
    lp_build_tgsi_soa(gallivm, tokens, type, &mask,
-                     consts_ptr, interp->pos, interp->inputs,
+                     consts_ptr, NULL, /* sys values array */
+                     interp->pos, interp->inputs,
                      outputs, sampler, &shader->info.base);
 
    /* Alpha test */