llvmpipe: add support for compute constant buffers.
authorDave Airlie <airlied@redhat.com>
Tue, 27 Aug 2019 05:08:19 +0000 (15:08 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Sep 2019 05:22:20 +0000 (15:22 +1000)
commit4ca40cc3dcbf34988fd614d8539938ffb17ce8ea
tree8add01f87dcdb5e117d1ddc908a01f797181a0e8
parent775fa81d7bfe8edb72277cfc064d23eb0155151a
llvmpipe: add support for compute constant buffers.

This is mostly 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_fs.c