summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_hyperz.c
AgeCommit message (Collapse)Author
2010-06-22r300g: do not emit ZTOP every draw callMarek Olšák
2010-06-19r300g: improve the ZTOP conditionMarek Olšák
The real difference here is that ZTOP is now enabled if all stencil ops are set to KEEP. This improves performance.
2010-04-28r300g: move ZTOP to separate fileMarek Olšák
Ideally, HiZ should go in r300_hyperz.c next to ZTOP.