commit | 5ae3c207918e10282f53402ae276b31b2235c2dc | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Jan 22 17:27:14 2013 -0800 |
committer | Eric Anholt <eric@anholt.net> | Fri Jan 25 09:40:33 2013 -0800 |
tree | 1266fc72ec1d98464d1f7d047ab6595c607b8c2b | |
parent | 2a7a5062c9821bb986ed50e866c27ec26c4a41af [diff] |
i965: Stop worrying about alignment of vertex data. For our current types, the required alignment is actually just 1 byte. When we get doubles, we have to worry (those have to be aligned to the natural size), but we don't have doubles yet and they'll just be a special case. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>