llvmpipe, tgsi: hook up dx10 gather4 opcode
authorRoland Scheidegger <sroland@vmware.com>
Tue, 5 Sep 2017 15:59:37 +0000 (17:59 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 7 Sep 2017 01:32:01 +0000 (03:32 +0200)
commit6d9d6071ee961acc82543b321764a0ffec8cd39a
treee0b3744fd64e0a629e46642e9d47abe990554ae0
parentde6810d9be9d1e6426881774458f8a6f3bed17ee
llvmpipe, tgsi: hook up dx10 gather4 opcode

Trivial. We already support tg4 for legacy tex opcodes, so the actual
texture sampling code already handles it.
(Just like TG4, we don't handle additional capabilities and always sample
red channel.)

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
src/gallium/auxiliary/tgsi/tgsi_exec.c