summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller2009-08-201-39/+65
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-2/+3
* nv50: support more vtxelt formatsChristoph Bumiller2009-07-291-24/+56
* nv50: should use uint32_t ptr in draw_elements_inline_u32Christoph Bumiller2009-07-291-1/+1
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-051-2/+6
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-5/+5
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-2/+3
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+2
* nv50: remove unused variableBen Skeggs2009-02-201-1/+1
* nv50: stop using nouveau_push.h, it's evilBen Skeggs2009-02-051-34/+47
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-1/+1
* nv50: fix progs/tests/manytexBen Skeggs2009-01-131-0/+2
* nv50: get glxgears showing all 3 gears instead of 1!!Ben Skeggs2009-01-131-0/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-111-3/+2
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nv50: enable GART usage for vertex buffersBen Skeggs2008-07-111-4/+4
* nv50: R32_FLOAT vbo formatBen Skeggs2008-06-291-0/+3
* nv50: separate state validation and upload, similar to nv40Ben Skeggs2008-06-291-4/+2
* nv50: another vbo formatBen Skeggs2008-06-291-0/+3
* nv50: draw_elements() - inline only for the momentBen Skeggs2008-06-291-1/+95
* nv50: support a couple more common VBO formatsBen Skeggs2008-06-291-0/+6
* nv50: rename nv50_state.h to nv50_program.hBen Skeggs2008-06-291-1/+0
* nv50: LIT - sort-ofBen Skeggs2008-06-291-1/+0
* nv50: import current "state of the art" nv50 codeBen Skeggs2008-06-291-1/+84
* nv50: crappy state validate/emit functionBen Skeggs2008-03-121-0/+8
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+24