Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | i965: Rename pipe formats. | José Fonseca | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | i965g: Formalize on S8Z24 as the suported depth format | Jakob Bornecrantz | 2009-11-07 | 1 | -1/+2 |
| | |||||
* | i965g: remove references to brw_surface_bo() | Keith Whitwell | 2009-11-06 | 1 | -3/+3 |
| | |||||
* | i965g: don't emit line stipple packet if stipple disabled | Keith Whitwell | 2009-11-06 | 1 | -1/+3 |
| | |||||
* | i965g: remove/disable inactive state atoms | Keith Whitwell | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | i965g: fix compiler warning | Keith Whitwell | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | i965g: enable line stipple packet emit | Keith Whitwell | 2009-11-04 | 1 | -1/+2 |
| | | | | | | With this change, trivial/tri manages to build and emit a fairly unconvincing command buffer (to the debug winsys), and then crashes. | ||||
* | i965g: convert read/write domain pairs into single usage value | Keith Whitwell | 2009-11-04 | 1 | -9/+9 |
| | | | | | | Easier to understand what's going on in the driver sources, convert stereotype usage values back to GEM read/write domain flags in the winsys. | ||||
* | i965g: format RELOCs similarly | Keith Whitwell | 2009-11-02 | 1 | -8/+24 |
| | |||||
* | i965g: start hooking up some to the gallium context interfaces | Keith Whitwell | 2009-10-25 | 1 | -62/+48 |
| | | | | | | - create/bind/destroy blend and depth state - framebuffer and viewport - etc. | ||||
* | i965g: more compiling wip | Keith Whitwell | 2009-10-25 | 1 | -119/+103 |
| | |||||
* | i965g: more work on compiling, particularly the brw_draw files | Keith Whitwell | 2009-10-25 | 1 | -11/+7 |
| | |||||
* | i965g: more work on compiling | Keith Whitwell | 2009-10-24 | 1 | -2/+0 |
| | |||||
* | i965g: more files compiling | Keith Whitwell | 2009-10-24 | 1 | -1/+1 |
| | |||||
* | i965g: wip on removing GL stuff, trying to get a few files compiling | Keith Whitwell | 2009-10-23 | 1 | -19/+3 |
| | |||||
* | i965g: re-starting from the dri driver | Keith Whitwell | 2009-10-23 | 1 | -0/+545 |