zink: drop unused argument
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 10 Jul 2019 10:46:30 +0000 (12:46 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Oct 2019 08:51:45 +0000 (08:51 +0000)
commit4c5ade8ca6114435cfc1244675e825d913d85c38
treee9ae1701e0af3c14c3aec96e79e45fe9c9a9e51b
parent03efb6dd27b9ad8aafc8d06a4b8bd338fa850f89
zink: drop unused argument

Because si.waitSemaphoreCount is 0, this won't even be looked at by the
driver, so let's just drop it.

Acked-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/zink/zink_batch.c