KalebDark / angleproject

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

Implement support for hyperbolic functions in ESSL3 compiler #855

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hyperbolic ESSL built-in functions (sinh, cosh, tanh, asinh, acosh, atanh) are 
currently not supported by ANGLE.

Implementing these seems to require emulation of asinh, acosh and atanh on 
Direct3D, since they're not natively supported in HLSL.

Original issue reported on code.google.com by oetu...@nvidia.com on 17 Dec 2014 at 4:56

GoogleCodeExporter commented 9 years ago
Patch has landed, marking as fixed.

Original comment by oetu...@nvidia.com on 12 Jan 2015 at 2:49