swr: [rasterizer core] move MultisampleTrait static from header to cpp
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 10 May 2016 18:55:18 +0000 (12:55 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 19 May 2016 21:26:54 +0000 (16:26 -0500)
commit63d7ed835ada99f13441c5008ef32bdd6868c069
treebb7927cb35fc1a4240aabf0fb3501c67dc09ae32
parentc969ef2d427dfb3940a0d6d2b853454e65f1119f
swr: [rasterizer core] move MultisampleTrait static from header to cpp

Move a MultisampleTrait static from header to cpp as clang seemed to get
confused with some specializations in the header vs some in cpp.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/format_types.h
src/gallium/drivers/swr/rasterizer/core/multisample.cpp
src/gallium/drivers/swr/rasterizer/core/multisample.h