Reviewed-by: Jason Ekstrand <[email protected]> On Mon, Oct 9, 2017 at 1:33 PM, Józef Kucia <[email protected]> wrote:
> Cc: [email protected] > --- > src/compiler/spirv/spirv_to_nir.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/compiler/spirv/spirv_to_nir.c > b/src/compiler/spirv/spirv_to_nir.c > index 8fe379e4e0..079ff0fe95 100644 > --- a/src/compiler/spirv/spirv_to_nir.c > +++ b/src/compiler/spirv/spirv_to_nir.c > @@ -2034,6 +2034,7 @@ vtn_handle_image(struct vtn_builder *b, SpvOp opcode, > case SpvOpAtomicIDecrement: > case SpvOpAtomicExchange: > case SpvOpAtomicIAdd: > + case SpvOpAtomicISub: > case SpvOpAtomicSMin: > case SpvOpAtomicUMin: > case SpvOpAtomicSMax: > -- > 2.13.6 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
