Re: [Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-14 Thread Roland Scheidegger
Am 14.06.2012 18:55, schrieb Paul Berry: > On 14 June 2012 09:02, Roland Scheidegger > wrote: > > Am 14.06.2012 15:07, schrieb Paul Berry: > > On 14 June 2012 05:10, Jose Fonseca > >

Re: [Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-14 Thread Paul Berry
On 14 June 2012 09:02, Roland Scheidegger wrote: > Am 14.06.2012 15:07, schrieb Paul Berry: > > On 14 June 2012 05:10, Jose Fonseca > > wrote: > > > > lp_build_utrunc() doesn't exists yet. For now, please use > > lp_build_itrunc() and add a /* FIXME: implemen

Re: [Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-14 Thread Roland Scheidegger
Am 14.06.2012 15:07, schrieb Paul Berry: > On 14 June 2012 05:10, Jose Fonseca > wrote: > > lp_build_utrunc() doesn't exists yet. For now, please use > lp_build_itrunc() and add a /* FIXME: implement and use > lp_build_utrunc() */ comment. It's not perfect

Re: [Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-14 Thread Paul Berry
On 14 June 2012 05:10, Jose Fonseca wrote: > lp_build_utrunc() doesn't exists yet. For now, please use > lp_build_itrunc() and add a /* FIXME: implement and use lp_build_utrunc() > */ comment. It's not perfect, but it's no worse what's there now. > > Jose > Ok, will do. Thank you. > > -

Re: [Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-14 Thread Jose Fonseca
lp_build_utrunc() doesn't exists yet. For now, please use lp_build_itrunc() and add a /* FIXME: implement and use lp_build_utrunc() */ comment. It's not perfect, but it's no worse what's there now. Jose - Original Message - > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c |

[Mesa-dev] [PATCH 6/7] gallium: Add TGSI_OPCODE_F2U to gallivm backend.

2012-06-13 Thread Paul Berry
--- src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c index e0a5180..e48a0fd 100644 --- a/src/gallium/auxil