freedreno/a3xx/compiler: fix RECT textures
authorRob Clark <robclark@freedesktop.org>
Sun, 30 Mar 2014 16:06:35 +0000 (12:06 -0400)
committerRob Clark <robclark@freedesktop.org>
Sun, 30 Mar 2014 16:10:26 +0000 (12:10 -0400)
commitdb414c468609764c2394b4472900e7878f4ddfaa
tree068a77ea6bf0dbd49c125539724d38475ec87593
parent83808a90bea75598a279ae45d96e55c562ad58e4
freedreno/a3xx/compiler: fix RECT textures

Whether or not the coords are normalized is handled in the texture
state.  But we otherwise need to treat RECT sample instructions as 2D.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/a3xx/fd3_compiler.c