summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nvc0: don't un-bind every subchannel on initBen Skeggs2010-12-301-5/+0
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-1/+2
* nvc0: respond please inline to PIPE_SHADER_CAP_SUBROUTINESChristoph Bumiller2010-12-231-0/+2
* nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller2010-12-231-6/+4
* nvc0: fence.bo is mappable, mark it as suchBen Skeggs2010-12-211-1/+2
* nvc0: use BIND_RING to set subchannel classesChristoph Bumiller2010-12-191-8/+5
* nvc0: support user clip planesChristoph Bumiller2010-12-111-1/+11
* nvc0: call grobj_alloc for all used classesChristoph Bumiller2010-12-091-3/+26
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-14/+41
* nvc0: support primitive restartChristoph Bumiller2010-12-091-1/+1
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+604