summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0
AgeCommit message (Expand)AuthorFilesLines
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst1-0/+3
2014-02-11nv30,nvc0: only claim a single viewportIlia Mirkin1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+3
2014-02-07nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2-2/+2
2014-02-07nvc0: create the SW objectChristoph Bumiller2-0/+10
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-27nv50, nvc0: update reported glsl version to 330Ilia Mirkin1-1/+1
2014-01-27nvc0: don't forget to also clear additional layersIlia Mirkin1-5/+27
2014-01-27nv50, nvc0: only clear out the buffers that we were asked to clearIlia Mirkin1-7/+12
2014-01-27nv50, nvc0: clear out RT on a null cbufIlia Mirkin1-3/+25
2014-01-16nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin1-0/+2
2013-12-09nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin1-1/+2
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs3-5/+10
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-4/+2
2013-11-22nvc0: inform kernel about buffers that screen_create touchesBen Skeggs1-0/+2
2013-11-13nvc0: release 3d bufctx after drawingBen Skeggs1-0/+3
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-34/+23
2013-10-03nouveau: remove old bind_*_sampler_states() functionsBrian Paul1-31/+0
2013-10-03nouveau: implement pipe_context::bind_sampler_states()Brian Paul1-0/+27
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+7
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr40-0/+16969