projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d31f04
)
llvmpipe: remove misleading debug string
author
Keith Whitwell
<keithw@vmware.com>
Tue, 30 Nov 2010 11:22:46 +0000
(11:22 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Tue, 30 Nov 2010 12:01:29 +0000
(12:01 +0000)
src/gallium/drivers/llvmpipe/lp_setup.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup.c
b/src/gallium/drivers/llvmpipe/lp_setup.c
index 6118434d3d36ac828e26de63cedebaf5aefb856d..07acdb282159f75e75101c0fb0982aa5273e6984 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup.c
@@
-263,7
+263,6
@@
execute_clears( struct lp_setup_context *setup )
const char *states[] = {
"FLUSHED",
- "EMPTY ",
"CLEARED",
"ACTIVE "
};