summaryrefslogtreecommitdiffstats
path: root/src/glsl/README
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Add new ir_unop_any() expression operation.Eric Anholt2010-08-231-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 Anholt2010-07-011-1/+38
|
* glsl2: Add a README file for the new compiler.Eric Anholt2010-06-241-0/+153