projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2963b
)
sofpipe: remove extraneous semicolon
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Jan 2012 15:30:52 +0000
(08:30 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 12 Jan 2012 15:30:52 +0000
(08:30 -0700)
src/gallium/drivers/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index 32408f35cc8cb4b385da2f4211b91bc5cfb1bf84..f5ff68c0acc39731f63351657afdbc2b1cf780e2 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_screen.c
+++ b/
src/gallium/drivers/softpipe/sp_screen.c
@@
-45,7
+45,7
@@
#include "sp_fence.h"
#include "sp_public.h"
-DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE)
;
+DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE)
static const char *
softpipe_get_vendor(struct pipe_screen *screen)