Skip to content
  • Topi Pohjolainen's avatar
    i965/fs: introduce blorp specific rt-write for fs_generator · 9927d7ae
    Topi Pohjolainen authored
    
    
    The compiler for blorp programs likes to emit instructions for
    the message construction itself meaning that the generator needs
    to skip any such when blorp programs are translated for the hw.
    In addition, the binding table control is special for blorp
    programs and the generator does not need to update the binding
    tables associated with the compiler bookkeeping (this in fact
    gets thrown away as the blorp compiler sets the program data
    in its own way).
    
    v2 (Paul): do not hardcode the binding table index but use
               fs_inst::target instead.
    
    Signed-off-by: default avatarTopi Pohjolainen <topi.pohjolainen@intel.com>
    Reviewed-by: default avatarPaul Berry <stereotype441@gmail.com>
    9927d7ae