summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_vbo.c
AgeCommit message (Expand)Author
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-25nvfx: Remove unused variable.Vinson Lee
2010-12-25nvfx: restore BEGIN_RING usageXavier Chantry
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri
2010-09-05nvfx: add rewritten swtnl supportLuca Barbieri
2010-09-03nvfx: fix division by zero in vp-ignore-inputLuca Barbieri
2010-08-23nvfx: emit bo relocations only when neededLuca Barbieri
2010-08-21nvfx: actually fix it properlyLuca Barbieri
2010-08-21nvfx: fix incorrect assertLuca Barbieri
2010-08-21nvfx: Fix SCons build.Vinson Lee
2010-08-21nvfx: fix warningsLuca Barbieri
2010-08-21nvfx: enable translate_sseLuca Barbieri
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-04-25nvfx: Add missing header.Vinson Lee
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca
2010-04-18nvfx: move declarations before codeBrian Paul
2010-04-18nvfx: fix void * arithmetic warningBrian Paul
2010-04-17nvfx: Remove unused variables.Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-13nvfx: fix for 64-bit systemsLuca Barbieri
2010-04-12nvfx: don't use hw index buffers on nv3x and nv44Luca Barbieri
2010-04-12nvfx: add support for ARB_half_float_vertexLuca Barbieri
2010-04-12nvfx: move check for NOUVEAU_SWTNLLuca Barbieri
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri
2010-04-12nvfx: so->RING_3D: vboLuca Barbieri
2010-04-12nvfx: avoid flushes in primitivesLuca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-23nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAMLuca Barbieri
2010-03-23nvfx: delay allocation of buffers in GART/VRAM to validation timeLuca Barbieri
2010-03-15nvfx: draw: make swtnl draw_elements actually work.Luca Barbieri
2010-03-15nvfx: add NOUVEAU_SWTNL to force swtnl at runtimeLuca Barbieri
2010-03-15nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri