summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_ir.h
Commit message (Expand)AuthorAgeFilesLines
* Implement shadow samplers and dFdx(), dFdy() code generation.Brian2007-01-091-0/+2
* Implement projective texture sampling, 3D textures. Disable some debug output.Brian2007-01-081-0/+1
* Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian2007-01-051-1/+0
* initial code to get texture sampling limping alongBrian2007-01-041-2/+5
* fix typosBrian2006-12-221-2/+2
* added IR_NEG for negationBrian2006-12-211-1/+2
* New IR_COND node for evaluating conditional expressions (for if/while/for).Brian2006-12-201-18/+19
* start implementing relational operatorsBrian2006-12-151-1/+0
* Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian2006-12-131-0/+115