Skip to content
  • Jose Fonseca's avatar
    llvmpipe: Don't use texture transfer internally. · 3abc7b98
    Jose Fonseca authored
    Now that transfers are context objects their sideeffects must happen in
    order when used by the state tracker, but that synchronization must be
    bypassed when used inside the driver, or it would cause infinite
    recursion.
    3abc7b98