Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Explain file naming convention | Ian Romanick | 2010-09-13 | 1 | -0/+12 |
| | |||||
* | glsl: Add info about talloc and optimization passes to the README. | Eric Anholt | 2010-09-08 | 1 | -0/+26 |
| | |||||
* | glsl: Update README talking about multi-instruction operations. | Eric Anholt | 2010-09-08 | 1 | -4/+4 |
| | | | | | | The previous thing taking multiple instructions ended up being handled at the IR level, as we suggested would be the common result. Pick a new one. | ||||
* | mesa: Add new ir_unop_any() expression operation. | Eric Anholt | 2010-08-23 | 1 | -0/+1 |
| | | | | | | | The previous any() implementation would generate arg0.x || arg0.y || arg0.z. Having an expression operation for this makes it easy for the backend to generate something easier (DPn + SNE for 915 FS, .any predication on 965 VS) | ||||
* | glsl2: Update README for what I've been thinking about with expr types work. | Eric Anholt | 2010-07-01 | 1 | -1/+38 |
| | |||||
* | glsl2: Add a README file for the new compiler. | Eric Anholt | 2010-06-24 | 1 | -0/+153 |