summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorJonathan Gray <[email protected]>2014-05-14 15:13:55 +1000
committerMatt Turner <[email protected]>2014-05-13 22:30:22 -0700
commit0c0bbe77d0f92acf34c4582207b9def2e2fe308d (patch)
tree8f05eb8daa7174bb3b97418f72d5b05471d219f7 /src/mesa/drivers
parenta5769ad3730001417cdae0e57740842f6f71f908 (diff)
glsl: simplify the M_PI*f macros, fixes build on OpenBSD
The M_PI*f macros used a preprocessor paste to append 'f' to M_PI defines, which works if the values are only numbers but breaks on OpenBSD where M_PI definitions have casts and brackets to meet requirements of a future version of POSIX, http://austingroupbugs.net/view.php?id=801 http://austingroupbugs.net/view.php?id=828 Simplify the M_PI*f macros by using casts directly in the defines as suggested by Kenneth Graunke. Cc: "10.2" <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78665 Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Jonathan Gray <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
0 files changed, 0 insertions, 0 deletions