OSDN Git Service

tgsi: add tgsi_util_get_texture_coord_dim()
authorChia-I Wu <olvaffe@gmail.com>
Tue, 7 May 2013 07:32:35 +0000 (15:32 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Wed, 8 May 2013 02:58:53 +0000 (10:58 +0800)
commit80857d2c8b867f6060451c14e5aff5438f5d30f7
treef38969dcedbc526b543d92a902485c079d36e705
parent14a0bb81fef164949aeb2ec2bcfe14fee4627eeb
tgsi: add tgsi_util_get_texture_coord_dim()

This util function returns the dimension of the texture coordinates for a
texture target, and the location of the shadow reference value.

For example, when the texture target is TGSI_TEXTURE_SHADOW2D, the dimension
of the texture coordinates is 2, and the location of the ref value is 2
(that is, the Z channel).

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Acked-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_util.c
src/gallium/auxiliary/tgsi/tgsi_util.h