diff options
author | Eric Anholt <[email protected]> | 2019-06-19 12:00:57 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-07-17 16:20:12 -0700 |
commit | b9f7f3e4972bd758e903adbdb6bdc2152413de73 (patch) | |
tree | de035f201c6bbe9bf0941560a341eed9165d2c95 /src | |
parent | 6109df58e4abe18a0db589c3cebf21cbf0211197 (diff) |
freedreno: Drop stale comment about skipping uploads.
We already skip the upload if it's unused, due to the constlen >
offset check.
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/freedreno/ir3/ir3_gallium.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/ir3/ir3_gallium.c b/src/gallium/drivers/freedreno/ir3/ir3_gallium.c index fde02aa23c9..ad74c8b1b66 100644 --- a/src/gallium/drivers/freedreno/ir3/ir3_gallium.c +++ b/src/gallium/drivers/freedreno/ir3/ir3_gallium.c @@ -496,7 +496,6 @@ ir3_emit_vs_consts(const struct ir3_shader_variant *v, struct fd_ringbuffer *rin emit_common_consts(v, ring, ctx, PIPE_SHADER_VERTEX); /* emit driver params every time: */ - /* TODO skip emit if shader doesn't use driver params to avoid WFI.. */ if (info) { const struct ir3_const_state *const_state = &v->shader->const_state; uint32_t offset = const_state->offsets.driver_param; |