Re: [Mesa-dev] [PATCH 1/2] r600g: Support I2D/U2D/D2I/D2U

2015-09-11 Thread Roland Scheidegger
Am 11.09.2015 um 05:14 schrieb Dave Airlie: > On 11 September 2015 at 12:37, Roland Scheidegger wrote: >> Just on a very quick glance, seems somewhat odd this function is named >> "cypress" whereas the other 64bit ones are named "cayman". >> In any case, saying enabling support for chips which hav

Re: [Mesa-dev] [PATCH 1/2] r600g: Support I2D/U2D/D2I/D2U

2015-09-10 Thread Dave Airlie
On 11 September 2015 at 12:37, Roland Scheidegger wrote: > Just on a very quick glance, seems somewhat odd this function is named > "cypress" whereas the other 64bit ones are named "cayman". > In any case, saying enabling support for chips which have hative support > isn'quite correct, since there

Re: [Mesa-dev] [PATCH 1/2] r600g: Support I2D/U2D/D2I/D2U

2015-09-10 Thread Roland Scheidegger
Just on a very quick glance, seems somewhat odd this function is named "cypress" whereas the other 64bit ones are named "cayman". In any case, saying enabling support for chips which have hative support isn'quite correct, since there's a couple more which should be able to do it (rv670, rv770, mayb

Re: [Mesa-dev] [PATCH 1/2] r600g: Support I2D/U2D/D2I/D2U

2015-09-10 Thread Dave Airlie
On 11 September 2015 at 06:00, Glenn Kennard wrote: > int <-> float <-> double conversion, matches what the blob does > > Signed-off-by: Glenn Kennard > --- > src/gallium/drivers/r600/r600_shader.c | 95 > +++--- > 1 file changed, 87 insertions(+), 8 deletions(-) > >

[Mesa-dev] [PATCH 1/2] r600g: Support I2D/U2D/D2I/D2U

2015-09-10 Thread Glenn Kennard
int <-> float <-> double conversion, matches what the blob does Signed-off-by: Glenn Kennard --- src/gallium/drivers/r600/r600_shader.c | 95 +++--- 1 file changed, 87 insertions(+), 8 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/dr