summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_blend.c
AgeCommit message (Collapse)Author
2010-01-25i965g: adapt to blend changesRoland Scheidegger
2009-11-06i965g: make sure blend color packet header is initializedKeith Whitwell
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.
2009-11-05i965g: correct sense of writedisable flagsKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-11-01i965g: more files compilingKeith Whitwell
2009-10-25i965g: start hooking up some to the gallium context interfacesKeith Whitwell
- create/bind/destroy blend and depth state - framebuffer and viewport - etc.
2009-10-25i965g: more compiling wipKeith Whitwell
2009-10-24i965g: first compiling fileKeith Whitwell
2009-10-23i965g: wipKeith Whitwell