glsl: Switch ast_type_qualifier to the non-zeroing allocator.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 20 Sep 2013 23:23:30 +0000 (16:23 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 2 Oct 2013 00:30:51 +0000 (17:30 -0700)
commit58d772cb41b71dd3f5cf2bd4afb5781327ab4495
tree4b46197ac9eef996c0c95d834a9912fb1eb9b67e
parent8bd1c69f3bc731a53d785aa7b3e8fea05bacef7d
glsl: Switch ast_type_qualifier to the non-zeroing allocator.

All member variables of ast_type_qualifier 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/glsl/ast.h