Re: [Mesa3d-dev] [PATCH] add dfrac, dfracexp, dldexp opcodes to gallium

2010-01-20 Thread Igor Oliveira
Hello, Yes .. i see my mistake ... thanks for ping me. I am sending again the patchs with the fix and adding a new patch that add a test to dfrac so no more mistakes there :. The test has the same output of frc test. Igor On Wed, Jan 20, 2010 at 3:53 AM, michal mic...@vmware.com wrote: Igor

[Mesa3d-dev] [PATCH] add dfrac, dfracexp, dldexp opcodes to gallium

2010-01-19 Thread Igor Oliveira
Hi, These patches add support to dfrac, dldexp and fracexp opcodes. The fracexp opcode i think it is the only opcode that use 2 DST registers. The first one is used to store the fractional part(it store in a double) and the second one is used to store the exponent part(it is a int). In the tests

Re: [Mesa3d-dev] [PATCH] add dfrac, dfracexp, dldexp opcodes to gallium

2010-01-19 Thread michal
Igor Oliveira wrote on 2010-01-20 00:37: Hi, These patches add support to dfrac, dldexp and fracexp opcodes. The fracexp opcode i think it is the only opcode that use 2 DST registers. The first one is used to store the fractional part(it store in a double) and the second one is used to store