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
/
builtins
/
ir
Age
Commit message (
Expand
)
Author
2010-12-17
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
2010-11-17
glsl: Reimplement the "cross" built-in without ir_binop_cross.
Kenneth Graunke
2010-11-15
glsl: Implement the asinh, acosh, and atanh built-in functions.
Kenneth Graunke
2010-11-03
glsl/builtins: Clean up some ugly autogenerated code in atan.
Kenneth Graunke
2010-11-03
glsl/builtins: Rename 'x' to 'y_over_x' in atan(float) implementation.
Kenneth Graunke
2010-10-21
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
2010-10-14
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
2010-10-14
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
2010-10-14
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-18
glsl/builtins: Switch comparison functions to just return an expression.
Kenneth Graunke
2010-09-18
glsl/builtins: Fix equal and notEqual builtins.
Kenneth Graunke
2010-09-13
glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal
Ian Romanick
2010-09-09
glsl2: Implement noise[1234] built-in functions using ir_unop_noise
Ian Romanick
2010-09-09
glsl/builtins: normalize of a negative scalar should be -1.0.
Kenneth Graunke
2010-09-08
glsl: Fix for scalar float built-in definitions.
Kenneth Graunke
2010-09-08
glsl: Fix typo in builtin step() using a wrong channel.
Eric Anholt
2010-09-08
glsl/builtins: Don't use ir_binop_dot on floating point values.
Kenneth Graunke
2010-09-08
glsl/builtins: Simplify degenerate scalar float cases.
Kenneth Graunke
2010-09-04
glsl/builtins: Convert assignments to new format (with write mask).
Kenneth Graunke
2010-09-01
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
2010-08-31
glsl2: fix bug in atan(y, x) function
Brian Paul
2010-08-23
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-13
glsl2: Rework builtin function generation.
Kenneth Graunke