Re: [Mesa-dev] [PATCH 3/3] nvc0: enable compute support on GK110+ with an envvar

2016-02-13 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Sat, Feb 13, 2016 at 6:31 PM, Samuel Pitoiset wrote: > Without this NVF0_COMPUTE environment variable, compute support is > initialized by default and this is not what we want for now because > it might break 3D. Compute will be enabled by default on GK110+ once > we

[Mesa-dev] [PATCH 3/3] nvc0: enable compute support on GK110+ with an envvar

2016-02-13 Thread Samuel Pitoiset
Without this NVF0_COMPUTE environment variable, compute support is initialized by default and this is not what we want for now because it might break 3D. Compute will be enabled by default on GK110+ once we are sure that it won't break anything else. Signed-off-by: Samuel Pitoiset --- src/galliu