Re: [Mesa-dev] [PATCH] r600g: fix bug 91881

2015-09-08 Thread Michel Dänzer
On 07.09.2015 09:15, Dave Airlie wrote: > On 7 September 2015 at 08:17, Marek Olšák wrote: >> From: Marek Olšák >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91881 > > Might be nice to say where the regression happened in the commit, and > why we shouldn't be using the buffer size

Re: [Mesa-dev] [PATCH] r600g: fix bug 91881

2015-09-06 Thread Dave Airlie
On 7 September 2015 at 08:17, Marek Olšák wrote: > From: Marek Olšák > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91881 Might be nice to say where the regression happened in the commit, and why we shouldn't be using the buffer size. Otherwise, Reviewed-by: Dave Airlie > > Cc: 11.

[Mesa-dev] [PATCH] r600g: fix bug 91881

2015-09-06 Thread Marek Olšák
From: Marek Olšák Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91881 Cc: 11.0 --- src/gallium/drivers/r600/evergreen_state.c | 4 ++-- src/gallium/drivers/r600/r600_state.c | 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/r600/ever