swpipe: Fix reversed buffers

This commit is contained in:
Alexander von Gluck IV 2012-12-01 12:04:13 -06:00
parent 32aab0863c
commit 28108f3884

View File

@ -438,7 +438,7 @@ GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID)
}
// TODO: WinSysDrawBuffer & WinSysReadBuffer?
api->make_current(context->api, context->st, context->read, context->draw);
api->make_current(context->api, context->st, context->draw, context->read);
// TODO: Anything else? st_api_make_current