summaryrefslogtreecommitdiff
path: root/builtin_variables.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-23ir_variable: Set locations for shader built-in variablesIan Romanick1-43/+46
2010-06-01gl_Normal is a vec3 not a vec4.Eric Anholt1-1/+1
2010-05-14FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.Eric Anholt1-2/+2
2010-04-14Fix the type of gl_FogFragCoord.Eric Anholt1-2/+2
2010-03-29Add definitions for 1.10 built-in uniforms for ff state.Eric Anholt1-0/+18
2010-03-29Add support for builtin deprecated fs varyings.Eric Anholt1-0/+6
2010-03-25Set up fragment shader builtin variables.Eric Anholt1-0/+7
2010-03-10IR variable: Initial work to support GLSL built-in variablesIan Romanick1-0/+59