Re: [Mesa-dev] [PATCH] draw: fix base instance handling in llvm path

2014-08-26 Thread Jose Fonseca
Great find Roland. Patch looks good. Jose On 25/08/14 21:05, srol...@vmware.com wrote: From: Roland Scheidegger The base instance needs to be passed to the jited function, otherwise the instanced data fetch will only work with the same start instance when the jit function was created (and ba

[Mesa-dev] [PATCH] draw: fix base instance handling in llvm path

2014-08-25 Thread sroland
From: Roland Scheidegger The base instance needs to be passed to the jited function, otherwise the instanced data fetch will only work with the same start instance when the jit function was created (and baking that into the key instead is not a viable option). This fixes piglit arb_base_instance-