Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-25 | pipebuffer: Reapply the mesa_7_7_branch's changes. | José Fonseca | |
After the last mesa_7_7_branch merge the old master code remained, instead of the newer mesa_7_7_branch's code. This commit makes both branches match, modulo interface changes. Note: future mesa_7_7_branch -> master merges will most likely hit conflicts in these files. Unless otherwise stated, the mesa_7_7_branch is the reference. | |||
2010-01-22 | gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge | Brian Paul | |
2010-01-21 | pipebuffer: Swap buffers out to system memory when running out of memory. | José Fonseca | |
2009-02-23 | Merge commit 'origin/gallium-0.1' | José Fonseca | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c src/gallium/auxiliary/util/u_tile.c | |||
2009-02-18 | pipebuffer: Dump debugging info for fenced buffer list. | José Fonseca | |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-10 | pipebuffer: Drop reliance on pipe_winsys. | José Fonseca | |
2009-01-29 | pipebuffer: Implement proper buffer validation. | José Fonseca | |
2008-12-12 | Revert "pipebuffer: Implement proper buffer validation." | Keith Whitwell | |
This reverts commit a6d866f72c88d48d2bcfb3e3c882fdb639b5a8ce. | |||
2008-11-24 | pipebuffer: Implement proper buffer validation. | José Fonseca | |
2008-02-27 | gallium: Make headers C++ friendly. | José Fonseca | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |