svga: remove unneeded memset() call in draw_vgpu10()

All three fields of the vbuffer_attrs[] array are assigned in the following
loop.  The remaining elements of the array are not used.

Tested with full Piglit run, Heaven 4.0, etc.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
Brian Paul 2016-08-01 16:31:13 -06:00
parent ced0dd0e95
commit dcf2126f90
1 changed files with 1 additions and 2 deletions

View File

@ -533,11 +533,10 @@ draw_vgpu10(struct svga_hwtnl *hwtnl,
{
SVGA3dVertexBuffer vbuffer_attrs[PIPE_MAX_ATTRIBS];
memset(vbuffer_attrs, 0, sizeof(vbuffer_attrs));
for (i = 0; i < vbuf_count; i++) {
vbuffer_attrs[i].stride = hwtnl->cmd.vbufs[i].stride;
vbuffer_attrs[i].offset = hwtnl->cmd.vbufs[i].buffer_offset;
vbuffer_attrs[i].sid = 0;
}
/* If we haven't yet emitted a drawing command or if any