st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 30 Sep 2013 17:54:48 +0000 (10:54 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 2 Oct 2013 00:30:52 +0000 (17:30 -0700)
commitfcbbecb9bc5c2b46913d5d3ec809be396addb1e8
treea0660e2e462b63bc6d04d0afe750b1f2cd35a65f
parent03d46344dff6618dcadd95c058bb136c0b5bcb2f
st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.

All member variables of glsl_to_tgsi_instruction are already being
initialized from its implicitly defined constructor, it's not
necessary to use rzalloc to allocate its memory.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/state_tracker/st_glsl_to_tgsi.cpp