Added colormask, dither, multisample state. Implement colormasking stage.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 12 Jul 2007 18:20:14 +0000 (12:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 12 Jul 2007 18:20:14 +0000 (12:20 -0600)
commit86352ff70d8c9a31fe0ebb4d02ce4bb4644fe54a
tree2dcf373eacfec2e125771e3a5b51116969fefe46
parentbd5533bb7c90d8da06f6a1c38bdc84bb607c5b85
Added colormask, dither, multisample state.  Implement colormasking stage.
progs/samples/prim.c
src/mesa/pipe/p_defines.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_quad.c
src/mesa/pipe/softpipe/sp_quad.h
src/mesa/pipe/softpipe/sp_quad_colormask.c [new file with mode: 0644]
src/mesa/sources
src/mesa/state_tracker/st_atom_blend.c
src/mesa/state_tracker/st_atom_setup.c