projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18c7f6
)
gallivm: Correct copy'n'pasted comments.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 21 Aug 2010 10:29:41 +0000
(11:29 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 30 Aug 2010 12:27:03 +0000
(13:27 +0100)
src/gallium/auxiliary/gallivm/lp_bld_type.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_type.h
b/src/gallium/auxiliary/gallivm/lp_bld_type.h
index 3ffe916f8e42da9d807d24d066512305edb4057a..fec1d3dfbc637ba552234bd1fb8f08c045eff54a 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_type.h
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_type.h
@@
-128,16
+128,16
@@
struct lp_build_context
*/
struct lp_type type;
- /** Same as lp_build_
undef
(type) */
+ /** Same as lp_build_
elem_type
(type) */
LLVMTypeRef elem_type;
- /** Same as lp_build_
undef
(type) */
+ /** Same as lp_build_
vec_type
(type) */
LLVMTypeRef vec_type;
- /** Same as lp_build_
undef
(type) */
+ /** Same as lp_build_
int_elem_type
(type) */
LLVMTypeRef int_elem_type;
- /** Same as lp_build_
undef
(type) */
+ /** Same as lp_build_
int_vec_type
(type) */
LLVMTypeRef int_vec_type;
/** Same as lp_build_undef(type) */