Re: [Mesa-dev] [PATCH] mesa: Handle transferOps in texstore_rgba

2015-02-13 Thread Ian Romanick
Please tag the commit with Cc: "10.5" On 02/13/2015 01:23 AM, Iago Toral Quiroga wrote: > In the recent rewrite of the format conversion code we did not handle this. > This patch adds the missing support. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89068 > --- > src/mesa/main/te

Re: [Mesa-dev] [PATCH] mesa: Handle transferOps in texstore_rgba

2015-02-13 Thread Jason Ekstrand
On Feb 13, 2015 1:23 AM, "Iago Toral Quiroga" wrote: > > In the recent rewrite of the format conversion code we did not handle this. > This patch adds the missing support. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89068 > --- > src/mesa/main/texstore.c | 58 ++

[Mesa-dev] [PATCH] mesa: Handle transferOps in texstore_rgba

2015-02-13 Thread Iago Toral Quiroga
In the recent rewrite of the format conversion code we did not handle this. This patch adds the missing support. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89068 --- src/mesa/main/texstore.c | 58 +++- 1 file changed, 53 insertions(+), 5 del