diff options
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.h')
-rw-r--r-- | src/gallium/drivers/r600/evergreen_compute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.h b/src/gallium/drivers/r600/evergreen_compute.h index f593432ec7d..e6c6d8f100d 100644 --- a/src/gallium/drivers/r600/evergreen_compute.h +++ b/src/gallium/drivers/r600/evergreen_compute.h @@ -55,7 +55,7 @@ void r600_compute_global_transfer_inline_write( struct pipe_context *, struct pi static inline void COMPUTE_DBG(struct r600_screen *rscreen, const char *fmt, ...) { - if (!(rscreen->debug_flags & DBG_COMPUTE)) { + if (!(rscreen->b.debug_flags & DBG_COMPUTE)) { return; } |