Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965g: calculate depth min/max | Keith Whitwell | 2009-12-24 | 1 | -2/+9 |
| | | | | Previously hard-wired to 0..1 | ||||
* | i965g: get basic texturing working again | Keith Whitwell | 2009-11-21 | 1 | -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 upload | Keith Whitwell | 2009-11-06 | 1 | -0/+4 |
| | | | | | Keep a valid reloc table active between uploads, avoid recalculating it every time. | ||||
* | i965g: propogate nr_cbufs into wm prog key | Keith Whitwell | 2009-11-06 | 1 | -1/+4 |
| | |||||
* | i965g: add more missing pipe callbacks | Keith Whitwell | 2009-11-04 | 1 | -0/+9 |
| | |||||
* | i965g: still working on compilation | Keith Whitwell | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | i965g: start hooking up some to the gallium context interfaces | Keith Whitwell | 2009-10-25 | 1 | -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 compiling | Keith Whitwell | 2009-10-23 | 1 | -2/+2 |
| | |||||
* | i965g: wip | Keith Whitwell | 2009-10-23 | 1 | -0/+25 |