gallium/util: fix blitter sampler view target initialization
authorRoland Scheidegger <sroland@vmware.com>
Tue, 12 May 2015 15:27:59 +0000 (17:27 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Wed, 13 May 2015 20:57:50 +0000 (22:57 +0200)
commit2712f70d57a0df25db6371496eb567564a588e13
treea5d77e86c0d991f3b86c479a0e3a815c51c53aaa
parentcf71e7093c301a1d3dc3e19d88d44a043ccadc7d
gallium/util: fix blitter sampler view target initialization

This was missing, and drivers relying on the target in the view could get
into quite some trouble.

Signed-off-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_blitter.c