aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_pc_emit.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-101-0/+2
* nvc0: force perspective correction hint to nicestChristoph Bumiller2011-04-101-0/+4
* nvc0: update/fix supported instruction src modifiersChristoph Bumiller2011-03-131-1/+6
* nvc0: fix emit_dfdx,dfdyChristoph Bumiller2011-02-161-0/+2
* nvc0: implement local memory load and store opsChristoph Bumiller2011-02-091-6/+29
* nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller2011-01-291-0/+2
* nvc0: fix emit_cvt for ceil, floor and truncChristoph Bumiller2011-01-231-12/+21
* nvc0: don't omit highest bit of branch targetChristoph Bumiller2011-01-231-1/+1
* nvc0: accept neg abs modifiers on lg2Christoph Bumiller2011-01-231-1/+1
* nvc0: use mov instead of ld for scalar const loadsChristoph Bumiller2011-01-041-1/+6
* nvc0: improve shader support for texturingChristoph Bumiller2010-12-191-7/+21
* nvc0: fix branching opsChristoph Bumiller2010-12-101-8/+20
* nvc0: fix immediate arg for SHL/SHRChristoph Bumiller2010-12-091-1/+6
* nvc0: rcp f32 also supports neg and abs modifiersChristoph Bumiller2010-12-091-1/+1
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+943