index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_constant_expression.cpp
Age
Commit message (
Expand
)
Author
2010-07-07
ir_constant_expression: Fix loop increments.
Kenneth Graunke
2010-07-07
glsl2: Avoid null deref in scalar constant unop expressions.
Eric Anholt
2010-07-06
glsl2: Clone methods return the type of the thing being cloned
Ian Romanick
2010-07-06
ir_constant_expression: Declare loop counting variables in the loops.
Kenneth Graunke
2010-07-06
ir_constant_expression: Add support for dot products.
Kenneth Graunke
2010-07-06
ir_constant_expression: Add support for matrix multiplication.
Kenneth Graunke
2010-07-06
ir_constant_expression: Support scalar * vector and scalar * matrix.
Kenneth Graunke
2010-07-06
ir_constant_expression: Support scalar / vector and scalar / matrix.
Kenneth Graunke
2010-07-06
ir_constant_expression: Support scalar - vector and scalar - matrix.
Kenneth Graunke
2010-07-06
ir_constant_expression: Support scalar + vector and scalar + matrix.
Kenneth Graunke
2010-07-06
ir_constant_expression: Assert that both operands share a base type.
Kenneth Graunke
2010-07-06
ir_constant_expression: Initialize op[0] and op[1] to NULL.
Kenneth Graunke
2010-07-06
ir_constant_expression: Initialize all components of constant data to 0.
Kenneth Graunke
2010-07-01
glsl2: Add ir_unop_fract as an expression type.
Eric Anholt
2010-06-30
glsl2: Define new ir_discard instruction.
Kenneth Graunke
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
[prev]