summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx/nvfx_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nvfx: switch to rules-ng-ng register headersLuca Barbieri2010-09-051-40/+40
* nvfx: add rewritten swtnl supportLuca Barbieri2010-09-051-0/+38
* nvfx: fix division by zero in vp-ignore-inputLuca Barbieri2010-09-031-1/+1
* nvfx: emit bo relocations only when neededLuca Barbieri2010-08-231-0/+3
* nvfx: actually fix it properlyLuca Barbieri2010-08-211-1/+1
* nvfx: fix incorrect assertLuca Barbieri2010-08-211-6/+9
* nvfx: Fix SCons build.Vinson Lee2010-08-211-9/+16
* nvfx: fix warningsLuca Barbieri2010-08-211-1/+0
* nvfx: enable translate_sseLuca Barbieri2010-08-211-1/+1
* nvfx: rewrite draw code and buffer codeLuca Barbieri2010-08-211-539/+477
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-2/+2
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-6/+33
* 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