Re: [Mesa-dev] [PATCH] nvc0: allow to use compute support on GM200

2016-04-13 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Apr 13, 2016 at 6:46 PM, Samuel Pitoiset wrote: > This works like a charm but please not that NVF0_COMPUTE have to be set > because compute support is still not enabled by default on GK110+. This > will require more testing to make sure it won't break the 3D stat

[Mesa-dev] [PATCH] nvc0: allow to use compute support on GM200

2016-04-13 Thread Samuel Pitoiset
This works like a charm but please not that NVF0_COMPUTE have to be set because compute support is still not enabled by default on GK110+. This will require more testing to make sure it won't break the 3D state. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv_object.xml.h |