gallium: add interface for querying memory usage and sizes (v2)
[mesa.git] / src / gallium / drivers / softpipe / sp_screen.c
index 1738cae8c1807dd886a88d4bd06f28959c40d3ed..097ffe6f9209974e001164dd23d5000ebd0eba9f 100644 (file)
@@ -265,6 +265,7 @@ softpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
    case PIPE_CAP_STRING_MARKER:
    case PIPE_CAP_SURFACE_REINTERPRET_BLOCKS:
    case PIPE_CAP_QUERY_BUFFER_OBJECT:
+   case PIPE_CAP_QUERY_MEMORY_INFO:
       return 0;
    }
    /* should only get here on unhandled cases */