Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-30 | gallium: make p_winsys internal | Zack Rusin | |
move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | |||
2009-01-29 | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | |
allows the driver to overwrite buffer allocation, first step on the way to making winsys interface internal to the drivers. state trackers and the code above it will go through the screen | |||
2008-09-11 | nouveau: gallium directory structure changed again.. | Ben Skeggs | |
2008-06-23 | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | |
2008-06-21 | Update for extra vertex attributes | Patrice Mandin | |
2008-04-23 | nouveau: fix build | Ben Skeggs | |
2008-04-09 | nv40: use vb/ve counts rather than shader inputs for related loops | Ben Skeggs | |
2008-04-07 | nv40: implement user clip planes | Ben 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-03-30 | nouveau: adapt to recent gallium changes | Ben Skeggs | |
2008-03-21 | nv40: ensure vb relocs don't end up on list for swtnl | Ben Skeggs | |
Avoids bo code bailing out because of mapped buffers being validated. | |||
2008-03-21 | nv40: s/free/FREE/ | Ben Skeggs | |
2008-03-17 | nv40: workaround main swtnl breakage | Ben Skeggs | |
Not sure where the real bug is here yet, but for now this gives us correct rendering in far more cases than previously. | |||
2008-03-16 | nv40: simple swtnl path (half broken, but getting there) | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |