OSDN Git Service

gallium: set sample mask to ~0 for clear, blit and gen_mipmap
authorMarek Olšák <maraeo@gmail.com>
Tue, 24 Jul 2012 09:17:29 +0000 (11:17 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 4 Aug 2012 11:53:06 +0000 (13:53 +0200)
commite7689303a8e4790c38cc69ae7a197712f98e8f5b
tree28a040134bba4ef8d01bfec7f450c4c484604087
parentcd97a5f660399212a23b6dcd02906231f2dc5525
gallium: set sample mask to ~0 for clear, blit and gen_mipmap

The sample mask affects single-sampled rendering too (it's orthogonal
to the color mask).

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h
src/gallium/auxiliary/util/u_blit.c
src/gallium/auxiliary/util/u_gen_mipmap.c
src/mesa/state_tracker/st_cb_clear.c