softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()
authorBrian Paul <brianp@vmware.com>
Tue, 29 Sep 2009 14:50:56 +0000 (08:50 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 29 Sep 2009 14:51:00 +0000 (08:51 -0600)
commit564df9dc5f6335eb8dc68f3c69cf054d2142663c
treea9e08b80e2f481e0c41ca0e82d8fd6c137bbf88f
parentfbddc75aa2f6542117783b8024f9ebd2f0309e1f
softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()

This silences tons of valgrind warnings in programs that don't call
glClear(), such as progs/demos/gamma.
src/gallium/drivers/softpipe/sp_tile_cache.c