summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_codegen.c
AgeCommit message (Expand)Author
2007-01-04initial code to get texture sampling limping alongBrian
2006-12-22implement unary +, -Brian
2006-12-21added IR_NEG for negationBrian
2006-12-20New IR_COND node for evaluating conditional expressions (for if/while/for).Brian
2006-12-19lots of clean-up and re-orgBrian
2006-12-18Implement array indexing of simple vec2/3/4 types. A bit of a hack for now...Brian
2006-12-18Generate IR code for for/while loops, break and continue statements.Brian
2006-12-18Implement if-conditionals and while loops, added temporary resolve-branches f...Brian
2006-12-16Initial code for conditional constructs.Brian
2006-12-15start implementing relational operatorsBrian
2006-12-15code movementBrian
2006-12-15Lots of assorted changes.Brian
2006-12-14Updated #includes after splitting program.hBrian
2006-12-14Assorted fix-ups for the new linker.Brian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian