aboutsummaryrefslogtreecommitdiff
path: root/Test/precision.frag
AgeCommit message (Expand)Author
2013-11-12Fixes to scanning:John Kessenich
2013-06-25Add semantic check for precision qualifier on wrong kind of type. Added a fe...John Kessenich
2013-06-19Track separate precision defaults for each kind of sampler, give initial defa...John Kessenich
2013-05-17Add precision qualifier propagation for swizzling, texture lookups, built-in ...John Kessenich
2013-04-25For all keywords already present, get correct when they could be identifiers,...John Kessenich
2013-04-07Add ES 300 built-ins trunc, round, roundEven, modf, isnan, isinf, floatBitsTo...John Kessenich
2013-04-05Add uint type (big change). For both int/uint, add the operators >>, <<, &, ...John Kessenich
2013-01-28Put in basic propagation algorithm for precision qualifiers. Some corner cas...John Kessenich
2013-01-28Add precision.frag test.John Kessenich