index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nvfx
/
nvfx_vbo.c
Age
Commit message (
Expand
)
Author
2011-01-06
gallium: drivers should reference vertex buffers
Marek Olšák
2010-12-25
nvfx: Remove unused variable.
Vinson Lee
2010-12-25
nvfx: restore BEGIN_RING usage
Xavier Chantry
2010-12-21
nouveau: fix includes for latest libdrm
Ben Skeggs
2010-09-05
nvfx: switch to rules-ng-ng register headers
Luca Barbieri
2010-09-05
nvfx: add rewritten swtnl support
Luca Barbieri
2010-09-03
nvfx: fix division by zero in vp-ignore-input
Luca Barbieri
2010-08-23
nvfx: emit bo relocations only when needed
Luca Barbieri
2010-08-21
nvfx: actually fix it properly
Luca Barbieri
2010-08-21
nvfx: fix incorrect assert
Luca Barbieri
2010-08-21
nvfx: Fix SCons build.
Vinson Lee
2010-08-21
nvfx: fix warnings
Luca Barbieri
2010-08-21
nvfx: enable translate_sse
Luca Barbieri
2010-08-21
nvfx: rewrite draw code and buffer code
Luca Barbieri
2010-07-29
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-04-25
nvfx: Add missing header.
Vinson Lee
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-19
nvfx: Adapt for index bias interface change.
José Fonseca
2010-04-18
nvfx: move declarations before code
Brian Paul
2010-04-18
nvfx: fix void * arithmetic warning
Brian Paul
2010-04-17
nvfx: Remove unused variables.
Vinson Lee
2010-04-15
nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...
Luca Barbieri
2010-04-13
nvfx: fix for 64-bit systems
Luca Barbieri
2010-04-12
nvfx: don't use hw index buffers on nv3x and nv44
Luca Barbieri
2010-04-12
nvfx: add support for ARB_half_float_vertex
Luca Barbieri
2010-04-12
nvfx: move check for NOUVEAU_SWTNL
Luca Barbieri
2010-04-12
nvfx: rework validation logic to use code and avoid stateobjs
Luca Barbieri
2010-04-12
nvfx: so->RING_3D: vbo
Luca Barbieri
2010-04-12
nvfx: avoid flushes in primitives
Luca Barbieri
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-23
nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM
Luca Barbieri
2010-03-23
nvfx: delay allocation of buffers in GART/VRAM to validation time
Luca Barbieri
2010-03-15
nvfx: draw: make swtnl draw_elements actually work.
Luca Barbieri
2010-03-15
nvfx: add NOUVEAU_SWTNL to force swtnl at runtime
Luca Barbieri
2010-03-15
nv30, nv40: unify nv[34]0_vbo.c
Luca Barbieri