summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nv50, nvc0: update reported glsl version to 330Ilia Mirkin2014-01-272-2/+2
* nv50: add more RGB10A2 formatsChristoph Bumiller2014-01-271-0/+7
* nv50: enable seamless cube maps on all hwIlia Mirkin2014-01-271-1/+1
* nv50: report glsl 1.50 now that gp tests passIlia Mirkin2014-01-271-1/+1
* nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin2014-01-277-7/+164
* nv50: copy nvc0's get_sample_position implementationIlia Mirkin2014-01-271-0/+46
* nv50: add comments about CB_AUX contentsIlia Mirkin2014-01-273-5/+15
* nvc0: don't forget to also clear additional layersIlia Mirkin2014-01-271-5/+27
* nv50: don't forget to also clear additional layersIlia Mirkin2014-01-271-5/+27
* nv50: allocate an extra code bo to avoid dmesg spamIlia Mirkin2014-01-271-1/+5
* nv50: GP_REG_ALLOC_RESULT must be positiveIlia Mirkin2014-01-271-0/+2
* nv50: VP_RESULT_MAP_SIZE has to be positiveIlia Mirkin2014-01-271-0/+4
* nv50: enable primitive id generation when it is an FP input without GPIlia Mirkin2014-01-272-9/+8
* nv50: handle gl_Layer writes in GPIlia Mirkin2014-01-274-1/+19
* nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.Ilia Mirkin2014-01-271-0/+3
* nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin2014-01-273-5/+11
* nv50/ir: fix support for shader input + immediate in gpIlia Mirkin2014-01-272-1/+7
* nv50/ir: disallow shader input + cbuf in same instruction in gpIlia Mirkin2014-01-271-1/+6
* nv50/ir: disallow predicates on emit/restart opsIlia Mirkin2014-01-271-1/+2
* nv50: allow vert_count to be >255Ilia Mirkin2014-01-271-1/+1
* nv50: add support for geometry shadersBryan Cain2014-01-274-6/+39
* nv50/ir: delay calculation of indirect addressesBryan Cain2014-01-273-13/+136
* nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPsChristoph Bumiller2014-01-273-5/+59
* nv50/ir: txg not available on nvaa/nvacIlia Mirkin2014-01-271-1/+1
* nv50, nvc0: only clear out the buffers that we were asked to clearIlia Mirkin2014-01-272-14/+24
* nv50, nvc0: clear out RT on a null cbufIlia Mirkin2014-01-274-8/+52
* nv50: don't leak heap on tls alloc failureIlia Mirkin2014-01-271-1/+3
* nouveau/codegen: set dType to S32 for OP_NEG U32Ilia Mirkin2014-01-273-7/+27
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-232-2/+0
* nv50: drop obsolete check from error pathEmil Velikov2014-01-181-9/+7
* nv50: assert before trying to out-of-bounds access framebuffer.cbufsEmil Velikov2014-01-181-0/+1
* nv50: assert before trying to out-of-bounds access samplersEmil Velikov2014-01-182-0/+4
* nv50: assert before trying to out-of-bounds access texturesEmil Velikov2014-01-183-0/+5
* nv50: pass vtxbuf index as unsignedEmil Velikov2014-01-181-1/+1
* nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov2014-01-183-1/+14
* nv50: typecast the result of ffs() to unsignedEmil Velikov2014-01-181-1/+1
* nv50: assert before trying to out-of-bounds access constbufEmil Velikov2014-01-183-0/+4
* nv50: access only the available amount of constbufEmil Velikov2014-01-181-1/+1
* nv50: access only the available amount of texturesEmil Velikov2014-01-181-1/+1
* nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-162-0/+4
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-2/+9
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin2013-12-091-7/+9
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-066-12/+25