Re: [Mesa-dev] [PATCH 2/2] galahad: fix indirect draw

2014-09-30 Thread Jose Fonseca
Series looks good. Thanks for looking into this Roland. It looks nobody else is using galahad, nor looking at the warnings. I wonder if it makes sense to keep using/updating it. Jose From: srol...@vmware.com Sent: 30 September 2014 19:07 To: Jose Fonse

[Mesa-dev] [PATCH 2/2] galahad: fix indirect draw

2014-09-30 Thread sroland
From: Roland Scheidegger Need to unwrap the indirect resource otherwise bad things will happen. Fixes random crashes and timeouts with piglit's arb_indirect_draw tests. --- src/gallium/drivers/galahad/glhd_context.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a