Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
7cbfdf4394bf816bc6919cee547e5dc797b0b7d5
/
Test
/
baseResults
/
100scope.vert.out
7cbfdf4
Minor infrastructure changes, to simplify an upcoming check in:
by John Kessenich
· 11 years ago
3a4687d
Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names.
by John Kessenich
· 11 years ago
afda241
Check for structures out from vertex or into fragment for ES 100 or desktop pre-150.
by John Kessenich
· 11 years ago
b88c60b
Track whether function declarations are prototypes, and only allow at most one prototype for ES 100.
by John Kessenich
· 11 years ago
5134b9c
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.
by John Kessenich
· 11 years ago
a4351c5
More subtle checking for redeclarations:
by John Kessenich
· 11 years ago
ab41fe5
Add redeclarations of built-in blocks.
by John Kessenich
· 11 years ago
44e8cae
Allow ES version 100 to redeclare built-in functions.
by John Kessenich
· 11 years ago