Re: [Mesa-dev] [PATCH] mesa/bufferobj: don't double negate the range

2017-10-23 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 10/23/2017 02:38 AM, Dave Airlie wrote: From: Dave Airlie This fixes a regression I introduced refactoring this code, I managed to invert range twice, I moved the inversion into the common code, but forgot to stop doing it in the callee. Fixes: GL45-CTS.multi_

[Mesa-dev] [PATCH] mesa/bufferobj: don't double negate the range

2017-10-22 Thread Dave Airlie
From: Dave Airlie This fixes a regression I introduced refactoring this code, I managed to invert range twice, I moved the inversion into the common code, but forgot to stop doing it in the callee. Fixes: GL45-CTS.multi_bind.dispatch_bind_buffers_base Fixes: 35ac13ed3 (mesa/bufferobj: consolida