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
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
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
---