Re: [Mesa-dev] [PATCH 1/4] tgsi: add option to dump floats as hex values

2015-10-13 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Oct 13, 2015 at 6:40 AM, Dave Airlie wrote: > This adds support to the parser to accept hex values as floats, > and then adds support to the dumper to allow the user to select > to dump float as 32-bit hex numbers. > > This is required to get accurate valu

[Mesa-dev] [PATCH 1/4] tgsi: add option to dump floats as hex values

2015-10-12 Thread Dave Airlie
This adds support to the parser to accept hex values as floats, and then adds support to the dumper to allow the user to select to dump float as 32-bit hex numbers. This is required to get accurate values for virgl use of TGSI. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_dump