summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/Makefile
AgeCommit message (Collapse)Author
2008-04-07nv40: implement user clip planesBen Skeggs
It turns out the user planes handed to the driver are already in clip space. Hence, we no longer need to transform incoming vertices before computing the clip distance, and no longer need to change the interface provided by gallium. Yay :) The clip state change handling could be better, but this works.
2008-02-29nouveau: implement pipe_screenBen Skeggs
Untested on NV3x/NV5x. Quite possibly broken.
2008-02-20nv40: fb stateBen Skeggs
2008-02-20nv40: almost there..Ben Skeggs
2008-02-18nv40: move some things aroundBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..