projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8dad4
)
llvmpipe: Remove extraneous name in lp_type pre-declaration.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 20 Oct 2009 09:54:21 +0000
(10:54 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 21 Oct 2009 14:53:37 +0000
(15:53 +0100)
src/gallium/drivers/llvmpipe/lp_bld_arit.h
patch
|
blob
|
history
src/gallium/drivers/llvmpipe/lp_bld_const.h
patch
|
blob
|
history
src/gallium/drivers/llvmpipe/lp_bld_conv.h
patch
|
blob
|
history
src/gallium/drivers/llvmpipe/lp_bld_logic.h
patch
|
blob
|
history
src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_arit.h
b/src/gallium/drivers/llvmpipe/lp_bld_arit.h
index 095a8e1cabea425e051ba45aa8b58ee364c10888..4e568c055e289813251f6f8c640b50dfda53e5dd 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_arit.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_arit.h
@@
-40,7
+40,7
@@
#include <llvm-c/Core.h>
-struct lp_type
type
;
+struct lp_type;
struct lp_build_context;
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_const.h
b/src/gallium/drivers/llvmpipe/lp_bld_const.h
index ffb302f73663987ee2423e7fab6e7a104af2a9bf..cb8e1c7b006da3ce9e887b10b391dc1f7504ddba 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_const.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_const.h
@@
-42,7
+42,7
@@
#include <pipe/p_compiler.h>
-struct lp_type
type
;
+struct lp_type;
unsigned
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_conv.h
b/src/gallium/drivers/llvmpipe/lp_bld_conv.h
index ca378804d2a249904cea0c6c995dab684d767dad..948e68fae4fc3f7bf6998f82484d95bffd06011b 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_conv.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_conv.h
@@
-40,7
+40,7
@@
#include <llvm-c/Core.h>
-struct lp_type
type
;
+struct lp_type;
LLVMValueRef
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_logic.h
b/src/gallium/drivers/llvmpipe/lp_bld_logic.h
index a4ee7723b5fc8843db785a12752e7531c34bc39a..d67500ef7074e00930dafc9a6722ea869dbc3188 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_logic.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_logic.h
@@
-42,7
+42,7
@@
#include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */
-struct lp_type
type
;
+struct lp_type;
struct lp_build_context;
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
index 1f6da8044886974999c391a2296eb72db4530a97..b9472127a6322e2485aea8e8fd2fc38bae17d4c6 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
@@
-40,7
+40,7
@@
#include <llvm-c/Core.h>
-struct lp_type
type
;
+struct lp_type;
struct lp_build_context;