mesa/build: add OpenSWR to build
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 25 Feb 2016 02:56:38 +0000 (20:56 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 3 Mar 2016 00:38:42 +0000 (18:38 -0600)
commit7bb193d28c4195b5c3dd7897e6c9f5b0df2749cb
tree46c518e2ab851ad3a18407c9ff881389177b51d7
parentd003be2a303edfe93cde756e56ce31608d51fe7c
mesa/build: add OpenSWR to build

Tested on Linux (centos, ubuntu, and suse variants)

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
configure.ac
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
src/gallium/Makefile.am
src/gallium/drivers/swr/.clang-format [new file with mode: 0644]
src/gallium/drivers/swr/Makefile.am [new file with mode: 0644]
src/gallium/drivers/swr/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/swr/Makefile.sources-arch [new file with mode: 0644]
src/gallium/drivers/swr/avx/Makefile.am [new file with mode: 0644]
src/gallium/drivers/swr/avx2/Makefile.am [new file with mode: 0644]
src/gallium/targets/libgl-xlib/Makefile.am
src/gallium/targets/osmesa/Makefile.am