[Mesa-dev] [PATCH] glsl: fix Bug 85252 - Segfault in compiler while processing ternary operator with void arguments

Renaud Gaubert renaud.gaubert at gmail.com
Fri Jul 10 06:52:20 PDT 2015


Hi Samuel.

Thanks, patch v2 is on the way.


> I guess the piglit tests you mention in the commit log are going to
> check these cases, right?
That's right following tests are done:
  * binary operator
  * unary operators
  * ternary operator
  * comparison operators (except equal and nequal operator)
  * assignement operators (=, +=, <<=, ...)

These are added in the following patches sent to the piglit mailing list:
  * glsl 1.10: Fix broken ternary void test
  * glsl-1.10 Adds tests on how void functions are handled

> Have you run piglit to verify
> that it doesn't add any regression?
Yes I have. It doesn't

-- 
Renaud Gaubert


More information about the mesa-dev mailing list