summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_fb.c
AgeCommit message (Collapse)Author
2009-11-06i965g: get rid of cc key, simplify state uploadKeith Whitwell
Keep a valid reloc table active between uploads, avoid recalculating it every time.
2009-11-06i965g: propogate nr_cbufs into wm prog keyKeith Whitwell
2009-11-04i965g: add more missing pipe callbacksKeith Whitwell
2009-10-26i965g: still working on compilationKeith 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-23i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell
2009-10-23i965g: wipKeith Whitwell