diff options
author | Rhys Kidd <[email protected]> | 2018-08-10 12:40:09 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-20 11:31:19 -0800 |
commit | acc481ad79e1b505966bad3140032e928761dabf (patch) | |
tree | 0c6dc64676fb5fde1fbd36720457a57d93abe1c6 /src/gallium/drivers/vc4/vc4_context.h | |
parent | ba36312fbd079658edc86015852f519c8290a09a (diff) |
vc4: Wire up core pipe_debug_callback
This lets the driver use pipe_debug_message() for GL_ARB_debug_output.
Signed-off-by: Rhys Kidd <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 8a8d3b6d5b0..f8f47958d8f 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -405,6 +405,7 @@ struct vc4_context { struct pipe_viewport_state viewport; struct vc4_constbuf_stateobj constbuf[PIPE_SHADER_TYPES]; struct vc4_vertexbuf_stateobj vertexbuf; + struct pipe_debug_callback debug; struct vc4_hwperfmon *perfmon; /** @} */ |