Mesa (master): mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 12 16:26:30 UTC 2009


Module: Mesa
Branch: master
Commit: e8cd8be03b9617d75df4e09dc568b6760db1edc4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8cd8be03b9617d75df4e09dc568b6760db1edc4

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 12 08:58:12 2009 -0700

mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()

---

 src/mesa/main/context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index c5b90d9..19ff5e5 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -183,6 +183,7 @@ GLfloat _mesa_ubyte_to_float_color_tab[256];
 void
 _mesa_notifySwapBuffers(__GLcontext *ctx)
 {
+   FLUSH_VERTICES( ctx, 0 );
    if (ctx->Driver.Flush) {
       ctx->Driver.Flush(ctx);
    }




More information about the mesa-commit mailing list