-
```
This is https://bugzilla.mozilla.org/show_bug.cgi?id=687554
This is a Firefox Mobile / Android crash.
It's initially been reported in the ro.me demo against ANGLE r740.
Since then it's been con…
-
```
For a good description see
https://groups.google.com/group/angleproject/browse_thread/thread/79668c187aa2a1
76/256fa6d01ca7c9ee
There is even a working suggestion/patch in there on how to fix it…
-
```
What steps will reproduce the problem?
void main()
{
for(int i=0;i
-
```
Currently ShaderD3D creates a global compiler, this runs into issues with
multiple contexts that may have different client versions and extensions
available.
Refactor the global compiler so tha…
-
```
This is https://bugzilla.mozilla.org/show_bug.cgi?id=687554
This is a Firefox Mobile / Android crash.
It's initially been reported in the ro.me demo against ANGLE r740.
Since then it's been con…
-
```
Shader compiler code is hard-coded to only support ESSL to HLSL conversion.
We should break it down into FrontEnd and multiple BackEnd modules.
```
Original issue reported on code.google.com by …
-
My travis-ci builds for io.js seem to be failing because of the newest version of npm (v2.11.0). Is anyone else experiencing this?
``` sh
npm ERR! npm v2.11.0
npm ERR! code ESSL
npm ERR! SSL Error: …
ghost updated
9 years ago
-
```
What steps will reproduce the problem?
1. run $ echo "#if 2147483647 - 2147483646 == 1
#error subtraction of large numbers works
#endif" > large_number.cpp
2. run $ essl_to_glsl large_number.cpp
3…
-
```
Commit b40ad5a41825 (Refactor location tracking) breaks syntax error reporting.
See yyerror() in glslang.y, which always passes an empty string as the token to
TParseContext::error().
What step…
-
Hello!
I'm trying to compile Psi4 on my laptop and I have a problem. As described here [https://github.com/psi4/psi4/wiki/3_Building#builddetailed], I've run setup script, then I've entered $top/objd…