summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-10nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin1-0/+10
2014-05-29nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller1-1/+4
2014-05-23nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin1-11/+80
2014-05-23nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin1-0/+4
2014-04-28nv50/ir: change texture offsets to ValueRefs, allow nonconstIlia Mirkin1-0/+8
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-0/+12
2014-04-07nv50: enable texture query lodIlia Mirkin1-0/+23
2014-02-25nv50: enable cube map array texture supportIlia Mirkin1-2/+3
2014-01-27nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin1-0/+60
2014-01-27nv50/ir: delay calculation of indirect addressesBryan Cain1-3/+101
2013-12-09nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin1-7/+9
2013-09-16nouveau: fix regression since float comparison instructions (v2)Dave Airlie1-2/+2
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+1101