projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d0fcb
)
i915: Fix MSVC build.
author
Vinson Lee
<vlee@vmware.com>
Tue, 29 Sep 2009 09:38:47 +0000
(10:38 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 29 Sep 2009 10:10:42 +0000
(11:10 +0100)
src/gallium/drivers/i915simple/i915_prim_vbuf.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915simple/i915_prim_vbuf.c
b/src/gallium/drivers/i915simple/i915_prim_vbuf.c
index d50201642bdc213c8b26a055380fcea32e246802..8a3e466c8453e1ad6f31d62764c3adae0ddd07ca 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_prim_vbuf.c
+++ b/
src/gallium/drivers/i915simple/i915_prim_vbuf.c
@@
-198,7
+198,7
@@
i915_vbuf_render_map_vertices(struct vbuf_render *render)
struct intel_winsys *iws = i915->iws;
if (i915->vbo_flushed)
- debug_printf("%s bad vbo flush occured stalling on hw\n", __
func
__);
+ debug_printf("%s bad vbo flush occured stalling on hw\n", __
FUNCTION
__);
i915_render->vbo_ptr = iws->buffer_map(iws, i915_render->vbo, TRUE);