tgsi/ureg: make the dst register match the src indirection
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_pstipple.c
index e4c5e733768ac02eb3128b19cd9996906181e02e..808c7cdcac23fea61493d15cfe62c3086e6d452f 100644 (file)
@@ -419,7 +419,7 @@ pstip_update_texture(struct pstip_stage *pstip)
    }
 
    /* unmap */
-   pipe->transfer_unmap(pipe, transfer);
+   pipe_transfer_unmap(pipe, transfer);
 }