Skip to content

zink: stop misusing buffer offsets

Mike Blumenkrantz requested to merge zmike/mesa:zink-offsets_are_hard into main

offsets are hard, especially when all the code uses the memory offset instead of the buffer offset but still succeeds because the memory offset is always 0

Merge request reports