r300g: decouple drawing code and two-sided stencil refvalue fallback
authorMarek Olšák <maraeo@gmail.com>
Wed, 26 May 2010 21:47:27 +0000 (23:47 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 26 May 2010 22:08:42 +0000 (00:08 +0200)
commit76034aaf655134c71e1ec619085c46251d037720
tree59b61e35069a07de4b1e5bfcc3d215b9dbed5ddd
parent1345c5bf94dd848bdb601061c7ae654dadc6e542
r300g: decouple drawing code and two-sided stencil refvalue fallback

It's now more separate from the rest of the driver and it can be disabled
by commenting out just 1 line. Well, I couldn't make the previous version
work with SW TCL reliably, that's the reason of this little rework.
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_state.c