summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_screen.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-325/+0
2013-08-06nvc0: implement MP performance counters for nvc0:nvd9Samuel Pitoiset1-0/+35
2013-08-06nvc0: implement compute support for nvc0Samuel Pitoiset1-0/+1
2013-08-06nvc0: add more MP counters for nve4Samuel Pitoiset1-7/+18
2013-04-03nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller1-7/+8
2013-04-03nvc0: add some metrics to driver specific queriesChristoph Bumiller1-2/+7
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-2/+44
2013-03-29nvc0: implement MP performance countersChristoph Bumiller1-0/+71
2013-03-29nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller1-1/+4
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller1-3/+9
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-1/+2
2012-09-30nv50,nvc0: implement blitChristoph Bumiller1-3/+4
2012-05-17nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller1-0/+3
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-3/+5
2012-04-14nv50,nvc0: use new scratch buffers codeChristoph Bumiller1-12/+0
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-12/+8
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz1-1/+0
2011-10-21nvc0: handle more query typesChristoph Bumiller1-0/+2
2011-09-14nvc0: implement resource_resolveChristoph Bumiller1-0/+6
2011-09-14nvc0: hook up to new shader code generatorChristoph Bumiller1-0/+1
2011-07-14nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller1-0/+1
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller1-0/+2
2011-03-13nvc0: identify VERTEX_QUARANTINEChristoph Bumiller1-1/+1
2011-03-05nv50,nvc0: share sampler state creationChristoph Bumiller1-4/+4
2011-03-01nvc0: port to common fence/mm/buffer codeBen Skeggs1-61/+9
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller1-0/+5
2011-02-24nvc0: improve userspace fencingChristoph Bumiller1-1/+2
2011-02-16nvc0: fix user vertex buffer updatesChristoph Bumiller1-2/+4
2011-01-09nvc0: implement queriesChristoph Bumiller1-0/+7
2011-01-04nvc0: delete memory caches and fence on screen destructionChristoph Bumiller1-0/+3
2010-12-27nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller1-5/+13
2010-12-23nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller1-2/+1
2010-12-09nvc0: call grobj_alloc for all used classesChristoph Bumiller1-0/+4
2010-12-09nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller1-0/+61
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+110