Re: [Mesa-dev] [PATCH 2/2] draw: additional fix for the no-position case with llvm

2013-03-01 Thread Brian Paul
On 03/01/2013 04:52 PM, srol...@vmware.com wrote: From: Roland Scheidegger Similar fix to what is done for the non-llvm case, we could otherwise still hit the stages (near certainly with gs) which crash. It is probably a much better idea to skip trying to draw at that point anyway. --- .../dra

[Mesa-dev] [PATCH 2/2] draw: additional fix for the no-position case with llvm

2013-03-01 Thread sroland
From: Roland Scheidegger Similar fix to what is done for the non-llvm case, we could otherwise still hit the stages (near certainly with gs) which crash. It is probably a much better idea to skip trying to draw at that point anyway. --- .../draw/draw_pt_fetch_shade_pipeline_llvm.c | 42 +