[Mesa-dev] [PATCH] st/mesa: fix sRGB blit errors

2016-08-17 Thread Edmondo Tommasina
Hi Nicolai Patch is Tested-by: Edmondo Tommasina Thanks edmondo ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] st/mesa: fix sRGB blit errors

2016-08-17 Thread Brian Paul
On 08/17/2016 03:55 AM, Nicolai Hähnle wrote: From: Nicolai Hähnle Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97285 Hi Nicolai, The commit message seems a bit sparse. It would be nice if one didn't have to wade through the bug report to know what's being done. -Brian ---

[Mesa-dev] [PATCH] st/mesa: fix sRGB blit errors

2016-08-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97285 --- src/mesa/state_tracker/st_cb_blit.c | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_b