projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9608193
)
u_vbuf: simple whitespace fix
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Sep 2014 22:37:24 +0000
(16:37 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Sep 2014 22:37:54 +0000
(16:37 -0600)
src/gallium/auxiliary/util/u_vbuf.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_vbuf.c
b/src/gallium/auxiliary/util/u_vbuf.c
index 650df9f6aef8a665fb7a5ec895db98894846b367..b1b89bf1b6db0b2efade2f055ae73c79d5947fad 100644
(file)
--- a/
src/gallium/auxiliary/util/u_vbuf.c
+++ b/
src/gallium/auxiliary/util/u_vbuf.c
@@
-357,7
+357,8
@@
u_vbuf_set_vertex_elements_internal(struct u_vbuf *mgr, unsigned count,
assert(ve);
if (ve != mgr->ve)
- pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
+ pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
+
return ve;
}