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
/
builtin_function.cpp
Age
Commit message (
Expand
)
Author
2010-06-09
Implement 'refract' builtin.
Kenneth Graunke
2010-06-09
Fix some typing issues in asin.
Kenneth Graunke
2010-06-09
Add a completely bogus implementation of the noise[1234] builtins.
Kenneth Graunke
2010-06-09
Implement 'acos' builtin.
Kenneth Graunke
2010-06-09
Implement 'faceforward' builtin.
Kenneth Graunke
2010-06-09
Implement 'distance' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'clamp' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'max' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'min' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'mod' builtin.
Kenneth Graunke
2010-06-09
Commit output of texture_builtins.py and refresh builtin_function.cpp.
Kenneth Graunke
2010-06-01
builtins: Add support for reflect().
Eric Anholt
2010-06-01
builtins: Add ftransform().
Eric Anholt
2010-06-01
builtins: Add the mix(gentype, gentype, float) variant.
Eric Anholt
2010-06-01
builtins: Add atan().
Eric Anholt
2010-06-01
builtins: Add asin().
Eric Anholt
2010-05-14
Refresh autogenerated builtin_function.cpp.
Kenneth Graunke
2010-05-14
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
2010-04-23
builtin_functions: Clean up compiler warning about unused name, instructions.
Eric Anholt
2010-04-23
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
2010-04-21
Actually emit temp declaration in vector comparison builtins.
Kenneth Graunke
2010-04-21
Refactor IR function representation.
Kenneth Graunke
2010-04-08
Add an implementation of gentype-only clamp().
Eric Anholt
2010-04-08
Add builtin implementations of vector comparison functions.
Eric Anholt
2010-04-08
Add support for builtin gentype mix(gentype a, gentype b)
Eric Anholt
2010-04-08
Add buitlin functions for any(), all(), not().
Eric Anholt
2010-04-08
Add builtin normalize() functions.
Eric Anholt
2010-04-07
Make function bodies rely on the parameter variable declarations.
Eric Anholt
2010-04-07
Make dot() take the right number of args.
Eric Anholt
2010-04-07
Fix the returns of builtin functions to actually return.
Eric Anholt
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-03-31
Use ir_function::add_signature to create link between function and signature
Ian Romanick
2010-03-29
Add support for builtin radians() and degrees().
Eric Anholt
2010-03-29
Add the instruction for the parameter variable declarations of builtin funcs.
Eric Anholt
2010-03-29
Implement dot() builtin.
Eric Anholt
2010-03-29
Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e.
Eric Anholt
2010-03-29
Implement builtin length() function.
Eric Anholt
2010-03-29
Add sqrt() builtin as an IR operation.
Eric Anholt
2010-03-29
Add builtin pow() function.
Eric Anholt
2010-03-29
Implement some binary gentype builtin functions.
Eric Anholt
2010-03-29
Implement additional unary gentype builtins.
Eric Anholt
2010-03-29
Implement the first builtin function: exp().
Eric Anholt