Skip to content
  • Zhigang Gong's avatar
    Add new version glamor_fillspans without internal fallback. · ba1b3b53
    Zhigang Gong authored and Emma Anholt's avatar Emma Anholt committed
    
    
    For the purpose of incrementally intergration of existing intel
    driver, for the GC operations we may don't want to use glamor's
    internal fallback which is in general much slower than the
    implementation in intel driver. If the parameter "fallback" is
    false when call the glamor_fillspans, then if glamor found it
    can't accelerate it then it will just return a FALSE rather than
    fallback to a slow path.
    
    Signed-off-by: default avatarZhigang Gong <zhigang.gong@linux.intel.com>
    ba1b3b53