projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9048723
)
Widen num_components to handle vec4 correctly.
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 25 Mar 2010 18:22:42 +0000
(11:22 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 25 Mar 2010 18:22:42 +0000
(11:22 -0700)
ir.h
patch
|
blob
|
history
diff --git
a/ir.h
b/ir.h
index b0c2f14e12920df28f520b932e5a916dfa500aa2..530c7326a35c48bd3fa23f6ca09c2a537152205f 100644
(file)
--- a/
ir.h
+++ b/
ir.h
@@
-379,7
+379,7
@@
struct ir_swizzle_mask {
/**
* Number of components in the swizzle.
*/
- unsigned num_components:
2
;
+ unsigned num_components:
3
;
/**
* Does the swizzle contain duplicate components?