Add ES 300 built-ins trunc, round, roundEven, modf, isnan, isinf, floatBitsToInt...
authorJohn Kessenich <cepheus@frii.com>
Sun, 7 Apr 2013 20:04:12 +0000 (20:04 +0000)
committerJohn Kessenich <cepheus@frii.com>
Sun, 7 Apr 2013 20:04:12 +0000 (20:04 +0000)
commitad3663be1fba9be10e41bd2c9f77b67ef6050c75
tree41978627983c5656eb7d0a1e622d80c25c07d3ca
parent4ba94413d304eebef7e93e09e5657f11ca9ae822
Add ES 300 built-ins trunc, round, roundEven, modf, isnan, isinf, floatBitsToInt, floatBitsToUint, intBitsToFloat, uintBitsToFloat, packSnorm2x16, unpackSnorm2x16, packUnorm2x16, unpackUnorm2x16, packHalf2x16, and unpackHalf2x16, and new form of min, max, clamp, and mix.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21063 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Test/300BuiltIns.frag [new file with mode: 0644]
Test/precision.frag
Test/testlist
glslang/Include/intermediate.h
glslang/MachineIndependent/Constant.cpp
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/intermOut.cpp