i965: Fix FS unit tests
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 15 May 2015 18:55:46 +0000 (11:55 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 15 May 2015 19:31:15 +0000 (12:31 -0700)
commitd43aed9646972c4aca44f47d1b445bd8e67024d7
treefd3e3141d73eab9c24744705d573e86afcb32bfb
parent7de484871dae1643cbecf346066968f61684f06f
i965: Fix FS unit tests

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 <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@Whitecape.org>
src/mesa/drivers/dri/i965/test_fs_cmod_propagation.cpp
src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp