aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_interp.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix perspective divide interpolation.José Fonseca2010-09-051-9/+74
* llvmpipe: Always use floating-point operators for floating-point typesnobled2010-08-101-9/+8
* llvmpipe: Remove dead initialization.Vinson Lee2010-07-181-1/+1
* llvmpipe: Fix bad logic.José Fonseca2010-06-021-1/+1
* llvmpipe: Fix typo in assert.José Fonseca2010-06-021-1/+1
* llvmpipe: Per quad interpolation.José Fonseca2010-06-021-185/+132
* llvmpipe: Minor cleanup to the interpolator.José Fonseca2010-06-021-42/+52
* llvmpipe: Centralize all position interpolation in lp_bld_interp.c.José Fonseca2010-06-021-5/+37
* llvmpipe: Use struct lp_shader_input in the interpolator.José Fonseca2010-06-011-75/+90
* llvmpipe: Don't waste time interpolating unused input channels.José Fonseca2010-06-011-41/+17
* llvmpipe: fix comment/typoBrian Paul2010-04-201-1/+3
* llvmpipe: rename mode -> interpBrian Paul2010-04-201-14/+14
* llvmpipe: remove dead code/commentBrian Paul2010-04-201-2/+0
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-161-0/+408
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-407/+0
* llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell2010-01-111-1/+10
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-28/+2
|\
| * tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * llvmpipe: Immediate multiplication.José Fonseca2009-10-251-28/+2
* | llvmpipe: execute shaders on 4x4 blocks instead of 8x2Brian Paul2009-12-021-44/+91
|/
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
* llvmpipe: Factor out and optimize the input interpolation.José Fonseca2009-08-291-0/+377