Implement polygon stipple state tracking, application.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 11 Jul 2007 17:34:19 +0000 (11:34 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 11 Jul 2007 17:34:19 +0000 (11:34 -0600)
commite89bd0fbc56ecfb96f3aff926c5891c45221dd37
tree9522b593d58a4117c21b42eab0010812dad7c62a
parent300e97081e7e752c0ff9133149d15935baac7a46
Implement polygon stipple state tracking, application.
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_quad.c
src/mesa/pipe/softpipe/sp_quad.h
src/mesa/pipe/softpipe/sp_quad_stipple.c [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/sources
src/mesa/state_tracker/st_atom.c
src/mesa/state_tracker/st_atom.h
src/mesa/state_tracker/st_atom_stipple.c [new file with mode: 0644]