Skip to content

zink: base counter support

Mike Blumenkrantz requested to merge zmike/mesa:zink-counters into master

this is very basic counter support which just supports incrementing and reading the value, preparing the groundwork for SSBOs and atomic ops in general

the next series will greatly improve atomic support and the one after that will finish off SSBO handling and atomics overall

Merge request reports