i965g: make sure blend color packet header is initialized
authorKeith Whitwell <keithw@vmware.com>
Fri, 6 Nov 2009 08:54:01 +0000 (08:54 +0000)
committerKeith Whitwell <keithw@vmware.com>
Fri, 6 Nov 2009 08:54:01 +0000 (08:54 +0000)
commit0e80e4ea7576733ede13f156a1dce644b1e6df89
tree01729a1339c381c32135b78d638e8ef269e3ed97
parent018e2250b860df75485d1c7741dfa010c39ae6f1
i965g: make sure blend color packet header is initialized

We will emit this packet at startup (dirty == ~0), even if we haven't
had the state tracker call into brw_set_blend_color() yet.

This way is a little more efficient also.
src/gallium/drivers/i965/brw_pipe_blend.c