summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_vbo.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri1-40/+40
2010-09-05nvfx: add rewritten swtnl supportLuca Barbieri1-0/+38
2010-09-03nvfx: fix division by zero in vp-ignore-inputLuca Barbieri1-1/+1
2010-08-23nvfx: emit bo relocations only when neededLuca Barbieri1-0/+3
2010-08-21nvfx: actually fix it properlyLuca Barbieri1-1/+1
2010-08-21nvfx: fix incorrect assertLuca Barbieri1-6/+9
2010-08-21nvfx: Fix SCons build.Vinson Lee1-9/+16
2010-08-21nvfx: fix warningsLuca Barbieri1-1/+0
2010-08-21nvfx: enable translate_sseLuca Barbieri1-1/+1
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-539/+477
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-2/+2
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-6/+33
2010-04-25nvfx: Add missing header.Vinson Lee1-0/+1
2010-04-20Merge branch 'gallium-index-bias'José Fonseca1-6/+12
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca1-6/+12
2010-04-18nvfx: move declarations before codeBrian Paul1-11/+12
2010-04-18nvfx: fix void * arithmetic warningBrian Paul1-1/+1
2010-04-17nvfx: Remove unused variables.Vinson Lee1-1/+0
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri1-8/+14
2010-04-13nvfx: fix for 64-bit systemsLuca Barbieri1-1/+1
2010-04-12nvfx: don't use hw index buffers on nv3x and nv44Luca Barbieri1-1/+1
2010-04-12nvfx: add support for ARB_half_float_vertexLuca Barbieri1-0/+10
2010-04-12nvfx: move check for NOUVEAU_SWTNLLuca Barbieri1-11/+2
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri1-9/+1
2010-04-12nvfx: so->RING_3D: vboLuca Barbieri1-115/+150
2010-04-12nvfx: avoid flushes in primitivesLuca Barbieri1-5/+20
2010-04-10Squashed commit of the following:Keith Whitwell1-16/+18
2010-03-23nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri1-1/+1
2010-03-23nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri1-1/+1
2010-03-15nvfx: draw: make swtnl draw_elements actually work.Luca Barbieri1-1/+1
2010-03-15nvfx: add NOUVEAU_SWTNL to force swtnl at runtimeLuca Barbieri1-3/+10
2010-03-15nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri1-0/+563