gallium: introduce PIPE_CAP_CLIP_HALFZ.
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_screen.c
index a673eb92035086fde0dd4faa7cd239ddabb2c8f8..88fc9264829f2786a9afd85f5eb896f33ba41670 100644 (file)
@@ -188,6 +188,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_TGSI_VS_LAYER_VIEWPORT:
    case PIPE_CAP_FAKE_SW_MSAA:
    case PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION:
+   case PIPE_CAP_CLIP_HALFZ:
       return 0;
 
    case PIPE_CAP_VENDOR_ID: