aboutsummaryrefslogtreecommitdiff
path: root/Test/400.frag
AgeCommit message (Expand)Author
2014-03-26Expand implicit argument conversions to also include handling built-in functi...John Kessenich
2013-12-12Tessellation: implement 'patch' semantics.John Kessenich
2013-12-05Implement location overlap error checking.John Kessenich
2013-11-23Correct textureGather*() extension support:John Kessenich
2013-11-20Add limit checking for constant texture texel offsets and max_vertices.John Kessenich
2013-11-20Track what ins/outs/uniforms are used, so that errors like "declare after use...John Kessenich
2013-11-05Clean up/resolve a bunch of TODO, which included implementing pixel_center_in...John Kessenich
2013-10-22Tie "location = " to the right stages/versions/extensions. Also add "#define...John Kessenich
2013-10-21Add texture gather functions (and extension check) for GLSL 400 and GL_ARB_te...John Kessenich
2013-10-16Add all built-in variables for all versions/profiles/stages of GLSL. Also, ma...John Kessenich
2013-06-24Disallow variable indexing into sampler array for ES and desktop before versi...John Kessenich