projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ff468
)
i915: Remove a dead if (0) block.
author
Eric Anholt
<eric@anholt.net>
Thu, 23 Sep 2010 23:34:10 +0000
(16:34 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 23 Sep 2010 23:34:10 +0000
(16:34 -0700)
src/mesa/drivers/dri/i915/i915_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/i915_context.c
b/src/mesa/drivers/dri/i915/i915_context.c
index 450e66e0d33c86a416597b5973282d15065a4fdf..bf6762d666683c8c4db0001e6c57c2f218925d02 100644
(file)
--- a/
src/mesa/drivers/dri/i915/i915_context.c
+++ b/
src/mesa/drivers/dri/i915/i915_context.c
@@
-108,9
+108,6
@@
i915CreateContext(int api,
if (!i915)
return GL_FALSE;
- if (0)
- printf("\ntexmem-0-3 branch\n\n");
-
i915InitVtbl(i915);
i915InitDriverFunctions(&functions);