| Commit message (Expand) | Author | Age | Files | Lines |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -237/+0 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -0/+1 |
* | nv30: implement blit | Marek Olšák | 2012-09-30 | 1 | -0/+5 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -0/+231 |
* | nv30, nv40: fully unify nv[34]0_context.h | Luca Barbieri | 2010-03-15 | 1 | -14/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_vertprog.c | Luca Barbieri | 2010-03-15 | 1 | -3/+0 |
* | nv30, nv40: partially unify nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 1 | -6/+0 |
* | nv30, nv40: unify nv[34]0_vbo.c | Luca Barbieri | 2010-03-15 | 1 | -10/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_draw.c | Luca Barbieri | 2010-03-15 | 1 | -3/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_fragprog.c | Luca Barbieri | 2010-03-15 | 1 | -5/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_state_fb.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify nv[34]0_state_viewport.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify nv[34]0_query.c | Luca Barbieri | 2010-03-15 | 1 | -2/+0 |
* | nv30, nv40: unify nv[34]0_miptree.c | Luca Barbieri | 2010-03-15 | 1 | -2/+0 |
* | nv30, nv40: unify nv[34]0_state_stipple.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify identical nv[34]0_state_zsa.c | Luca Barbieri | 2010-03-15 | 1 | -2/+0 |
* | nv30, nv40: unify identical nv[34]0_state_scissor.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify identical nv[34]0_state_rasterizer.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify identical nv[34]0_state_blend.c | Luca Barbieri | 2010-03-15 | 1 | -2/+0 |
* | nv30, nv40: non-trivially unify nv[34]0_state_emit.c | Luca Barbieri | 2010-03-15 | 1 | -3/+0 |
* | nv30, nv40: unify identical nv[34]0_transfer.c | Luca Barbieri | 2010-03-15 | 1 | -1/+0 |
* | nv30, nv40: unify identical nv[34]0_clear.c | Luca Barbieri | 2010-03-15 | 1 | -4/+0 |
* | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri | 2010-03-15 | 1 | -188/+27 |
* | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+1 |
* | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -2/+6 |
|\ |
|
| * | nv30: adapt to vertex element cso | Roland Scheidegger | 2010-03-01 | 1 | -2/+6 |
* | | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol | 2010-02-22 | 1 | -1/+0 |
|/ |
|
* | nv30: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 1 | -1/+5 |
* | 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 | -2/+2 |
|\ |
|
| * | gallium: propogate draw retval changes into more drivers | Keith Whitwell | 2009-12-21 | 1 | -2/+2 |
* | | 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 |
* | nv30: Emit vertex buffer objects using state objects | Patrice Mandin | 2008-07-12 | 1 | -8/+6 |
* | nv30: Move edgeflag stuff | Patrice Mandin | 2008-07-12 | 1 | -0/+1 |
* | nv30: Reorder, remove useless stuff | Patrice Mandin | 2008-07-12 | 1 | -16/+3 |
* | nv30: Rename state emission func | Patrice Mandin | 2008-07-12 | 1 | -1/+1 |
* | nv30: Emit fragment program using state objects | Patrice Mandin | 2008-07-12 | 1 | -9/+2 |
* | nv30: Emit vertex program using state objects | Patrice Mandin | 2008-07-12 | 1 | -9/+2 |
* | nv30: Move constant buffers out of vert/frag prog structures | Patrice Mandin | 2008-07-11 | 1 | -4/+2 |
* | nv30: Emit fragtex state using state objects | Patrice Mandin | 2008-07-11 | 1 | -0/+1 |
* | nv30: Emit sampler state using state objects | Patrice Mandin | 2008-07-04 | 1 | -0/+3 |
* | nv30: Emit viewport state using state objects | Patrice Mandin | 2008-07-03 | 1 | -0/+1 |
* | nv30: Emit polygon stipple state using state objects | Patrice Mandin | 2008-07-03 | 1 | -5/+5 |