diff options
author | Jordan Justen <[email protected]> | 2015-09-29 17:04:03 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-09-30 11:28:12 -0700 |
commit | 7b391142e9da6186221a9eb39977e487f079ef72 (patch) | |
tree | 2b3d886568f9112e8246f228cb88b63ef0e32baa /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 83018f5c20a2a1b48f88704a25ebb8410b2f9c71 (diff) |
i965/cs: Upload UBO/SSBO surfaces
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Samuel Iglesias Gonsálvez <[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 1dd48f6d9b7..19a511710da 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1516,7 +1516,7 @@ struct brw_context int num_atoms[BRW_NUM_PIPELINES]; const struct brw_tracked_state render_atoms[60]; - const struct brw_tracked_state compute_atoms[7]; + const struct brw_tracked_state compute_atoms[8]; /* If (INTEL_DEBUG & DEBUG_BATCH) */ struct { |