aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_conv.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca2009-11-091-2/+3
|
* llvmpipe: Avoid variable size arrays.José Fonseca2009-10-221-2/+2
| | | | Not really variable size, but MSVC still doesn't like them.
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-161-2/+2
|
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-36/+36
| | | | | 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-7/+7
|
* llvmpipe: Several fixes of the conversion test.José Fonseca2009-08-291-3/+7
|
* llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+4
|
* llvmpipe: Test only present functionality to allow regression testing.José Fonseca2009-08-291-0/+7
|
* llvmpipe: Handle more conversions.José Fonseca2009-08-291-20/+42
| | | | Not all successfully yet though..
* llvmpipe: Normalize the cycles with the number of channel.José Fonseca2009-08-291-5/+3
| | | | So that we have a comparable number for different formats.
* llvmpipe: Handle ubyte -> float conversion too.José Fonseca2009-08-291-2/+2
|
* llvmpipe: Bootstrap type conversions.José Fonseca2009-08-291-0/+392