summaryrefslogtreecommitdiff
path: root/src/glsl/builtin_variables.h
AgeCommit message (Collapse)Author
2011-03-11mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt
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.
2011-03-11mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt
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.
2010-09-07glsl: Add built-in variables for GLSL ES 1.00.Kenneth Graunke
2010-08-24glsl: Include main/core.h.Chia-I Wu
Make glsl include only main/core.h from core mesa.
2010-08-04glsl2: add gl_LightModel built-in uniform.Aras Pranckevicius
2010-07-07glsl2: Add support for gl_PointCoord in 1.20.Eric Anholt
Fixes glsl-fs-pointcoord on swrast (remains broken on 965, like master)
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt