| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: common linear buffer manager, ported from nv50/nvc0 drivers | Ben Skeggs | 2011-03-01 | 1 | -1/+0 |
* | Merge remote branch 'origin/master' into nvc0-new | Ben Skeggs | 2010-12-21 | 1 | -1/+1 |
|\ |
|
| * | nouveau: fix includes for latest libdrm | Ben Skeggs | 2010-12-21 | 1 | -1/+1 |
* | | nvc0: import nvc0 gallium driver | Christoph Bumiller | 2010-11-12 | 1 | -0/+5 |
|/ |
|
* | nv50: fix typo in fifo packet length limit | Christoph Bumiller | 2010-09-18 | 1 | -0/+4 |
* | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h | Luca Barbieri | 2010-09-05 | 1 | -1/+0 |
* | nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCK | Luca Barbieri | 2010-08-09 | 1 | -3/+2 |
* | nouveau: s/inline/INLINE/ | Vinson Lee | 2010-07-16 | 1 | -1/+1 |
* | nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ... | Luca Barbieri | 2010-04-15 | 1 | -3/+0 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -9/+19 |
* | nv30, nv40: non-trivially unify nv[34]0_screen.c | Luca Barbieri | 2010-03-15 | 1 | -4/+1 |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -9/+0 |
* | Nuke the nv0x-nv2x gallium pipe drivers. | Francisco Jerez | 2010-02-04 | 1 | -18/+0 |
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | nouveau: Fix nv20-40 swizzled miptree RTs | Luca Barbieri | 2009-12-28 | 1 | -0/+3 |
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 1 | -12/+6 |
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 1 | -27/+0 |
* | nouveau: call nouveau_pushbuf directly rather than going through nvws | Ben Skeggs | 2009-06-05 | 1 | -6/+0 |
* | nouveau: rewrite winsys in terms of drm_api, support dri2 state tracker | Ben Skeggs | 2009-03-18 | 1 | -1/+1 |
* | nv50: rework for texture_transfer changes | Ben Skeggs | 2009-02-20 | 1 | -2/+3 |
* | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs | 2009-02-05 | 1 | -1/+1 |
* | nouveau: support getting "native" bo from winsys | Ben Skeggs | 2009-02-05 | 1 | -0/+2 |
* | nouveau: notifier timeout is a float now | Ben Skeggs | 2009-02-04 | 1 | -1/+1 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+1 |
* | nouveau: nv04-nv40 linear <-> swizzled conversion. | Younes Manton | 2008-12-02 | 1 | -0/+2 |
* | Nouveau: build, link and use nv20. | Pekka Paalanen | 2008-11-08 | 1 | -0/+6 |
* | nv04. | Stephane Marchesin | 2008-07-08 | 1 | -0/+6 |
* | nv50: flag to indicate to winsys we want a surface for use as a zeta buffer | Ben Skeggs | 2008-06-29 | 1 | -0/+1 |
* | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | 2008-05-13 | 1 | -8/+5 |
* | nouveau: in some cases don't create the buffer in local mem initially. | Ben Skeggs | 2008-04-04 | 1 | -0/+5 |
* | nouveau: adapt to recent gallium changes | Ben Skeggs | 2008-03-30 | 1 | -1/+2 |
* | nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel* | Ben Skeggs | 2008-03-19 | 1 | -2/+2 |
* | nv10. | Stephane Marchesin | 2008-03-15 | 1 | -0/+7 |
* | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | 2008-03-02 | 1 | -3/+3 |
* | nouveau: hand nouveau_winsys in with pipe_screen init | Ben Skeggs | 2008-02-29 | 1 | -6/+9 |
* | nouveau: implement pipe_screen | Ben Skeggs | 2008-02-29 | 1 | -3/+12 |
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+61 |