summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_screen.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-07nv50: only over-allocate by a page for codeIlia Mirkin1-4/+5
2014-01-27nv50, nvc0: update reported glsl version to 330Ilia Mirkin1-1/+1
2014-01-27nv50: enable seamless cube maps on all hwIlia Mirkin1-1/+1
2014-01-27nv50: report glsl 1.50 now that gp tests passIlia Mirkin1-1/+1
2014-01-27nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin1-2/+5
2014-01-27nv50: add comments about CB_AUX contentsIlia Mirkin1-4/+4
2014-01-27nv50: allocate an extra code bo to avoid dmesg spamIlia Mirkin1-1/+5
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2013-12-10nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
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-0/+2
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+845