summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_conv.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-73/+0
| | | | | | | 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.
* llvmpipe: Remove extraneous name in lp_type pre-declaration.José Fonseca2009-10-211-1/+1
|
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-7/+7
| | | | | Union not worth the hassle of violating C99 or adding a name to the structure.
* llvmpipe: Get conversions working correctly for all integer types.José Fonseca2009-08-291-0/+12
|
* llvmpipe: Clamped float to unsigned norm via mantissa manipulation.José Fonseca2009-08-291-0/+7
|
* llvmpipe: Handle ubyte -> float conversion too.José Fonseca2009-08-291-1/+1
|
* llvmpipe: Bootstrap type conversions.José Fonseca2009-08-291-0/+54