Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc | Marcin Slusarz | |
2009-12-28 | nouveau: Unreference state/buffer objects on context/screen destruction. | Younes Manton | |
- unreference state objects so that buffer objects are unreferenced and eventually destroyed - free channel at screen's destruction Based on Krzysztof Smiechowicz's patch. | |||
2009-12-14 | nouveau: avoid running out of relocs | Maarten Maathuis | |
- Added flush notify functions for NV30 and NV40. - Flushing mid frame will call flush notify, which will resubmit all relocs. - We don't try to recover from reloc failure yet. | |||
2009-10-19 | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | |
2009-10-17 | nouveau: nv30: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | |
2009-04-15 | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | |
Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
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 | |||
2008-09-11 | nouveau: gallium directory structure changed again.. | Ben Skeggs | |
2008-07-12 | nv30: Move edgeflag stuff | Patrice Mandin | |
2008-05-27 | nouveau: very quick port to tex-surface changes. | Ben Skeggs | |
probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN... | |||
2008-05-13 | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | |
2008-04-27 | nouveau: stub set_edgeflags for all nv pipe drivers | Ben Skeggs | |
2008-04-23 | nv30: add stuff to init swtnl | Patrice Mandin | |
2008-04-11 | nv30: Move some structures and functions from context to screen | Patrice Mandin | |
2008-03-30 | nv30: use FREE macro | Patrice Mandin | |
2008-03-30 | nouveau: adapt to recent gallium changes | Ben Skeggs | |
2008-03-18 | nv30: update miptree stuff for texturing | Patrice Mandin | |
2008-03-10 | nv30: put the card into vtxprog mode + small cleanups/fixes | Ben Skeggs | |
2008-03-06 | nv30: a couple of vtxprog fixes | Ben Skeggs | |
2008-03-02 | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | |
2008-02-29 | nouveau: hand nouveau_winsys in with pipe_screen init | Ben Skeggs | |
2008-02-29 | nouveau: implement pipe_screen | Ben Skeggs | |
Untested on NV3x/NV5x. Quite possibly broken. | |||
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. |