nvc0: fix user vertex buffer updates
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_pc_emit.c
2011-02-09 Christoph Bumillernvc0: implement local memory load and store ops
2011-01-29 Christoph Bumillernvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them
2011-01-23 Christoph Bumillernvc0: fix emit_cvt for ceil, floor and trunc
2011-01-23 Christoph Bumillernvc0: don't omit highest bit of branch target
2011-01-23 Christoph Bumillernvc0: accept neg abs modifiers on lg2
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: use mov instead of ld for scalar const loads
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: improve shader support for texturing
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-10 Christoph Bumillernvc0: fix branching ops
2010-12-09 Christoph Bumillernvc0: fix immediate arg for SHL/SHR
2010-12-09 Christoph Bumillernvc0: rcp f32 also supports neg and abs modifiers
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver