commit | 5f8e043fb6923b26ad1e333aef78d83163af729d | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Mon Sep 27 18:52:09 2021 -0500 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Sep 28 20:54:29 2021 +0000 |
tree | 5082505559e314ebd1cc24f6ec1646e6f1217c01 | |
parent | 5a9f907d9484aae6d09e9734ddf0e7951745f534 [diff] |
iris: Handle states=NULL in iris_bind_sampler_states Clover likes to do this to clear our a bunch of samplers without actually passing an array of NULL pointers. It's easy enough to handle in iris. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13072>