summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_interp.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix issues with depth clampRoland Scheidegger2016-08-201-4/+22
* gallivm: Use llvm.fmuladd.*.Jose Fonseca2016-06-101-11/+6
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-041-1/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-181-2/+23
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-181-74/+18
* llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger2012-07-201-24/+134
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-86/+343
* llvmpipe: Avoid adding floating point zero to flat inputs.José Fonseca2012-05-181-1/+4
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-6/+6
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-021-4/+6
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-10/+16
* llvmpipe: defer attribute interpolation until after mask and ztestKeith Whitwell2010-10-091-7/+18
* llvmpipe: Prevent z > 1.0José Fonseca2010-10-091-6/+14
* 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