aboutsummaryrefslogtreecommitdiff
path: root/Test/300.frag
AgeCommit message (Expand)Author
2015-12-22Semantics: Catch nested types containing 'int' with non-'flat' interpolation.John Kessenich
2015-08-18Front-end "pure" built-in TOperator: Finish adding full support, but still t...John Kessenich
2014-10-08Do qualifier-based checking independent of declaring a variable. Bug 11903.John Kessenich
2014-10-08Include GL_FRAGMENT_PRECISION_HIGH in ES 300/310.John Kessenich
2014-10-06Add missing precision qualifier checks to function formal parameter declarati...John Kessenich
2014-08-14Miscellaneous ES 3.1 semantics, and identification of all missing features.John Kessenich
2014-01-28GL_ARB_enhanced_layouts, part 5: uniform offset and align semantics. Numeric...John Kessenich
2013-12-03Finish compile-time constant folding for multi-argument built-ins: distance(...John Kessenich
2013-12-02Fix crash from attempting ES precision propagation through a constant folded ...John Kessenich
2013-11-20Add limit checking for constant texture texel offsets and max_vertices.John Kessenich
2013-11-08Add some missing invariant semantic checks, replace some misplaced sampler se...John Kessenich
2013-11-05Clean up/resolve a bunch of TODO, which included implementing pixel_center_in...John Kessenich
2013-06-26Semantic checks for .length(), switch/case/default, and multidimensional arrays.John Kessenich
2013-06-24Add the 6 hyperbolic trig functions.John Kessenich
2013-06-24Disallow variable indexing into sampler array for ES and desktop before versi...John Kessenich
2013-06-21Fix bug of accidentally overriding initial layout location with 0, which does...John Kessenich
2013-06-19Track separate precision defaults for each kind of sampler, give initial defa...John Kessenich
2013-06-07Add more tests for built-in variables.John Kessenich
2013-04-25For all keywords already present, get correct when they could be identifiers,...John Kessenich
2013-04-07Put in correct rules for multiple versions of qualification and typing of inp...John Kessenich
2013-02-26Skip dummy unused second component for 1D non-array shadows.John Kessenich
2013-02-25Implement modern (130 and above) texturing. About 250 functions for 3.0, ove...John Kessenich