commit | 082f6d75aef4e672b6e41ee77630d3add7e1ef5d | [log] [tgz] |
---|---|---|
author | Tim Rowley <timothy.o.rowley@intel.com> | Thu Apr 14 18:23:33 2016 -0500 |
committer | Tim Rowley <timothy.o.rowley@intel.com> | Fri Apr 15 14:43:01 2016 -0500 |
tree | 39e1b19634ae7ad098c01e95cdd3fa9029270da7 | |
parent | ee72fec9cfaddfef78a112f0b8d2f3f7f67a6535 [diff] |
gallium/swr: confine c++11 flag to swr driver On the philosophy that a driver shouldn't change the compile flags for the entire tree, take the clove approach of moving the c++11 flag to the swr driver directory. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>