svga: Performance fixes
[mesa.git] / src / gallium / drivers / svga / svga_cmd.c
index 5557d208171de11f70c4ba507a4da0ebb0222612..6577c839cf0e432df474bb9b83a78f94654b9364 100644 (file)
@@ -1693,7 +1693,7 @@ SVGA3D_BindGBSurface(struct svga_winsys_context *swc,
       return PIPE_ERROR_OUT_OF_MEMORY;
 
    swc->surface_relocation(swc, &cmd->sid, &cmd->mobid, surface,
-                           SVGA_RELOC_READ | SVGA_RELOC_INTERNAL);
+                           SVGA_RELOC_READ);
 
    swc->commit(swc);