llvmpipe: move getting mask value out of depth code. (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 19 Mar 2020 05:47:14 +0000 (15:47 +1000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 6 May 2020 06:20:37 +0000 (06:20 +0000)
commitd297f2ecf1b14f573dc425fae192b1013d175493
tree7ca23d3a9d02f2558db3f0a924523b32b7e0e33e
parent18fd62a26e1baa59b650968d798227c922c0352d
llvmpipe: move getting mask value out of depth code. (v2)

In order to add per-sample support to this code, the mask
value is needed not the value from the exec mask.

v2: update comment

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4122>
src/gallium/drivers/llvmpipe/lp_bld_depth.c
src/gallium/drivers/llvmpipe/lp_bld_depth.h
src/gallium/drivers/llvmpipe/lp_state_fs.c