[Mesa-dev] [PATCH] gallivm: fix idiv

2014-09-23 Thread sroland
From: Roland Scheidegger srol...@vmware.com ffeb77c7b0552a8624e46e65d6347240ac5ae84d had a typo which turned all signed integer divisions into unsigned ones. Oops. This gets us back the 51 little piglits (all from glsl built-in-functions, fs/vs/gs-op-div-int-ivec2 and similar). Cc: 10.2 10.3

Re: [Mesa-dev] [PATCH] gallivm: fix idiv

2014-09-23 Thread Jose Fonseca
Sounds good. The old commit wasn't crossported to stable branches right? As rule of thumb, we should not crossport non-trivial patches we haven't ran through piglit to stable releases. Jose From: srol...@vmware.com srol...@vmware.com Sent: 23

Re: [Mesa-dev] [PATCH] gallivm: fix idiv

2014-09-23 Thread Roland Scheidegger
Am 23.09.2014 20:27, schrieb Jose Fonseca: Sounds good. The old commit wasn't crossported to stable branches right? Yes it was... As rule of thumb, we should not crossport non-trivial patches we haven't ran through piglit to stable releases. That's true. Well it did fix a crash so it