summaryrefslogtreecommitdiff
path: root/src/glsl/ir.h
AgeCommit message (Expand)Author
2010-07-06glsl2: Clone methods return the type of the thing being clonedIan Romanick
2010-07-01glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).Eric Anholt
2010-07-01glsl2: Add ir_unop_fract as an expression type.Eric Anholt
2010-06-30glsl2: Define new ir_discard instruction.Kenneth Graunke
2010-06-29ir_to_mesa: Start adding support for texture instructions.Eric Anholt
2010-06-29ir_swizzle: Add new constructor, refactor constructorsIan Romanick
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt