gallium: add interface for querying memory usage and sizes (v2)
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_screen.c
index 45693c8719f788a8873650b22665a1b7c360082a..d368fda707d272eea36f50b10089460586b9a884 100644 (file)
@@ -220,6 +220,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_STRING_MARKER:
    case PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY:
    case PIPE_CAP_SURFACE_REINTERPRET_BLOCKS:
+   case PIPE_CAP_QUERY_MEMORY_INFO:
       return 0;
 
    case PIPE_CAP_VENDOR_ID: