summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nv30: handle user index buffersChristoph Bumiller2012-05-251-11/+15
* nv30: check for NULL vertex buffers in prevalidate_vbufsChristoph Bumiller2012-05-221-1/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+620
* nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri2010-03-151-562/+0
* nv30, nv40: non-trivially unify nv[34]0_state_emit.cLuca Barbieri2010-03-151-7/+7
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-56/+56
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-151-34/+34
* nv30: adapt to vertex element csoRoland Scheidegger2010-03-011-4/+4
* nv: Use util_format_name().José Fonseca2010-02-141-2/+3
* nouveau: use AVAIL_RING()Ben Skeggs2010-02-121-5/+5
* nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-051-4/+3
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-3/+3
* nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-051-48/+58
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+6
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-10/+6
* | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-5/+0
|/
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-051-9/+9
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-5/+5
* nv30: remove u_simple_screen usageBen Skeggs2009-06-051-1/+1
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-6/+8
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+3
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-2/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-111-6/+2
* nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-121-247/+381
* nv30: Rename state emission funcPatrice Mandin2008-07-121-1/+1
* nv30: Emit vertex program using state objectsPatrice Mandin2008-07-121-1/+1
* nv30: Emit framebuffer state using state objectsPatrice Mandin2008-07-031-0/+2
* Update for extra vertex attributesPatrice Mandin2008-06-211-1/+1
* nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ...Patrice Mandin2008-06-211-17/+17
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-2/+2
* nv30: silence some warningsPatrice Mandin2008-03-111-1/+1
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+425