swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 6 Jul 2017 18:16:18 +0000 (13:16 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 6 Jul 2017 20:01:00 +0000 (15:01 -0500)
Cacheline alignment of SWR_STATS to prevent sharing of cachelines
between threads (performance).

Gets rid of gcc-7.1 warning about using c++17's over-aligned new
feature.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>

No differences found