| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -1/+4 |
* | nouveau: include stdio.h and u_inlines.h in all context files since embedded ... | Dave Airlie | 2010-02-04 | 1 | -0/+3 |
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc | Marcin Slusarz | 2010-01-05 | 1 | -4/+0 |
* | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell | 2010-01-05 | 1 | -3/+3 |
|\ |
|
| * | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 1 | -3/+3 |
* | | Merge branch 'gallium-edgeflags' | Roland Scheidegger | 2009-12-22 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | gallium: fix up drivers for edgeflag changes | Roland Scheidegger | 2009-12-19 | 1 | -1/+0 |
* | | nouveau: avoid running out of relocs | Maarten Maathuis | 2009-12-14 | 1 | -0/+1 |
|/ |
|
* | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | 2009-10-19 | 1 | -0/+1 |
* | gallium: Clean up driver clear() interface. | Michel Dänzer | 2009-04-04 | 1 | -2/+2 |
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 1 | -0/+4 |
* | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | 2008-06-23 | 1 | -0/+1 |
* | 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 |
* | nv40: do full swtnl fallback when edge flags present. | Ben Skeggs | 2008-04-28 | 1 | -0/+1 |
* | nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBS | Ben Skeggs | 2008-04-15 | 1 | -2/+2 |
* | nv40: implement user clip planes | Ben Skeggs | 2008-04-07 | 1 | -4/+0 |
* | nv40: static attribs -> stateobj | Ben Skeggs | 2008-04-04 | 1 | -1/+2 |
* | nv40: only update draw module state when using swtnl | Ben Skeggs | 2008-04-02 | 1 | -2/+4 |
* | nv40: respect rasterizer cso bypass_clipping flag | Ben Skeggs | 2008-03-24 | 1 | -0/+1 |
* | nv40: simple swtnl path (half broken, but getting there) | Ben Skeggs | 2008-03-16 | 1 | -3/+22 |
* | nouveau: match interface changes | Ben Skeggs | 2008-03-13 | 1 | -0/+2 |
* | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | 2008-03-02 | 1 | -0/+1 |
* | nv40: move "channel context" stuff into nv40_screen | Ben Skeggs | 2008-02-29 | 1 | -24/+5 |
* | nouveau: implement pipe_screen | Ben Skeggs | 2008-02-29 | 1 | -0/+2 |
* | nv40: remove pipe_state struct now. | Ben Skeggs | 2008-02-25 | 1 | -22/+19 |
* | nv40: construct vbo state the same way as the rest | Ben Skeggs | 2008-02-25 | 1 | -4/+7 |
* | nv40: move hw_dirty | Ben Skeggs | 2008-02-22 | 1 | -3/+2 |
* | nv40: rework fragment texture state | Ben Skeggs | 2008-02-22 | 1 | -1/+1 |
* | nv40: fb state | Ben Skeggs | 2008-02-20 | 1 | -1/+2 |
* | nv40: almost there.. | Ben Skeggs | 2008-02-20 | 1 | -13/+53 |
* | nv40: keep track of generated context state vs current channel state | Ben Skeggs | 2008-02-20 | 1 | -11/+15 |
* | nv40: and vertprog.. | Ben Skeggs | 2008-02-18 | 1 | -11/+3 |
* | nv40: get fragprog onto new state mechanism | Ben Skeggs | 2008-02-18 | 1 | -11/+6 |
* | nv40: move some things around | Ben Skeggs | 2008-02-18 | 1 | -0/+3 |
* | nv40: until gallium is fixed we'll need a fallback for user clip planes | Ben Skeggs | 2008-02-18 | 1 | -0/+13 |
* | nv40: similar changes to polygon stipple as were done for scissor | Ben Skeggs | 2008-02-18 | 1 | -4/+14 |
* | nv40: ensure scissor gets disabled where necessary | Ben Skeggs | 2008-02-18 | 1 | -2/+17 |
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+153 |