Re: [Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Mike Lothian
On Thu, 22 Jun 2017 at 00:12 Matt Turner wrote: > On Wed, Jun 21, 2017 at 3:50 PM, Mike Lothian wrote: > > Do intel run mesa through any of their test boxes like they do with > kernel > > patches? > > Don't top quote. > > Yes, we have a CI system that we

Re: [Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Matt Turner
On Wed, Jun 21, 2017 at 3:50 PM, Mike Lothian wrote: > Do intel run mesa through any of their test boxes like they do with kernel > patches? Don't top quote. Yes, we have a CI system that we use extensively and has massively reduced the number of regressions we have.

Re: [Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Mike Lothian
Do intel run mesa through any of their test boxes like they do with kernel patches? On Wed, 21 Jun 2017 at 19:23 Jason Ekstrand wrote: > On Wed, Jun 21, 2017 at 11:20 AM, Pohjolainen, Topi < > topi.pohjolai...@gmail.com> wrote: > >> On Wed, Jun 21, 2017 at 11:16:39AM

Re: [Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Jason Ekstrand
On Wed, Jun 21, 2017 at 11:20 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Wed, Jun 21, 2017 at 11:16:39AM -0700, Jason Ekstrand wrote: > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101538 > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101539 > > I

Re: [Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Pohjolainen, Topi
On Wed, Jun 21, 2017 at 11:16:39AM -0700, Jason Ekstrand wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101538 > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101539 I guess also: https://bugs.freedesktop.org/show_bug.cgi?id=101535 Thanks for the quick fix!!

[Mesa-dev] [PATCH] i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assert

2017-06-21 Thread Jason Ekstrand
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101538 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101539 Cc: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff