swr: PIPE_CAP_CULL_DISTANCE cap request response
authorTim Rowley <timothy.o.rowley@intel.com>
Mon, 16 May 2016 16:03:26 +0000 (11:03 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 19 May 2016 18:27:33 +0000 (13:27 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/swr_screen.cpp

index 3d280e34a637ba1a4496468aa866f804c2d817ed..ce880ec63865ed36b167581ff9cb64fc4dfb557f 100644 (file)
@@ -358,6 +358,7 @@ swr_get_param(struct pipe_screen *screen, enum pipe_cap param)
    case PIPE_CAP_PCI_DEVICE:
    case PIPE_CAP_PCI_FUNCTION:
    case PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT:
+   case PIPE_CAP_CULL_DISTANCE:
       return 0;
    }