u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()
authorBrian Paul <brianp@vmware.com>
Tue, 21 Oct 2014 16:26:24 +0000 (10:26 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 22 Oct 2014 23:33:40 +0000 (17:33 -0600)
commitf82a84c09771da63b68464b9653cae421c0ae482
tree4b1d4c4faf86ae5e62a4d9d0ccae909045f82ddb
parent0bcd9f5469868748ce3b1bb8ddab55d9859e96c4
u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()

Consistently use the function pointer we saved earlier.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_blitter.c