Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
6626cadbadab08f456825e9e293ac848226f8198
/
Test
/
baseResults
/
100Limits.vert.out
6626cad
glslang front-end: Don't emit blank lines for empty info logs. From Andrew Woloszyn <awoloszyn@google.com>.
by John Kessenich
· 9 years ago
8b37b04
glslang AST output: include global vs. temp (local) in the printed output. This only effects test results, but a future check-in is going to fix some globals.
by John Kessenich
· 10 years ago
cf0206c
Restore r26245 and all tests and test results since 4/1:
by John Kessenich
· 11 years ago
b4ef9e0
Track which extensions were enabled or required, in the intermediate representation, for reflection of the consumer.
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
e17ef84
Fix bug where bracket dereferences were incorrectly keeping the base's qualifier (for example constBase[i] would still be a const instead of EvqTemporary).
by John Kessenich
· 11 years ago
27b72e4
Implement ES 2.0 (version 100) limitations for non-inductive loop detection and array indexes needing "constant-index-expressions" (inductive variables and constant expressions).
by John Kessenich
· 11 years ago
a5830df
Add the following ESSL 2.0 (#version 100) limitations to the configuration file, internal infrastructure, and test cases. Still need to implement the actual detection of non-inductive loops and array accesses. While and do-while loop detection is done.
by John Kessenich
· 11 years ago