Eric Anholt
7e42302e71
glsl: Update the notes on adding a new expression type.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
13 years ago
Ian Romanick
e79a1bb02a
glsl: Explain file naming convention
15 years ago
Eric Anholt
5ecd9c70ce
glsl: Add info about talloc and optimization passes to the README.
15 years ago
Eric Anholt
e04f90712d
glsl: Update README talking about multi-instruction operations.
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.
15 years ago
Eric Anholt
5e9ac94cc4
mesa: Add new ir_unop_any() expression operation.
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)
15 years ago
Eric Anholt
d1b07167b9
glsl2: Update README for what I've been thinking about with expr types work.
16 years ago
Eric Anholt
e5cf3aadb8
glsl2: Add a README file for the new compiler.
16 years ago