r600g: tgsi_dst() can't fail.
[mesa.git] / src / gallium / drivers / svga / svga_sampler_view.c
index fbae552f78f46639bf688c1a119ec3f420d613d0..6911f13f778b0e1095cc32fc427c91739a7e7f62 100644 (file)
@@ -169,7 +169,7 @@ svga_validate_sampler_view(struct svga_context *svga, struct svga_sampler_view *
    for (i = v->min_lod; i <= v->max_lod; i++) {
       for (k = 0; k < numFaces; k++) {
          if (v->age < tex->view_age[i])
-            svga_texture_copy_handle(svga, NULL,
+            svga_texture_copy_handle(svga,
                                      tex->handle, 0, 0, 0, i, k,
                                      v->handle, 0, 0, 0, i - v->min_lod, k,
                                      u_minify(tex->b.b.width0, i),