Files
mesa/src
Neil Roberts ca6ee488e9 glsl/builtin_variables: Add a precision to the builtins
All of the builtin variables mentioned in the GLSL ES spec and the
extensions include a precision declaration which is different
depending on what the variable is used for. This patch makes it set
the corresponding precision when creating the variable. This will make
a difference once we start using the precision information for
optimisation. Previously all of the builtin variables ended up with a
precision of NONE.

v2: Made gl_PointSize and gl_FragCoord highp since GLSL ES 3.00. Fixed
    gl_MaxViewPorts to always be highp. (Eric Anholt)

Reviewed-by: Eric Anholt <eric@anholt.net>
2019-07-11 08:04:54 +02:00
..
2019-07-10 11:27:51 +00:00
2019-07-04 14:05:18 -04:00
2019-07-10 11:27:51 +00:00
2019-06-20 17:21:37 +01:00
2019-04-29 21:17:19 +00:00
2019-04-15 13:44:29 -07:00
2019-07-10 11:27:51 +00:00
2019-07-10 11:30:00 -07:00
2019-07-10 11:27:51 +00:00