summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák3-6/+0
2014-01-27nv50, nvc0: update reported glsl version to 330Ilia Mirkin2-2/+2
2014-01-27nv50: add more RGB10A2 formatsChristoph Bumiller1-0/+7
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 Mirkin7-7/+164
2014-01-27nv50: copy nvc0's get_sample_position implementationIlia Mirkin1-0/+46
2014-01-27nv50: add comments about CB_AUX contentsIlia Mirkin3-5/+15
2014-01-27nvc0: don't forget to also clear additional layersIlia Mirkin1-5/+27
2014-01-27nv50: don't forget to also clear additional layersIlia Mirkin1-5/+27
2014-01-27nv50: allocate an extra code bo to avoid dmesg spamIlia Mirkin1-1/+5
2014-01-27nv50: GP_REG_ALLOC_RESULT must be positiveIlia Mirkin1-0/+2
2014-01-27nv50: VP_RESULT_MAP_SIZE has to be positiveIlia Mirkin1-0/+4
2014-01-27nv50: enable primitive id generation when it is an FP input without GPIlia Mirkin2-9/+8
2014-01-27nv50: handle gl_Layer writes in GPIlia Mirkin4-1/+19
2014-01-27nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.Ilia Mirkin1-0/+3
2014-01-27nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin3-5/+11
2014-01-27nv50/ir: fix support for shader input + immediate in gpIlia Mirkin2-1/+7
2014-01-27nv50/ir: disallow shader input + cbuf in same instruction in gpIlia Mirkin1-1/+6
2014-01-27nv50/ir: disallow predicates on emit/restart opsIlia Mirkin1-1/+2
2014-01-27nv50: allow vert_count to be >255Ilia Mirkin1-1/+1
2014-01-27nv50: add support for geometry shadersBryan Cain4-6/+39
2014-01-27nv50/ir: delay calculation of indirect addressesBryan Cain3-13/+136
2014-01-27nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPsChristoph Bumiller3-5/+59
2014-01-27nv50/ir: txg not available on nvaa/nvacIlia Mirkin1-1/+1
2014-01-27nv50, nvc0: only clear out the buffers that we were asked to clearIlia Mirkin2-14/+24
2014-01-27nv50, nvc0: clear out RT on a null cbufIlia Mirkin4-8/+52
2014-01-27nv50: don't leak heap on tls alloc failureIlia Mirkin1-1/+3
2014-01-27nouveau/codegen: set dType to S32 for OP_NEG U32Ilia Mirkin3-7/+27
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2-2/+0
2014-01-18nv50: drop obsolete check from error pathEmil Velikov1-9/+7
2014-01-18nv50: assert before trying to out-of-bounds access framebuffer.cbufsEmil Velikov1-0/+1
2014-01-18nv50: assert before trying to out-of-bounds access samplersEmil Velikov2-0/+4
2014-01-18nv50: assert before trying to out-of-bounds access texturesEmil Velikov3-0/+5
2014-01-18nv50: pass vtxbuf index as unsignedEmil Velikov1-1/+1
2014-01-18nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov3-1/+14
2014-01-18nv50: typecast the result of ffs() to unsignedEmil Velikov1-1/+1
2014-01-18nv50: assert before trying to out-of-bounds access constbufEmil Velikov3-0/+4
2014-01-18nv50: access only the available amount of constbufEmil Velikov1-1/+1
2014-01-18nv50: access only the available amount of texturesEmil Velikov1-1/+1
2014-01-16nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2-0/+4
2013-12-10nouveau: Support DRI Image 7 extensionMaarten Lankhorst1-2/+9
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-0/+6
2013-12-10nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
2013-12-10nouveau: Fix compiler warning regressionMaarten Lankhorst1-4/+0
2013-12-09nouveau/video: update a few more h264 picparm field namesIlia Mirkin1-16/+17
2013-12-09nouveau/video: update h264 picparm field names based on usageIlia Mirkin1-15/+13
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2-7/+2
2013-12-09nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin1-1/+2
2013-12-09nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin1-7/+9