aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965/brw_pipe_fb.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: calculate depth min/maxKeith Whitwell2009-12-241-2/+9
| | | | Previously hard-wired to 0..1
* i965g: get basic texturing working againKeith Whitwell2009-11-211-2/+2
| | | | | | Revert to fixed-layout surface binding table -- it's probably the best way to do this. Pass sampler and texture numbers separately even though we're always keeping them the same at present.
* i965g: get rid of cc key, simplify state uploadKeith Whitwell2009-11-061-0/+4
| | | | | Keep a valid reloc table active between uploads, avoid recalculating it every time.
* i965g: propogate nr_cbufs into wm prog keyKeith Whitwell2009-11-061-1/+4
|
* i965g: add more missing pipe callbacksKeith Whitwell2009-11-041-0/+9
|
* i965g: still working on compilationKeith Whitwell2009-10-261-1/+1
|
* i965g: start hooking up some to the gallium context interfacesKeith Whitwell2009-10-251-18/+54
| | | | | | - create/bind/destroy blend and depth state - framebuffer and viewport - etc.
* i965g: wip on removing GL stuff, trying to get a few files compilingKeith Whitwell2009-10-231-2/+2
|
* i965g: wipKeith Whitwell2009-10-231-0/+25