tgsi: add TXQ support. (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 25 Aug 2011 10:35:01 +0000 (11:35 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 25 Aug 2011 15:49:20 +0000 (16:49 +0100)
commit7f1b9ddd12e97ac57c4818646c17521bb0c2c358
treee7b2532a47545108872af73189f143c2a672e870
parentb9eb4d8a59699e233255113acafae220c3d8fe3c
tgsi: add TXQ support. (v2)

this adds another callback in the sampler struct containing get_dims
entry point. This is used to query the driver for the texture resource
dimensions for the resource bound to the current sampler.

v2: remove unusued variable, fix indent

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/auxiliary/tgsi/tgsi_exec.h