Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pipebuffer: Implement proper buffer validation. | José Fonseca | 2009-01-29 | 1 | -2/+8 |
| | |||||
* | Revert "pipebuffer: Implement proper buffer validation." | Keith Whitwell | 2008-12-12 | 1 | -8/+2 |
| | | | | This reverts commit a6d866f72c88d48d2bcfb3e3c882fdb639b5a8ce. | ||||
* | pipebuffer: Implement proper buffer validation. | José Fonseca | 2008-11-24 | 1 | -2/+8 |
| | |||||
* | gallium: Make sure functions have proper prototypes and remove unused variable. | Michel Dänzer | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | pipebuffer: Preliminary buffer validation. | José Fonseca | 2008-05-08 | 1 | -0/+91 |
Use table to store a list of buffers to validate. Unfortunately cso_hash shrinks/regrows the hash every time, so still has to be addressed. Multi-thread validation is still WIP. |