nv50: disable compute
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 22 Feb 2019 14:40:37 +0000 (09:40 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 22 Feb 2019 14:42:41 +0000 (09:42 -0500)
commitae2cb7280436ab3fe24afef510d30201e54b795c
treec2ffe62f12a3eacc5b5332b65b2e0da983c63754
parent1d626fc02895daa9e7f7c74a829b9512f08869e8
nv50: disable compute

It causes more trouble than it's worth. Now vl tries to create compute
shaders without all the proper checking. Since there's really no
(current) way to use compute on nv50, just mark it disabled.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109742
Fixes: f6ac0b5d71 ("gallium/auxiliary/vl: Add compute shader to support video compositor render")
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv50_screen.c