| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | nouveau: improve buffer transfers | Christoph Bumiller | 2013-01-08 | 1 | -1/+77 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+2 |
* | nv30: implement blit | Marek Olšák | 2012-09-30 | 1 | -0/+9 |
* | nouveau: fix scratch buffer leak | Marcin Slusarz | 2012-06-05 | 1 | -1/+1 |
* | nv30: init sample_mask to some default value at context creation time | Ben Skeggs | 2012-04-15 | 1 | -0/+1 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -0/+174 |
* | nv30, nv40: unify nv[34]0_context.c | Luca Barbieri | 2010-03-15 | 1 | -90/+0 |
* | nv30, nv40: fully unify nv[34]0_context.h | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: partially unify nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify nv[34]0_vbo.c | Luca Barbieri | 2010-03-15 | 1 | -2/+2 |
* | nv30, nv40: non-trivially unify nv[34]0_draw.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify nv[34]0_query.c | Luca Barbieri | 2010-03-15 | 1 | -2/+2 |
* | nv30, nv40: non-trivially unify nv[34]0_state_emit.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify identical nv[34]0_transfer.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: unify identical nv[34]0_clear.c | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
* | nv30, nv40: add is_nv4x member to context and screen structs | Luca Barbieri | 2010-03-15 | 1 | -0/+2 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 1 | -39/+39 |
* | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | 2010-03-15 | 1 | -3/+3 |
* | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+1 |
* | nouveau: remove u_simple_screen.h includes | Ben Skeggs | 2010-02-11 | 1 | -1/+0 |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -2/+2 |
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc | Marcin Slusarz | 2010-01-05 | 1 | -5/+10 |
* | nouveau: Unreference state/buffer objects on context/screen destruction. | Younes Manton | 2009-12-28 | 1 | -0/+6 |
* | nouveau: avoid running out of relocs | Maarten Maathuis | 2009-12-14 | 1 | -0/+3 |
* | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | 2009-10-19 | 1 | -33/+2 |
* | nouveau: nv30: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | 2009-10-17 | 1 | -6/+13 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+26 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+1 |
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 1 | -1/+0 |
* | nv30: Move edgeflag stuff | Patrice Mandin | 2008-07-12 | 1 | -7/+0 |
* | nouveau: very quick port to tex-surface changes. | Ben Skeggs | 2008-05-27 | 1 | -1/+0 |
* | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | 2008-05-13 | 1 | -2/+0 |
* | nouveau: stub set_edgeflags for all nv pipe drivers | Ben Skeggs | 2008-04-27 | 1 | -0/+7 |
* | nv30: add stuff to init swtnl | Patrice Mandin | 2008-04-23 | 1 | -0/+5 |
* | nv30: Move some structures and functions from context to screen | Patrice Mandin | 2008-04-11 | 1 | -174/+11 |
* | nv30: use FREE macro | Patrice Mandin | 2008-03-30 | 1 | -1/+1 |
* | nouveau: adapt to recent gallium changes | Ben Skeggs | 2008-03-30 | 1 | -15/+4 |
* | nv30: update miptree stuff for texturing | Patrice Mandin | 2008-03-18 | 1 | -0/+1 |
* | nv30: put the card into vtxprog mode + small cleanups/fixes | Ben Skeggs | 2008-03-10 | 1 | -117/+5 |
* | nv30: a couple of vtxprog fixes | Ben Skeggs | 2008-03-06 | 1 | -1/+1 |
* | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | 2008-03-02 | 1 | -1/+1 |
* | nouveau: hand nouveau_winsys in with pipe_screen init | Ben Skeggs | 2008-02-29 | 1 | -1/+2 |
* | nouveau: implement pipe_screen | Ben Skeggs | 2008-02-29 | 1 | -81/+5 |
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+431 |