index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_constant_expression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Reinstate constant-folding for division by zero
Chad Versace
2011-02-15
1
-21
/
+21
*
Revert "glsl: Fix constant-folding for reciprocal expressions"
Chad Versace
2011-02-15
1
-10
/
+6
*
glsl: Avoid division-by-zero during constant-folding
Chad Versace
2011-02-02
1
-1
/
+19
*
glsl: Fix constant-folding for reciprocal expressions
Chad Versace
2011-02-02
1
-6
/
+10
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-5
/
+5
*
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
1
-0
/
+18
*
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
2010-11-19
1
-1
/
+1
*
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
2010-11-19
1
-0
/
+2
*
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-17
1
-12
/
+8
*
glsl: Fix constant expression handling for <, >, <=, >= on vectors.
Kenneth Graunke
2010-11-17
1
-48
/
+60
*
glsl: fix assorted MSVC warnings
Brian Paul
2010-11-15
1
-13
/
+13
*
glsl: Add constant expression handling for asinh, acosh, and atanh.
Kenneth Graunke
2010-11-15
1
-0
/
+12
*
glsl: Fix ir_expression::constant_expression_value()
Chad Versace
2010-11-09
1
-0
/
+3
*
glsl: Implement constant expr evaluation for bitwise logic ops
Chad Versace
2010-10-15
1
-0
/
+54
*
glsl: Implement constant expr evaluation for bit-shift ops
Chad Versace
2010-10-15
1
-0
/
+48
*
glsl: Implement constant expr evaluation for bitwise-not
Chad Versace
2010-10-15
1
-0
/
+15
*
glsl: Initialize variable in ir_derefence_array::constant_expression_value
Vinson Lee
2010-10-13
1
-1
/
+1
*
glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.
Kenneth Graunke
2010-09-20
1
-25
/
+30
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-4
/
+34
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
glsl: Initialize variable in ir_swizzle::constant_expression_value.
Vinson Lee
2010-08-29
1
-1
/
+1
*
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
2010-08-26
1
-1
/
+1
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-1
/
+1
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
1
-0
/
+9
*
ir_constant_expression: Implement equal/notEqual for booleans.
Kenneth Graunke
2010-08-18
1
-0
/
+6
*
glsl2: Skip talloc_parent in constant_expression of non-constant arrays.
Eric Anholt
2010-08-04
1
-1
/
+1
*
glsl2: Make the clone() method take a talloc context.
Eric Anholt
2010-08-04
1
-2
/
+5
*
glsl2: Fix typo in clamp() constant builtin using uint instead of int.
Eric Anholt
2010-08-02
1
-1
/
+1
*
glsl2: Don't consider uniform initializers as constant expressions.
Eric Anholt
2010-08-02
1
-0
/
+6
*
ir_constant_expression: Add support for the "outerProduct" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+8
*
ir_constant_expression: Add support for the "mix" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+13
*
ir_constant_expression: Add support for the "transpose" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+8
*
ir_constant_expression: Add support for the "smoothstep" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+15
*
ir_constant_expression: Add support for the "clamp" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+24
*
ir_constant_expression: Add support for the "step" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+5
*
ir_constant_expression: Add support for the "faceforward" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+4
*
ir_constant_expression: Add support for the "refract" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+11
*
ir_constant_expression: Add support for the "reflect" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+4
*
ir_constant_expression: Add support for the "normalize" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+8
*
ir_constant_expression: Add support for the "matrixCompMult" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+3
*
ir_constant_expression: Simplify code that implements the "dot" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+1
*
ir_constant_expression: Add support for the "length" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+1
*
ir_constant_expression: Extract dot product calculation for reuse.
Kenneth Graunke
2010-07-28
1
-7
/
+14
*
ir_constant_expression: Remove support for dot products of integers.
Kenneth Graunke
2010-07-28
1
-13
/
+2
*
ir_constant_expression: Add support for the "greaterThanEqual" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
*
ir_constant_expression: Add support for the "greaterThan" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
*
ir_constant_expression: Add support for the "lessThanEqual" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
*
ir_constant_expression: Add support for the "lessThan" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
*
ir_constant_expression: Add support for the "notEqual" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
*
ir_constant_expression: Add support for the "equal" builtin.
Kenneth Graunke
2010-07-28
1
-1
/
+16
[next]