Re: [Mesa-dev] [PATCH] r600g/radeon: Don't try to allocate CMASK BO of size 0

2014-08-07 Thread Marek Olšák
I would rather like to find the core problem. r600_num_tile_pipes might be 0 for some reason. This recent commit could cause the issue: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b046474c95f15338d4c748df9b62871bba6f36f Marek On Thu, Aug 7, 2014 at 7:46 AM, Michel Dänzer wrote: > From:

[Mesa-dev] [PATCH] r600g/radeon: Don't try to allocate CMASK BO of size 0

2014-08-06 Thread Michel Dänzer
From: Michel Dänzer Prevents logs from getting spammed with BO allocation failure messages. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82162 Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeon/r600_texture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/