swpipe: Fix reversed buffers
This commit is contained in:
parent
32aab0863c
commit
28108f3884
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user