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