Re: [Mesa-dev] [PATCH 2/3] translate: implement translation of (pure) integer formats

2012-01-04 Thread Dave Airlie
On Mon, Jan 2, 2012 at 1:07 PM, Marek Olšák mar...@gmail.com wrote: The conversion is limited to only a few cases, because converting to any other type shouldn't happen in any driver. Reviewed-by: Dave Airlie airl...@redhat.com Dave. ___ mesa-dev

[Mesa-dev] [PATCH 2/3] translate: implement translation of (pure) integer formats

2012-01-02 Thread Marek Olšák
The conversion is limited to only a few cases, because converting to any other type shouldn't happen in any driver. --- .../auxiliary/translate/translate_generic.c| 346 ++-- 1 files changed, 252 insertions(+), 94 deletions(-) diff --git