Kenneth Graunke
|
c3bf0cbefc
|
texture_builtins.py: The unsigned integer type is "uint", not "unsigned"
This doesn't actually affect anything yet, but is good to fix anyway.
|
2010-06-09 16:11:36 -07:00 |
|
Kenneth Graunke
|
1d0e07c420
|
Implement 1.20 'transpose' builtin.
|
2010-06-09 15:56:46 -07:00 |
|
Kenneth Graunke
|
43ff6fc4ae
|
Implement 1.20 'outerProduct' builtin.
|
2010-06-09 15:47:34 -07:00 |
|
Kenneth Graunke
|
0c8ffadc8c
|
Implement matrixCompMult builtin - the last of the 110 builtins.
|
2010-06-09 15:35:54 -07:00 |
|
Kenneth Graunke
|
5e65c1ccae
|
texture_builtins.py: Support the EXT_texture_array extension.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
cc249f79e7
|
generate_builtins.pl: Support stage-specific builtins even for extensions.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
c34a624c9f
|
texture_builtins.py: Fixes for Array variants.
The array layer is now included as part of the texture coordinate.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
538da12092
|
texture_builtins.py: Add support for 130 Proj variants.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
b3bcea7db6
|
Add a python script to generate texture builtins.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
9aefbe838c
|
generate_builtins.pl: Support directiories for each extension.
|
2010-06-09 11:14:58 -07:00 |
|
Kenneth Graunke
|
9d1fc46f0c
|
generate_builtins.pl: Support _fs directories as well as _vs.
|
2010-06-09 11:14:57 -07:00 |
|
Eric Anholt
|
da46e5f534
|
builtins: Add ftransform().
Fixes glsl-orangebook-ch06-bump.vert.
|
2010-06-01 15:15:05 -07:00 |
|
Kenneth Graunke
|
4c7367b3f9
|
Add a perl script to generate builtin_function.cpp.
Usage: ./builtins/tools/generate_builtins.pl > builtin_function.cpp
|
2010-05-14 16:34:46 -07:00 |
|