i965: Always check vertex program.
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 6 Nov 2008 07:25:55 +0000 (15:25 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 6 Nov 2008 07:25:55 +0000 (15:25 +0800)
commitdf94fd17647937975df031dcaa1ac24b2d79ce1b
treeec4860deac6d420a39cefcb56c831b494e375308
parent0060d4154999777bd3b17013c457ca073aa660dc
i965: Always check vertex program.

Now i965 also uses the vertex program created by Mesa Core, but this vertex program
is not only depend on mesa state _NEW_PROGRAM, so always check the current vertex
program is updated or not. This fixes broken demo cubemap.
src/mesa/drivers/dri/i965/brw_state_upload.c