aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nvfx: Add missing header.Vinson Lee2010-04-251-0/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-6/+12
|\
| * nvfx: Adapt for index bias interface change.José Fonseca2010-04-191-6/+12
* | nvfx: move declarations before codeBrian Paul2010-04-181-11/+12
* | nvfx: fix void * arithmetic warningBrian Paul2010-04-181-1/+1
|/
* nvfx: Remove unused variables.Vinson Lee2010-04-171-1/+0
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-8/+14
* nvfx: fix for 64-bit systemsLuca Barbieri2010-04-131-1/+1
* nvfx: don't use hw index buffers on nv3x and nv44Luca Barbieri2010-04-121-1/+1
* nvfx: add support for ARB_half_float_vertexLuca Barbieri2010-04-121-0/+10
* nvfx: move check for NOUVEAU_SWTNLLuca Barbieri2010-04-121-11/+2
* nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri2010-04-121-9/+1
* nvfx: so->RING_3D: vboLuca Barbieri2010-04-121-115/+150
* nvfx: avoid flushes in primitivesLuca Barbieri2010-04-121-5/+20
* Squashed commit of the following:Keith Whitwell2010-04-101-16/+18
* nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri2010-03-231-1/+1
* nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri2010-03-231-1/+1
* nvfx: draw: make swtnl draw_elements actually work.Luca Barbieri2010-03-151-1/+1
* nvfx: add NOUVEAU_SWTNL to force swtnl at runtimeLuca Barbieri2010-03-151-3/+10
* nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri2010-03-151-0/+563