i965: Allocate the screen using ralloc rather than calloc.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 17 Mar 2014 20:57:14 +0000 (13:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 17:31:12 +0000 (10:31 -0700)
commitb3e4b769dd318936abc38acbbbdec61ae2539e84
tree9557fb9aa8f8c6cbaf9f2f031c659555834bdede
parent41097db91bb18cfb03faf00d9bc7a5495d1bf66e
i965: Allocate the screen using ralloc rather than calloc.

This will allow us to use the screen as a memory context.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_screen.c