Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Add a pass to convert mod(a, b) to b * fract(a/b). | Eric Anholt | 2010-07-01 | 1 | -0/+1 |
| | | | | This is used by the Mesa IR backend to implement mod, fixing glsl-fs-mod. | ||||
* | glsl2: Fix dependencies. (at least partially) | Eric Anholt | 2010-06-25 | 1 | -2/+7 |
| | |||||
* | glsl2: Replace the GLSL compiler with the glsl2 project. | Eric Anholt | 2010-06-24 | 1 | -8/+122 |
| | |||||
* | Build mesa glsl with make. | michal | 2009-12-10 | 1 | -0/+15 |
Still don't know how to add glsl to mesa dependencies. |