llvmpipe: add compute sampler + sampler view support.
authorDave Airlie <airlied@redhat.com>
Tue, 27 Aug 2019 05:17:29 +0000 (15:17 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Sep 2019 05:22:20 +0000 (15:22 +1000)
commit6ea8e9b415b31aede0c337bba0591271b9253c27
treecf39ad29615250c8c9b74446afca9f78447f15eb
parent4ca40cc3dcbf34988fd614d8539938ffb17ce8ea
llvmpipe: add compute sampler + sampler view support.

This is ported from the fragment shader code.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/drivers/llvmpipe/lp_state.h
src/gallium/drivers/llvmpipe/lp_state_cs.c
src/gallium/drivers/llvmpipe/lp_state_cs.h
src/gallium/drivers/llvmpipe/lp_state_sampler.c