This code is essentially dead now.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
struct pipe_vertex_element velements[PIPE_MAX_ATTRIBS];
unsigned num_velements;
- st->vertex_array_out_of_memory = FALSE;
st->draw_needs_minmax_index = false;
/* ST_NEW_VERTEX_ARRAYS alias ctx->DriverFlags.NewArray */
/* Setup arrays */
st_setup_arrays(st, vp, vp_variant, velements, vbuffer, &num_vbuffers);
- if (st->vertex_array_out_of_memory)
- return;
/* _NEW_CURRENT_ATTRIB */
/* Setup current uploads */
*/
boolean invalidate_on_gl_viewport;
boolean draw_needs_minmax_index;
- boolean vertex_array_out_of_memory;
boolean has_hw_atomics;
/* Some state is contained in constant objects.
prepare_draw(st, ctx);
- if (st->vertex_array_out_of_memory)
- return;
-
/* Initialize pipe_draw_info. */
info.primitive_restart = false;
info.vertices_per_patch = ctx->TessCtrlProgram.patch_vertices;
assert(stride);
prepare_draw(st, ctx);
- if (st->vertex_array_out_of_memory)
- return;
-
memset(&indirect, 0, sizeof(indirect));
util_draw_init_info(&info);
info.start = 0; /* index offset / index size */