Re: [Mesa-dev] [PATCH 2/2] gallivm: add PK2H/UP2H support

2016-02-02 Thread Roland Scheidegger
Am 02.02.2016 um 13:39 schrieb Jose Fonseca: > On 31/01/16 02:08, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> Add support for these opcodes, the conversion functions were already >> there albeit need some new packing stuff. >> Just like the tgsi version, piglit won't like it for al

Re: [Mesa-dev] [PATCH 2/2] gallivm: add PK2H/UP2H support

2016-02-02 Thread Jose Fonseca
On 31/01/16 02:08, srol...@vmware.com wrote: From: Roland Scheidegger Add support for these opcodes, the conversion functions were already there albeit need some new packing stuff. Just like the tgsi version, piglit won't like it for all the same reasons, so it's disabled (UP2H passes piglit ar

Re: [Mesa-dev] [PATCH 2/2] gallivm: add PK2H/UP2H support

2016-02-01 Thread Roland Scheidegger
Am 01.02.2016 um 16:36 schrieb Brian Paul: > Just a few more nitpicks below... > > Reviewed-by: Brian Paul > > On 01/30/2016 07:08 PM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> Add support for these opcodes, the conversion functions were already >> there albeit need some new p

Re: [Mesa-dev] [PATCH 2/2] gallivm: add PK2H/UP2H support

2016-02-01 Thread Brian Paul
Just a few more nitpicks below... Reviewed-by: Brian Paul On 01/30/2016 07:08 PM, srol...@vmware.com wrote: From: Roland Scheidegger Add support for these opcodes, the conversion functions were already there albeit need some new packing stuff. Just like the tgsi version, piglit won't like it

[Mesa-dev] [PATCH 2/2] gallivm: add PK2H/UP2H support

2016-01-30 Thread sroland
From: Roland Scheidegger Add support for these opcodes, the conversion functions were already there albeit need some new packing stuff. Just like the tgsi version, piglit won't like it for all the same reasons, so it's disabled (UP2H passes piglit arb_shader_language_packing tests, albeit since P