freedreno/a4xx: wire up integer texture sampling
authorRob Clark <robclark@freedesktop.org>
Wed, 22 Apr 2015 17:05:53 +0000 (13:05 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 22 Apr 2015 17:20:28 +0000 (13:20 -0400)
commit13527df143be1ca6e2f69bf4728f69efaebb3b13
tree68733b911437aea29dcd1f8c438489701c88cf8a
parent48a651e98ce764a9dae3d4dfd6e18044414be18b
freedreno/a4xx: wire up integer texture sampling

Similar to a3xx, the compiler needs to know the return type of the sam,
etc, instructions.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/a4xx/fd4_context.h
src/gallium/drivers/freedreno/a4xx/fd4_draw.c
src/gallium/drivers/freedreno/a4xx/fd4_texture.c