diff options
author | Mathias Fröhlich <[email protected]> | 2018-03-25 19:16:54 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2018-03-31 06:32:13 +0200 |
commit | 461698af267f8001aa339c8ca1aec937083ad8fb (patch) | |
tree | 1e275d554a3109ca5422e088fb5b92973dae3676 /src/mesa/vbo/vbo_exec.c | |
parent | 784fdef4e7d6055eafe8a3e8e149a64d3ca5e5f6 (diff) |
vbo: Remove the now unused vbo draw path.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_exec.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c index f9cf8355ed4..b23747aa393 100644 --- a/src/mesa/vbo/vbo_exec.c +++ b/src/mesa/vbo/vbo_exec.c @@ -127,7 +127,6 @@ vbo_exec_init(struct gl_context *ctx) /* The aelt_context state should still be dirty from its creation */ assert(_ae_is_state_dirty(ctx)); - exec->array.recalculate_inputs = GL_TRUE; exec->eval.recalculate_maps = GL_TRUE; } @@ -244,13 +243,6 @@ vbo_merge_prims(struct _mesa_prim *p0, const struct _mesa_prim *p1) void -_vbo_set_recalculate_inputs(struct gl_context *ctx) -{ - vbo_context(ctx)->exec.array.recalculate_inputs = GL_TRUE; -} - - -void _vbo_init_inputs(struct vbo_inputs *inputs) { inputs->current = 0; |