softpipe: Add support for reporting shader-db output.
[mesa.git] / src / gallium / drivers / softpipe / sp_context.h
index d4be1efc945a9db16e65a1202cd5f3a1f7767158..cd2e498de6b4da4e8f81f27796b1702e09052a84 100644 (file)
@@ -204,6 +204,8 @@ struct softpipe_context {
     * of sp_sampler_view?
     */
    struct softpipe_tex_tile_cache *tex_cache[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
+
+   struct pipe_debug_callback debug;
 };