summaryrefslogtreecommitdiff
path: root/src/glsl/builtins/110/asin
AgeCommit message (Collapse)Author
2010-07-20glsl2: Fix asin() implementation.Eric Anholt
I'd flipped around the order of two operations in paren-balancing adventures, and left out the multiply by sign(x) required for negative x. Fixes: glsl1-acos(vec4) function glsl1-asin(vec4) function glsl1-atan(vec4) function
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt