i965/fs: Unify the param pointer allocation for FP/non-FP.
authorEric Anholt <eric@anholt.net>
Thu, 8 Nov 2012 22:02:22 +0000 (14:02 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 17 Nov 2012 20:39:27 +0000 (12:39 -0800)
commita43b107403ab5f812d68172f799e8cb490e97b95
treec230ccd65962220cd678d4b17eff00f6aa3ca290
parentc64adedc5f85f46276f4a1ccd81a82304b7e341d
i965/fs: Unify the param pointer allocation for FP/non-FP.

Now that we're using the new backend, we may actually put things into push
constants if you have too many uniform values uploaded.  Also, correctly
account for texture rectangle params and drop the old special case for the
0.0/1.0 params from the old backend.
src/mesa/drivers/dri/i965/brw_wm.c