intel: Init num_fences to clean up valgrind warning.
authorEric Anholt <eric@anholt.net>
Thu, 2 Jul 2009 00:08:16 +0000 (17:08 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 2 Jul 2009 21:07:09 +0000 (14:07 -0700)
commitcb4ef34214d61fb48bdff689a85ea107060e061b
treeb8990d381ab57de3cfe594af6181f4e49fb7f20f
parentd1c8a0a30860ab6cd4a50582972fb185766595bd
intel: Init num_fences to clean up valgrind warning.

Valgrind doesn't know that a successful getparam sets the target of the
pointer, so just set the value beforehand.
src/mesa/drivers/dri/intel/intel_screen.c