gxquickly / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Add angle support for ESSL3 variant of mix() #1006

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support for following ESSL3 variant of mix is missing:

genType mix (genType x, genType y, genBType a):
Selects which vector each returned component comes from. For a component of a 
that is false, the corresponding component of x is returned. For a component of 
a that is true, the corresponding component of y is returned. Components of x 
and y that
are not selected are allowed to be invalid floating point values and will have 
no effect on the results. Thus, this provides different functionality than
genType mix(genType x, genType y, genType(a)) where a is a Boolean vector.

Original issue reported on code.google.com by apat...@nvidia.com on 18 May 2015 at 10:33

GoogleCodeExporter commented 9 years ago
Fixed: https://chromium-review.googlesource.com/#/c/271751/

Original comment by apat...@nvidia.com on 25 May 2015 at 6:12

GoogleCodeExporter commented 9 years ago
Hm, wonder why didn't get picked up by bugdroid.

Original comment by jmad...@chromium.org on 25 May 2015 at 12:08