Re: [Mesa-dev] [PATCH] mesa: fix crash in driver_RenderTexture_is_safe

2016-05-31 Thread Nicolai Hähnle
On 30.05.2016 16:30, Marek Olšák wrote: From: Marek Olšák This just fixed the crash with the apitrace in bug report. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95246 Cc: 11.1 11.2 12.0 as well, I expect. Apart from that, Reviewed-by: Nicolai Hähnle --- src/mesa/main/fbob

[Mesa-dev] [PATCH] mesa: fix crash in driver_RenderTexture_is_safe

2016-05-30 Thread Marek Olšák
From: Marek Olšák This just fixed the crash with the apitrace in bug report. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95246 Cc: 11.1 11.2 --- src/mesa/main/fbobject.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/f