From 28108f388417b86313a9946b389a074667ef7d15 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 1 Dec 2012 12:04:13 -0600 Subject: [PATCH] swpipe: Fix reversed buffers --- src/add-ons/opengl/swpipe/GalliumContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/opengl/swpipe/GalliumContext.cpp b/src/add-ons/opengl/swpipe/GalliumContext.cpp index d5e3de6bea..a5cf978016 100644 --- a/src/add-ons/opengl/swpipe/GalliumContext.cpp +++ b/src/add-ons/opengl/swpipe/GalliumContext.cpp @@ -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