Skip to content
Snippets Groups Projects
Commit b7eeced3 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

nir/lower_vec_to_movs: Pass the shader around directly


Previously, we were passing the shader around, we were just calling it
"mem_ctx".  However, the nir_shader is (and must be for the purposes of
mark-and-sweep) the mem_ctx so we might as well pass it around explicitly.

Reviewed-by: default avatarEduardo Lima Mitev <elima@igalia.com>
parent cadd7dd3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment