Skip to content
  • Connor Abbott's avatar
    i965/fs: add a NIR frontend · 2faf7f87
    Connor Abbott authored
    This is similar to the GLSL IR frontend, except consuming NIR. This lets
    us test NIR as part of an actual compiler.
    
    v2: Jason Ekstrand <jason.ekstrand@intel.com>:
       Make brw_fs_nir build again
       Only use NIR of INTEL_USE_NIR is set
       whitespace fixes
    2faf7f87