Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-30 | gallium: make p_winsys internal | Zack Rusin | |
move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | |||
2009-01-29 | i915: Don't take a context as argument for debug | Jakob Bornecrantz | |
2009-01-28 | i915: Fix batchbuffer dumping | Jakob Bornecrantz | |
2008-11-16 | i915: Silence warnings | Jakob Bornecrantz | |
2008-06-02 | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | |
2008-06-02 | i915: Rework of batchbuffer code | Jakob Bornecrantz | |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca | |
Not convenient and almost not used at all. Better replacements in p_debug.h | |||
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |