Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Include main/core.h. | Chia-I Wu | 2010-08-24 | 1 | -1/+1 |
| | | | | Make glsl include only main/core.h from core mesa. | ||||
* | glsl2: Include imports.h to get snprintf wrapper for MSVC | Ian Romanick | 2010-08-23 | 1 | -1/+1 |
| | | | | Signed-off-by: José Fonseca <[email protected]> | ||||
* | glsl2: Add a pass to convert exp and log to exp2 and log2. | Eric Anholt | 2010-08-05 | 1 | -0/+85 |
Fixes ir_to_mesa handling of unop_log, which used the weird ARB_vp LOG opcode that doesn't do what we want. This also lets the multiplication coefficients in there get constant-folded, possibly. Fixes: glsl-fs-log |