diff options
author | Rob Clark <[email protected]> | 2016-04-24 16:42:15 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-04-30 14:56:19 -0400 |
commit | 41d288c306db886d15e1fa32aa3bc677b8750321 (patch) | |
tree | 551fdb40ec4a3024ba51a20574a52f6096b4dda2 /src/gallium/drivers/freedreno/freedreno_context.h | |
parent | e04db879f8933915501bfb9cce0d1359d62766bd (diff) |
freedreno: wire up core pipe_debug_callback
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index 86992960960..e65688e6c58 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -369,6 +369,8 @@ struct fd_context { bool cond_cond; /* inverted rendering condition */ uint cond_mode; + struct pipe_debug_callback debug; + /* GMEM/tile handling fxns: */ void (*emit_tile_init)(struct fd_context *ctx); void (*emit_tile_prep)(struct fd_context *ctx, struct fd_tile *tile); |