Mesa (gallium-0.1): vbo: missing line from previous commit

Keith Whitwell keithw at kemper.freedesktop.org
Tue Mar 3 10:55:31 UTC 2009


Module: Mesa
Branch: gallium-0.1
Commit: 2785af803f7d6d64ff17c10645e5f10499289ed0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2785af803f7d6d64ff17c10645e5f10499289ed0

Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue Mar  3 10:55:25 2009 +0000

vbo: missing line from previous commit

---

 src/mesa/vbo/vbo_exec_api.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c
index 4c8d0c2..1ba39c8 100644
--- a/src/mesa/vbo/vbo_exec_api.c
+++ b/src/mesa/vbo/vbo_exec_api.c
@@ -749,7 +749,7 @@ void vbo_exec_BeginVertices( GLcontext *ctx )
 {
    struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
    if (0) _mesa_printf("%s\n", __FUNCTION__);
-//   vbo_exec_vtx_map( exec );
+   vbo_exec_vtx_map( exec );
 }
 
 void vbo_exec_FlushVertices_internal( GLcontext *ctx, GLboolean unmap )




More information about the mesa-commit mailing list