summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50: fix constant vtxattr methodsChristoph Bumiller2010-01-181-13/+13
* nv50: make instanced drawing work with edge flagsChristoph Bumiller2010-01-181-45/+162
* nv50: implement instanced drawingChristoph Bumiller2010-01-171-32/+260
* nv50: hook up geometry programsChristoph Bumiller2010-01-161-0/+8
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-3/+3
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-5/+9
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-5/+9
* | nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-19/+19
* | nv50: make edgeflags workChristoph Bumiller2009-12-241-1/+44
|/
* s/desc->type/desc->channel[0].type/Michal Krol2009-12-171-2/+2
* Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol2009-12-081-14/+4
* Remove remaining pipe format utility functions.Michal Krol2009-12-081-19/+49
* Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-1/+3
* nv50: submit user vbo data through the fifoChristoph Bumiller2009-10-191-18/+391
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-4/+0
* nv50: fix vbo_static_attrib method size errorChristoph Bumiller2009-09-031-3/+3
* nv50: fix draw_elements_inline_u08/16Christoph Bumiller2009-09-031-2/+2
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-201-1/+72
* nv50: set vertex buffer limitsChristoph Bumiller2009-08-201-2/+11