| Commit message (Expand) | Author | Age | Files | Lines |
* | nv30, nv40: unify nv[34]0_vbo.c | Luca Barbieri | 2010-03-15 | 1 | -565/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_draw.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 | -7/+7 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 1 | -56/+56 |
* | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri | 2010-03-15 | 1 | -34/+34 |
* | nv40: use NV34TCL_ constants where available | Luca Barbieri | 2010-03-15 | 1 | -37/+37 |
* | nv40: adapt to vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -4/+4 |
* | nv: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -2/+3 |
* | nouveau: use AVAIL_RING() | Ben Skeggs | 2010-02-12 | 1 | -5/+5 |
* | nouveau: Fix warning for void function returning value. Add missing include f... | Patrice Mandin | 2010-02-05 | 1 | -2/+2 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly | Maarten Maathuis | 2010-01-05 | 1 | -3/+3 |
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc | Marcin Slusarz | 2010-01-05 | 1 | -48/+58 |
* | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell | 2010-01-05 | 1 | -13/+10 |
|\ |
|
| * | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 1 | -13/+10 |
* | | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -5/+0 |
|/ |
|
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 1 | -8/+9 |
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 1 | -5/+5 |
* | nv40: remove u_simple_screen usage | Ben Skeggs | 2009-06-05 | 1 | -1/+1 |
* | nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls | Ben Skeggs | 2009-06-05 | 1 | -5/+8 |
* | nouveau: make stateobjs start off with refcount of 1 | Ben Skeggs | 2009-03-07 | 1 | -0/+3 |
* | gallium: standardize on stride instead of pitch in the interface | Zack Rusin | 2009-01-27 | 1 | -2/+2 |
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 1 | -1/+0 |
* | nouveau: pf_sprint_name -> pf_name | Ben Skeggs | 2008-08-11 | 1 | -6/+2 |
* | Update for extra vertex attributes | Patrice Mandin | 2008-06-21 | 1 | -1/+1 |
* | nv40: do full swtnl fallback when edge flags present. | Ben Skeggs | 2008-04-28 | 1 | -0/+5 |
* | nv40: use vb/ve counts rather than shader inputs for related loops | Ben Skeggs | 2008-04-09 | 1 | -21/+4 |
* | nv40: have test for hw idxbuf in single place | Ben Skeggs | 2008-04-04 | 1 | -2/+2 |
* | nv40: remove redundant state_emit() calls | Ben Skeggs | 2008-04-04 | 1 | -3/+0 |
* | nv40: static attribs -> stateobj | Ben Skeggs | 2008-04-04 | 1 | -28/+34 |
* | nv40: convert the inline idxbuf paths also | Ben Skeggs | 2008-04-04 | 1 | -48/+111 |
* | nv40: need to resubmit buffers if pushbuf gets flushed during draw | Ben Skeggs | 2008-04-04 | 1 | -44/+76 |
* | nouveau: update object header | Ben Skeggs | 2008-03-31 | 1 | -1/+1 |
* | nouveau: adapt to recent gallium changes | Ben Skeggs | 2008-03-30 | 1 | -2/+2 |
* | nv40: add 16-bit SSCALED vb formats | Ben Skeggs | 2008-03-21 | 1 | -0/+10 |
* | nv40: swtnl fallback on unsupported array format | Ben Skeggs | 2008-03-21 | 1 | -2/+6 |
* | nv40: simple swtnl path (half broken, but getting there) | Ben Skeggs | 2008-03-16 | 1 | -4/+18 |
* | nv40: re-do vtxbuf format code | Ben Skeggs | 2008-03-03 | 1 | -29/+50 |
* | nv40: move "channel context" stuff into nv40_screen | Ben Skeggs | 2008-02-29 | 1 | -5/+5 |
* | nv40: remove pipe_state struct now. | Ben Skeggs | 2008-02-25 | 1 | -9/+9 |
* | nv40: construct vbo state the same way as the rest | Ben Skeggs | 2008-02-25 | 1 | -124/+122 |
* | nv40: dump meaningful names for surface formats | Ben Skeggs | 2008-02-25 | 1 | -1/+5 |
* | nv40: stateobj start out with 0 refcount | Ben Skeggs | 2008-02-22 | 1 | -1/+0 |
* | nv40: and vertprog.. | Ben Skeggs | 2008-02-18 | 1 | -1/+1 |
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+424 |