Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Implement the asinh, acosh, and atanh built-in functions. | Kenneth Graunke | 2010-11-15 | 2 | -4/+0 |
* | glsl: Add support for GLSL 1.30's modf built-in. | Kenneth Graunke | 2010-10-21 | 2 | -0/+10 |
* | glsl: Add support for the 1.30 round() built-in. | Kenneth Graunke | 2010-10-14 | 2 | -0/+10 |
* | glsl: Add front-end support for GLSL 1.30's roundEven built-in. | Kenneth Graunke | 2010-10-14 | 2 | -0/+10 |
* | glsl: Add front-end support for the "trunc" built-in. | Kenneth Graunke | 2010-10-14 | 2 | -0/+10 |
* | glsl: Add built-in function profiles for GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 2 | -0/+600 |
* | glsl/builtins: Add forgotten hyperbolic trig builtins in 1.30 profiles. | Kenneth Graunke | 2010-08-18 | 2 | -0/+64 |
* | glsl2: Fix cut and paste error in EXT_texture_array builtins. | Kenneth Graunke | 2010-08-17 | 2 | -4/+4 |
* | glsl2: Add builtins profile for GLSL 1.30. | Kenneth Graunke | 2010-08-16 | 2 | -0/+1986 |
* | glsl2: Rework builtin function generation. | Kenneth Graunke | 2010-08-13 | 8 | -0/+1530 |