fix some semantic info mix-ups in calculate_vertex_layout()
[mesa.git] / src / mesa / pipe / llvm / storage.h
2007-12-11 Zack RusinImplement kilp and make it work
2007-12-11 Zack RusinRewrite argument passing to prepare for handling of...
2007-10-30 Zack RusinChange the way we handle temporaries in LLVM translation.
2007-10-30 Zack RusinEnable immediates in TGSI and work with them in LLVM...
2007-10-29 Zack RusinMake sure the swizzling vector is being recreated for...
2007-10-26 Zack RusinHold a stack of temporaries so that we can redeclare...
2007-10-26 Zack RusinGet basic function calls working in the shaders.
2007-10-25 Zack RusinFix nested swizzles. Actually fetch the destination...
2007-10-25 Zack RusinFix nested conditionals
2007-10-24 Zack RusinMake branching work :) Simply allow output variables...
2007-10-24 Zack RusinSimplify branch handling. Prepare for proper decleratio...
2007-10-24 Zack RusinAdd copyright headers and do some cleanups.
2007-10-24 Zack RusinImplement arl, lerp opcodes and do a first stab at...
2007-10-24 Zack RusinImplement extended swizzling.
2007-10-24 Zack RusinCleanup some of the debugging output code
2007-10-24 Zack RusinMuchos fixos. gears kinda works. and cases don't crash.
2007-10-24 Zack RusinRefactor the tgsi->llvm storage translator