cso_context: Fix cso_context::sample_mask initial value.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 7 Jan 2014 13:42:23 +0000 (13:42 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 7 Jan 2014 16:04:42 +0000 (16:04 +0000)
commit95bf222603bbbb643a6119e370c6a616ccc5ceaf
tree2d55d02960fc8e338bca3b28523f0e024f1e8653
parent72c6d0e506ad0e8262dddbc7a7cf2d6813761753
cso_context: Fix cso_context::sample_mask initial value.

The initial value of cso_context::sample_mask_saved is irrelevant as it
will be overwritten with cso_context::sample_mask in
cso_save_sample_mask.  Therefore it is cso_context::sample_mask that
needs to be properly initialized.

This fixes regressions in blits and mipmap generation after adding
support for sample_mask to llvmpipe.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/cso_cache/cso_context.c