diff options
author | Jordan Justen <[email protected]> | 2014-09-23 16:46:39 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-09-02 14:17:24 -0700 |
commit | 06ada493fbc22e99867e14f26f1a511b343e3759 (patch) | |
tree | d2266c1f0a78b822d30fd48f8eeb9ec4e3dcc9c6 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 4bdd5e09c3a1f97840dbbfb9e9a3c74bb0143968 (diff) |
i965/cs: Setup push constant data for uniforms
brw_upload_cs_push_constants was based on gen6_upload_push_constants.
v2:
* Add FINISHME comments about more efficient ways to push uniforms
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Ben Widawsky <[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 b52bca77460..02e7bb4f8e7 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1517,7 +1517,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[4]; + const struct brw_tracked_state compute_atoms[5]; /* If (INTEL_DEBUG & DEBUG_BATCH) */ struct { |