aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/100.frag.out
AgeCommit message (Expand)Author
2014-05-27Fix, and add missing tests for, error catching for applying swizzles to arrays.John Kessenich
2014-04-14Restore r26245 and all tests and test results since 4/1:John Kessenich
2014-04-02Non-functional, infrastructure: Be more explicit about "implicit array sizes...John Kessenich
2014-03-31Track which extensions were enabled or required, in the intermediate represen...John Kessenich
2014-01-07Fix slight inconsistencies in which qualifiers are inherited into block members:John Kessenich
2014-01-06Minor infrastructure changes, to simplify an upcoming check in:John Kessenich
2013-12-04Check for structures out from vertex or into fragment for ES 100 or desktop p...John Kessenich
2013-12-04Detect and give error on second occurrence of #version.John Kessenich
2013-12-04Track whether function declarations are prototypes, and only allow at most on...John Kessenich
2013-12-03Update test results.John Kessenich
2013-12-03Give error when overloaded functions differ only on a parameter's precision q...John Kessenich
2013-11-22Add missing non-square matrixCompMult built-in functions.John Kessenich
2013-11-20Track what ins/outs/uniforms are used, so that errors like "declare after use...John Kessenich
2013-11-12Disallow arrays in initializers for non-array-object versions (assignment, et...John Kessenich
2013-11-12Fixes to scanning:John Kessenich
2013-11-12Misc semantics fixes:John Kessenich
2013-11-11Don't allow invariant in a function.John Kessenich
2013-11-11Add GL_OES_EGL_image_external. Includes new keyword, type, name mangling, bu...John Kessenich
2013-11-11Add GL_EXT_frag_depth.John Kessenich
2013-11-11Add GL_OES_standard_derivatives. Also added extension infrastructure that al...John Kessenich
2013-11-11Add GL_OES_texture_3D extension. Also, minor tweaks to extension adding infr...John Kessenich
2013-11-08Add some missing invariant semantic checks, replace some misplaced sampler se...John Kessenich
2013-10-24Add redeclarations of built-in blocks.John Kessenich
2013-10-23Add geometry-shader stream, invocations, max_vertices, lines, triangles, etc....John Kessenich
2013-10-17Add C-style curly-brace initializers.John Kessenich
2013-10-04Improve robustness of extension checking, and its intersection with ES 100 fe...John Kessenich