swr: fix icc compile error
authorBruce Cherniak <bruce.cherniak@intel.com>
Fri, 23 Dec 2016 00:06:41 +0000 (18:06 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 23 Dec 2016 14:36:21 +0000 (08:36 -0600)
commit9e35426731bc0bfee4eeeb828f61c026a97c841c
tree6ab8d4fc8b90643fa6f1643992a07b32eca71cfd
parente7279f16a0bf37a26e2556b188c760cd16fd60bb
swr: fix icc compile error

ICC doesn't like the use of nullptr (std::nullptr_t) argument in
p_atomic_set.  GCC and clang don't complain.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99119
Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/swr_fence_work.cpp