Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | nv50: avoid excessive FIRE_RING | Maarten Maathuis | |
- And reduce RING_SPACE to 2, instead of 3. | |||
2009-09-15 | nv50: use flush_notify to reduce number of relocs | Maarten Maathuis | |
2009-08-17 | nv50: remove a few cases of directly casting struct pipe_context | Maarten Maathuis | |
2009-08-17 | nv50: borrow some flushing code from the ddx | Maarten Maathuis | |
- This fixes neverball corruption. - I'm unsure about what we're actually flushing here. | |||
2009-08-17 | nv50: whitespace fixes and deobfuscation | Maarten Maathuis | |
2009-06-05 | nouveau: move channel creation into pipe drivers | Ben Skeggs | |
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-02-05 | nv50: stop using nouveau_push.h, it's evil | Ben Skeggs | |
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-11 | nv50: add license headers to .c files | Ben Skeggs | |
2008-07-11 | nv50: more "abuse" by using libc malloc etc.. | Ben Skeggs | |
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-04-27 | nouveau: stub set_edgeflags for all nv pipe drivers | Ben Skeggs | |
2008-03-30 | nouveau: adapt to recent gallium changes | Ben Skeggs | |
2008-03-12 | nv50: convert to hwctx-in-screen as nv40 is | 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.. |