Re: [Mesa-dev] [PATCH 3/4] Mesa changes for adding OpenSWR

2016-02-18 Thread Rowley, Timothy O
Switching the default renderer to swr was part of our development so that we could get users to test our driver without accidentally forgetting to change the driver and ending up with llvmpipe. I was thinking we might be able to leave that change in since swr isn’t in the default automake galli

Re: [Mesa-dev] [PATCH 3/4] Mesa changes for adding OpenSWR

2016-02-18 Thread Roland Scheidegger
One comment inline... Am 18.02.2016 um 02:53 schrieb Tim Rowley: > C++ protection on gallium functions needed for a C++ driver. > Add swr driver as a software target. > --- > src/gallium/auxiliary/gallivm/lp_bld_flow.h| 7 ++ > src/gallium/auxiliary/gallivm/lp_bld_init.h| 7

[Mesa-dev] [PATCH 3/4] Mesa changes for adding OpenSWR

2016-02-17 Thread Tim Rowley
C++ protection on gallium functions needed for a C++ driver. Add swr driver as a software target. --- src/gallium/auxiliary/gallivm/lp_bld_flow.h| 7 ++ src/gallium/auxiliary/gallivm/lp_bld_init.h| 7 ++ src/gallium/auxiliary/gallivm/lp_bld_sample.h | 6 + src/g