Skip to content

d3d12: Use blits for texture uploads

Jesse Natalie requested to merge jenatali/mesa:test-blit-uploads into main

Prevents a regression from !22492 (merged). Without the first patch, there's some regressions due to doing PBO uploads with a fragment shader now, but with the first patch, we actually fix a couple tests.

Merge request reports