Commit History

Author SHA1 Message Date
  Lukas Hermanns 1fbc6e6ca1 Added 'GL_core_profile' and 'GL_compatibility_profile' macro definition to preamble. 7 years ago
  John Kessenich 2b20dcb64d Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the version of the language. 9 years ago
  John Kessenich 5053a39578 Fix slight inconsistencies in which qualifiers are inherited into block members: 10 years ago
  John Kessenich 5134b9cf57 Track what ins/outs/uniforms are used, so that errors like "declare after use" or "can't use both XXX and YYY" can be issued. So far, used this for invariant, gl_FragColor et. al., and gl_FragCoord use before redeclaration. 10 years ago
  John Kessenich fb57e7cc5e Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. 11 years ago