Skip to content

util/threaded_context: use driver's buffer alignment for staging transfers

Mike Blumenkrantz requested to merge zmike/mesa:tc_align into master

this coincidentally worked because radeonsi has a hardcoded value of 64, but other drivers do not use this value and then things are subtly broken

Merge request reports