Age | Commit message (Collapse) | Author |
|
It would be nice if we handled optimized uniform math like this in
some generic way, since people often end up doing uniform expressions
in shaders, but for now keep this hard-coded like it was in the
texenvprogram code.
|
|
For fixed function fragment processing in GLSL IR, we want to be able
to reference this state value. gl_* not explicitly permitted is
reserved, so using this variable name internally shouldn't be any
issue.
|
|
|
|
Make glsl include only main/core.h from core mesa.
|
|
|
|
Fixes glsl-fs-pointcoord on swrast (remains broken on 965, like master)
|
|
|