summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_state_viewport.c
AgeCommit message (Collapse)Author
2010-03-15nvfx: fix viewport state after bypass removal for swtnlLuca Barbieri
The adjustment of nv30/nv40 after the removal of bypass incorrectly removed the hardware viewport bypass code, which we still need for swtnl and also forgot to remove NVFX_NEW_RAST from pipe.
2010-03-15nv30, nv40: unify nv[34]0_state_viewport.cLuca Barbieri
The files are identical, except for an extra comment in nv30.