projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38ffed
)
i915: Add missing break statement in i915_debug_packet.
author
Vinson Lee
<vlee@vmware.com>
Fri, 11 Dec 2009 02:21:59 +0000
(18:21 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 11 Dec 2009 02:21:59 +0000
(18:21 -0800)
src/mesa/drivers/dri/i915/i915_debug.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/i915_debug.c
b/src/mesa/drivers/dri/i915/i915_debug.c
index f7bb7ea44c9338ae4933d4551efb7d894142e8b3..fecfac30339cde498a5186173ab091dfb4ea9cfc 100644
(file)
--- a/
src/mesa/drivers/dri/i915/i915_debug.c
+++ b/
src/mesa/drivers/dri/i915/i915_debug.c
@@
-806,6
+806,7
@@
static GLboolean i915_debug_packet( struct debug_stream *stream )
default:
return debug(stream, "", 0);
}
+ break;
default:
assert(0);
return 0;