projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8e22a
)
i915g: Add missing break statement in i915_debug_packet.
author
Vinson Lee
<vlee@vmware.com>
Tue, 8 Dec 2009 08:37:35 +0000
(
00:37
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 8 Dec 2009 08:37:35 +0000
(
00:37
-0800)
src/gallium/drivers/i915simple/i915_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915simple/i915_debug.c
b/src/gallium/drivers/i915simple/i915_debug.c
index ce92d1af9a7cb75966249b8888169cc63440933d..521b51647023ef82f7a1ece9caec344f483a2ee0 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_debug.c
+++ b/
src/gallium/drivers/i915simple/i915_debug.c
@@
-851,6
+851,7
@@
static boolean i915_debug_packet( struct debug_stream *stream )
default:
return debug(stream, "", 0);
}
+ break;
default:
assert(0);
return 0;