aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_push.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-309/+0
* draw/translate: fix instancingZack Rusin2013-06-281-4/+4
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-12/+8
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-171-4/+8
* nv50: implement stream outputChristoph Bumiller2012-05-041-6/+18
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-29/+29
* nv50: primitive restart trick for vertex data through FIFO modeChristoph Bumiller2011-03-021-12/+17
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-2/+2
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-8/+8
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-279/+209
* Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-09-021-2/+3
|\
| * nv50: Silence incompatible pointer type initialization warning.Vinson Lee2010-08-211-2/+3
* | Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-08-181-4/+4
|\|
| * auxiliary: fix u_split_prim naming conventionLuca Barbieri2010-08-111-3/+3
| * auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri2010-08-111-1/+1
* | nv50: import new compilerChristoph Bumiller2010-07-231-1/+1
|/
* nv50: fixed other void pointer arithmetic errorsXavier Chantry2010-05-201-5/+6
* nv50: support vertex index biasChristoph Bumiller2010-04-201-4/+35
* nv50: Adapt for index bias interface change.José Fonseca2010-04-191-1/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+4
* nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs2010-03-101-31/+0
* nv50: re-add immediate mode vertex submission pathsBen Skeggs2010-03-101-0/+357