Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | gallivm/llvmpipe: rename some constant building functions | Brian Paul | |
2010-03-10 | gallivm: constant building for scalar zero | Brian Paul | |
2010-03-09 | gallivm: checkpoint: nearest mipmap filtering | Brian Paul | |
The LOD is computed from texcoord partial derivatives and used to select a mipmap level. Still some bugs in texel fetching. Lots of rough edges and unfinished parts but the basics are in place. Lots of changes to the lp_bld_arit.c code to support non-vector/scalar datatypes. | |||
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | |
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm. |