diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-02-18 10:07:51 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-02-19 08:01:59 -0500 |
commit | 7f6f419be93531b5725bfa92ac087703ad13267b (patch) | |
tree | c61dd089ba3c0c997440a9958915fa378a71386c /src/gallium/drivers/panfrost | |
parent | aed052f7039e7dab1a4d7374512f3f9945677b9f (diff) |
panfrost: Remove old comment
We already handle primitive restart earlier in the function.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3855>
Diffstat (limited to 'src/gallium/drivers/panfrost')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index 0122067acd7..2e0bda518ea 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -1489,8 +1489,6 @@ panfrost_draw_vbo( ctx->payloads[PIPE_SHADER_FRAGMENT].prefix.offset_bias_correction = -min_index; ctx->payloads[PIPE_SHADER_FRAGMENT].prefix.index_count = MALI_POSITIVE(info->count); - //assert(!info->restart_index); /* TODO: Research */ - draw_flags |= panfrost_translate_index_size(info->index_size); ctx->payloads[PIPE_SHADER_FRAGMENT].prefix.indices = panfrost_get_index_buffer_mapped(ctx, info); } else { |