Skip to content
  • Francisco Jerez's avatar
    gallium/compute: Drop TGSI dependency. · 57c048f2
    Francisco Jerez authored
    
    
    Add a shader cap for specifying the preferred shader representation.
    Right now the only supported value is TGSI, other enum values will be
    added as they are needed.
    
    This is mainly to accommodate AMD's LLVM compiler back-end by letting
    it bypass the TGSI representation for compute programs.  Other drivers
    will keep using the common TGSI instruction set.
    
    Reviewed-by: default avatarTom Stellard <thomas.stellard@amd.com>
    57c048f2