summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_vbo.c
AgeCommit message (Expand)Author
2011-03-13nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller
2011-03-02nv50: fix IB index buffer pathChristoph Bumiller
2011-03-02nv50: allow accidentally disabled IB index buffers againChristoph Bumiller
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nv50: move onto common linear buffer managerBen Skeggs
2011-03-01nv50: move onto shared fence codeBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-08-18Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common 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-07-24nv50: introduce the big formats tableChristoph Bumiller
2010-07-24nouveau: update nouveau_class.hChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller
2010-04-20nv50: make a working check for user memory vertex/index buffersChristoph Bumiller
2010-04-20nv50: support vertex index biasChristoph Bumiller
2010-04-20nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul
2010-04-19nv50: Adapt for index bias interface change.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15nv50: reset vbo_fifo before each validateBen Skeggs
2010-03-10nv50: remove unnecessary macroBen Skeggs
2010-03-10nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs
2010-03-10nv50: re-add immediate mode vertex submission pathsBen Skeggs
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs
2010-03-10nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs
2010-03-10nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs
2010-03-10nv50: rip out inline push draw paths temporarilyBen Skeggs
2010-03-10nv50: move magic 0x142c stuff to after state emissionBen Skeggs
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs
2010-03-10nv50: rework state emissionBen Skeggs
2010-02-26nv50: adapt to vertex elements csoChristoph Bumiller
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-16nv50: use hw idx buffers where we canBen Skeggs
2010-02-14nv: Use util_format_name().José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-18nv50: fix constant vtxattr methodsChristoph Bumiller
2010-01-18nv50: make instanced drawing work with edge flagsChristoph Bumiller
2010-01-17nv50: implement instanced drawingChristoph Bumiller
2010-01-16nv50: hook up geometry programsChristoph Bumiller
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-24nv50: make edgeflags workChristoph Bumiller
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-17s/desc->type/desc->channel[0].type/Michal Krol
2009-12-08Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol