aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: implement stream outputChristoph Bumiller2012-05-041-5/+75
* nv50,nvc0: fix handling of user vbufs with stride < access sizeChristoph Bumiller2012-04-141-15/+28
* nv50,nvc0: use new scratch buffers codeChristoph Bumiller2012-04-141-28/+27
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-171/+163
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-141-3/+0
* nv50,nvc0: reset per-instance state for inactive vertex elementsChristoph Bumiller2011-10-211-0/+4
* nv50,nvc0: reset base element in draw_arraysChristoph Bumiller2011-10-211-0/+6
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-301-1/+1
* nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-041-1/+1
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-4/+3
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-241-10/+5
* nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller2011-03-131-3/+1
* nv50: fix IB index buffer pathChristoph Bumiller2011-03-021-8/+12
* nv50: allow accidentally disabled IB index buffers againChristoph Bumiller2011-03-021-1/+1
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-9/+9
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-20/+21
* nv50: move onto shared fence codeBen Skeggs2011-03-011-1/+1
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-484/+635
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
* Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-08-181-19/+33
|\
| * auxiliary: fix u_split_prim naming conventionLuca Barbieri2010-08-111-3/+3
| * auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri2010-08-111-1/+1
| * gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-19/+2
| * gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+31
* | nv50: introduce the big formats tableChristoph Bumiller2010-07-241-98/+2
* | nouveau: update nouveau_class.hChristoph Bumiller2010-07-241-7/+10
* | nv50: import new compilerChristoph Bumiller2010-07-231-2/+2
|/
* nv50: make a working check for user memory vertex/index buffersChristoph Bumiller2010-04-201-2/+2
* nv50: support vertex index biasChristoph Bumiller2010-04-201-3/+6
* nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul2010-04-201-3/+3
* nv50: Adapt for index bias interface change.José Fonseca2010-04-191-3/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-15/+18
* nv50: reset vbo_fifo before each validateBen Skeggs2010-03-151-0/+1
* nv50: remove unnecessary macroBen Skeggs2010-03-101-3/+2
* nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs2010-03-101-31/+0
* nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs2010-03-101-2/+7
* nv50: re-add immediate mode vertex submission pathsBen Skeggs2010-03-101-7/+31
* nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs2010-03-101-85/+102
* nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs2010-03-101-159/+93
* nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs2010-03-101-144/+134
* nv50: rip out inline push draw paths temporarilyBen Skeggs2010-03-101-549/+12
* nv50: move magic 0x142c stuff to after state emissionBen Skeggs2010-03-101-10/+0
* nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs2010-03-101-0/+10
* nv50: ensure enough room for state changes in current pushbufBen Skeggs2010-03-101-4/+8
* nv50: rework state emissionBen Skeggs2010-03-101-4/+3
* nv50: adapt to vertex elements csoChristoph Bumiller2010-02-261-35/+49
* gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-11/+16
* nv50: use hw idx buffers where we canBen Skeggs2010-02-161-7/+26
* nv: Use util_format_name().José Fonseca2010-02-141-2/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1