trace: remove useless MALLOC() in trace_context_draw_vbo()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 7 Feb 2016 21:33:33 +0000 (22:33 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 7 Feb 2016 23:06:22 +0000 (00:06 +0100)
commit1dacbb7b46f458dcc09a42f7ac1bb18983f17075
treecdcefc12f4731b34b58de9c1b3dc06cc1cdc6e35
parentccaf734275ede89bfc86f274a64570be715fed94
trace: remove useless MALLOC() in trace_context_draw_vbo()

There is no need to allocate memory when unwrapping the indirect buf.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/trace/tr_context.c