summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen
AgeCommit message (Expand)AuthorFilesLines
2014-02-12nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin1-0/+1
2014-02-09nv50/ir/ra: some register spilling fixesChristoph Bumiller1-5/+34
2014-02-07nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller3-3/+2
2014-02-07nvc0/ir/emit: hardcode vertex output stream to 0 for nowChristoph Bumiller1-2/+7
2014-02-06nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)Ilia Mirkin1-0/+8
2014-01-27nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin3-0/+69
2014-01-27nv50: handle gl_Layer writes in GPIlia Mirkin1-0/+1
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: add support for geometry shadersBryan Cain1-6/+19
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-27nouveau/codegen: set dType to S32 for OP_NEG U32Ilia Mirkin3-7/+27
2013-12-09nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin1-7/+9
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs3-7/+15
2013-09-16nouveau: fix regression since float comparison instructions (v2)Dave Airlie6-14/+14
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr32-0/+27861