softpipe: allow the existing sampler routines to be hooked up directly
authorKeith Whitwell <keithw@vmware.com>
Thu, 20 Aug 2009 17:36:57 +0000 (18:36 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 20 Aug 2009 17:36:57 +0000 (18:36 +0100)
commit00c835918259f8d41c3f74eca679a972713b11b2
treef2dc09454abd960fdcc12451181d97b6978d6e09
parent0d9979d9ec5b931856d29c4ec44edb1f4931d1ac
softpipe: allow the existing sampler routines to be hooked up directly

Let eg. sp_get_samples_rect be hooked directly in as the tgsi sampler
routine.

Add a field to determine whether this is a vertex or fragment sampling
call, and massage parameters to match the tgsi call.
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_state_derived.c
src/gallium/drivers/softpipe/sp_tex_sample.c
src/gallium/drivers/softpipe/sp_tex_sample.h