projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e29b7d
)
vbo: missing line from previous commit
author
Keith Whitwell
<keithw@vmware.com>
Tue, 3 Mar 2009 10:55:25 +0000
(10:55 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Tue, 3 Mar 2009 10:55:25 +0000
(10:55 +0000)
src/mesa/vbo/vbo_exec_api.c
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_exec_api.c
b/src/mesa/vbo/vbo_exec_api.c
index 4c8d0c25a49bcca4de03af203240b8b06a8c7bc1..1ba39c8aa20b8c087e539b833c4fe43083e84da0 100644
(file)
--- 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 )