freedreno/a3xx/compiler: 1D textures
authorRob Clark <robclark@freedesktop.org>
Sat, 17 May 2014 17:49:52 +0000 (13:49 -0400)
committerRob Clark <robclark@freedesktop.org>
Sun, 18 May 2014 19:23:53 +0000 (15:23 -0400)
commit88ba9de917dfe92040f4e0508f18f6817987e538
tree7bf819393271fa131c394261be0fcd1e8c78c785
parent6f84f64643ffb9af58b0ccddccbec9135f2756bd
freedreno/a3xx/compiler: 1D textures

Gallium already gives us height==1 for these, so the texture state is
already setup correctly to emulate 1D textures as a Nx1 2D texture.  We
just need to supply the .y coord.

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