Skip to content

llvmpipe: store a screen pointer in resource struct

Mike Blumenkrantz requested to merge zmike/mesa:llvmpipe-trace into main

directly accessing the pipe_resource::screen pointer crashes trace, so it's necessary to have an unwrapped pointer available if such things are needed

Merge request reports