Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-13 | llvmpipe: eliminate the set_state rasterizer command | Keith Whitwell | |
Just put a pointer to the state in the tri->inputs struct. Remove some complex logic for eliminating unused statechanges in bins at the expense of a slightly larger triangle struct. | |||
2010-06-30 | llvmpipe: added new lp_memory.[ch] files | Brian Paul | |
Functions for using dummy tiles when we detect OOM conditions. |