Skip to content

rusticl: Move nir compilation to Program

Antonio Gomes requested to merge antoniospg100/mesa:improvs_nir_copyto into main
  • Calling convert_spirv_to_nir for every kernel when building the program.
  • When creating a kernel, just look for the kernel name in a hashtable and retrieve nir build information.
  • Fix printf
  • Fix piglit errors
Edited by Antonio Gomes

Merge request reports

Loading