summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_state_viewport.c
AgeCommit message (Collapse)Author
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri
This makes the code faster due to the lack of indirect calls and also makes it much easier to understand what is actually going on.
2010-04-12nvfx: so->RING_3D: viewportLuca Barbieri
2010-03-23nvfx: fix/workaround nv3x hwtnl issuesLuca Barbieri
This patch re-emits the viewport state on framebuffer or rasterizer change. This seems to be necessary on nv3x, but the reason is not fully understood. It is quite likely that this isn't really the correct fix, but seems to work, and makes nv3x much better.
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.