diff options
author | Jordan Justen <[email protected]> | 2014-08-27 11:10:35 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-05-02 00:50:00 -0700 |
commit | eeee212e53feac673ea4ac0345fe493418b187df (patch) | |
tree | 609c3526db9f34584cfe2f25c3645b8f7bd9065a /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 5328ffbe799bf40a971ebe804404ade91abddd33 (diff) |
i965: Upload atomic buffer state for compute shaders
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 542ec3d030f..2fcdcfadc9a 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1447,7 +1447,7 @@ struct brw_context int num_atoms[BRW_NUM_PIPELINES]; const struct brw_tracked_state render_atoms[57]; - const struct brw_tracked_state compute_atoms[2]; + const struct brw_tracked_state compute_atoms[3]; /* If (INTEL_DEBUG & DEBUG_BATCH) */ struct { |