Skip to content

d3d12: Convert memory sizes to MB before summing

Jesse Natalie requested to merge jenatali/mesa:memory-size-query into msclc-d3d12

Without this we can easily overflow 4GB in 32bit processes and report arbitrary and probably low values.

Merge request reports