index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin_function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
2010-05-14
1
-778
/
+1226
*
builtin_functions: Clean up compiler warning about unused name, instructions.
Eric Anholt
2010-04-23
1
-35
/
+33
*
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
2010-04-23
1
-30
/
+15
*
Actually emit temp declaration in vector comparison builtins.
Kenneth Graunke
2010-04-21
1
-0
/
+1
*
Refactor IR function representation.
Kenneth Graunke
2010-04-21
1
-3
/
+15
*
Add an implementation of gentype-only clamp().
Eric Anholt
2010-04-08
1
-1
/
+18
*
Add builtin implementations of vector comparison functions.
Eric Anholt
2010-04-08
1
-6
/
+153
*
Add support for builtin gentype mix(gentype a, gentype b)
Eric Anholt
2010-04-08
1
-2
/
+23
*
Add buitlin functions for any(), all(), not().
Eric Anholt
2010-04-08
1
-3
/
+203
*
Add builtin normalize() functions.
Eric Anholt
2010-04-08
1
-0
/
+20
*
Make function bodies rely on the parameter variable declarations.
Eric Anholt
2010-04-07
1
-4
/
+0
*
Make dot() take the right number of args.
Eric Anholt
2010-04-07
1
-6
/
+7
*
Fix the returns of builtin functions to actually return.
Eric Anholt
2010-04-07
1
-19
/
+8
*
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-04-07
1
-4
/
+4
*
Use ir_function::add_signature to create link between function and signature
Ian Romanick
2010-03-31
1
-1
/
+1
*
Add support for builtin radians() and degrees().
Eric Anholt
2010-03-29
1
-2
/
+37
*
Add the instruction for the parameter variable declarations of builtin funcs.
Eric Anholt
2010-03-29
1
-1
/
+3
*
Implement dot() builtin.
Eric Anholt
2010-03-29
1
-1
/
+41
*
Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e.
Eric Anholt
2010-03-29
1
-2
/
+18
*
Implement builtin length() function.
Eric Anholt
2010-03-29
1
-6
/
+51
*
Add sqrt() builtin as an IR operation.
Eric Anholt
2010-03-29
1
-1
/
+9
*
Add builtin pow() function.
Eric Anholt
2010-03-29
1
-1
/
+10
*
Implement some binary gentype builtin functions.
Eric Anholt
2010-03-29
1
-18
/
+74
*
Implement additional unary gentype builtins.
Eric Anholt
2010-03-29
1
-9
/
+58
*
Implement the first builtin function: exp().
Eric Anholt
2010-03-29
1
-0
/
+169