nvc0: enable compute support on Fermi
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 5 Nov 2015 23:33:48 +0000 (00:33 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 8 Nov 2015 15:47:59 +0000 (16:47 +0100)
commitffb60e77882d2da9f42a76d602114cdb26dd25bc
tree099f45c04171fa87dd1b65f27dd22b21be9250da
parente06238cb9e50e3b994d5abac921ad800692a90af
nvc0: enable compute support on Fermi

Altough the compute support is still not complete because textures and
surfaces need to be implemented, it allows to launch very simple compute
kernel like one which reads reading MP performance counters.

This turns on PIPE_CAP_COMPUTE and PIPE_SHADER_COMPUTE.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c