OSDN Git Service

gallium: remove stray semicolons
authorBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:41 +0000 (15:09 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Aug 2010 21:09:41 +0000 (15:09 -0600)
src/gallium/auxiliary/gallivm/lp_bld_init.c
src/gallium/auxiliary/tgsi/tgsi_sanity.c
src/gallium/auxiliary/util/u_cpu_detect.c
src/gallium/drivers/llvmpipe/lp_context.c

index ef08880..60d8bcf 100644 (file)
@@ -46,7 +46,7 @@ static const struct debug_named_value lp_bld_debug_flags[] = {
    DEBUG_NAMED_VALUE_END
 };
 
-DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0);
+DEBUG_GET_ONCE_FLAGS_OPTION(gallivm_debug, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
 #endif
 
 
index 9e02040..287ee00 100644 (file)
@@ -34,7 +34,7 @@
 #include "tgsi_iterate.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE);
+DEBUG_GET_ONCE_BOOL_OPTION(print_sanity, "TGSI_PRINT_SANITY", TRUE)
 
 
 typedef struct {
index 6f38d22..b1a8c75 100644 (file)
@@ -73,7 +73,7 @@
 #endif
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", TRUE);
+DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", TRUE)
 
 
 struct util_cpu_caps util_cpu_caps;
index 2879368..7543bd7 100644 (file)
@@ -47,7 +47,7 @@
 #include "lp_setup.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE)
 
 
 static void llvmpipe_destroy( struct pipe_context *pipe )