summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_constant_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Clone methods return the type of the thing being clonedIan Romanick2010-07-061-1/+1
* ir_constant_expression: Declare loop counting variables in the loops.Kenneth Graunke2010-07-061-24/+23
* ir_constant_expression: Add support for dot products.Kenneth Graunke2010-07-061-0/+20
* ir_constant_expression: Add support for matrix multiplication.Kenneth Graunke2010-07-061-3/+25
* ir_constant_expression: Support scalar * vector and scalar * matrix.Kenneth Graunke2010-07-061-7/+10
* ir_constant_expression: Support scalar / vector and scalar / matrix.Kenneth Graunke2010-07-061-18/+18
* ir_constant_expression: Support scalar - vector and scalar - matrix.Kenneth Graunke2010-07-061-18/+18
* ir_constant_expression: Support scalar + vector and scalar + matrix.Kenneth Graunke2010-07-061-18/+28
* ir_constant_expression: Assert that both operands share a base type.Kenneth Graunke2010-07-061-0/+3
* ir_constant_expression: Initialize op[0] and op[1] to NULL.Kenneth Graunke2010-07-061-1/+1
* ir_constant_expression: Initialize all components of constant data to 0.Kenneth Graunke2010-07-061-0/+2
* glsl2: Add ir_unop_fract as an expression type.Eric Anholt2010-07-011-0/+18
* glsl2: Define new ir_discard instruction.Kenneth Graunke2010-06-301-0/+9
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+671