Re: [Mesa-dev] [PATCH] i965: Fix FS unit tests

2015-05-15 Thread Matt Turner
On Fri, May 15, 2015 at 12:06 PM, Kenneth Graunke wrote: > Sorry! > > Reviewed-by: Kenneth Graunke Capital W in your email. idr, please fix this before you commit. :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org

Re: [Mesa-dev] [PATCH] i965: Fix FS unit tests

2015-05-15 Thread Kenneth Graunke
On Friday, May 15, 2015 11:57:16 AM Ian Romanick wrote: > From: Ian Romanick > > Commit 3687d75 changed the fs_visitor constructors, but it didn't update > all the users. As a result, 'make check' fails. > > I added the explicit cast to the gl_program* parameter to make it more > clear which NU

[Mesa-dev] [PATCH] i965: Fix FS unit tests

2015-05-15 Thread Ian Romanick
From: Ian Romanick Commit 3687d75 changed the fs_visitor constructors, but it didn't update all the users. As a result, 'make check' fails. I added the explicit cast to the gl_program* parameter to make it more clear which NULL was which. Signed-off-by: Ian Romanick Cc: Kenneth Graunke ---