projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff4974
)
i915g: remove extra semicolon
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Mar 2011 00:09:15 +0000
(17:09 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 2 Mar 2011 00:09:15 +0000
(17:09 -0700)
src/gallium/drivers/i915/i915_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_context.c
b/src/gallium/drivers/i915/i915_context.c
index cbf919754e56e4f3391133942f92fb0ad8a4493b..84c8cb544364a9383964093c1a2ceaf55958cc81 100644
(file)
--- a/
src/gallium/drivers/i915/i915_context.c
+++ b/
src/gallium/drivers/i915/i915_context.c
@@
-39,7
+39,7
@@
#include "pipe/p_screen.h"
-DEBUG_GET_ONCE_BOOL_OPTION(i915_no_vbuf, "I915_NO_VBUF", FALSE)
;
+DEBUG_GET_ONCE_BOOL_OPTION(i915_no_vbuf, "I915_NO_VBUF", FALSE)
/*