Skip to content

d3d12: Video Decode - Remove unnecessary copy for texture array case

Sil Vilerino requested to merge sivileri/mesa:remove_texarray_copies into main

Stops using a staging resource to decode and then copy to the pipe allocated video buffer, and just uses that one instead.

Merge request reports