Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-10 | wgl: Protect the framebuffer with a lock. | José Fonseca | |
Unfortunately this doesn't catch all the cases, as the mesa state tracker can still use the framebuffer without giving the wgl state tracker the chance to lock it. | |||
2009-04-10 | wgl: Note down the gallium pixel formats, instead of re-guessing them. | José Fonseca | |
2009-04-09 | wgl: Remove unused member. | José Fonseca | |
2009-04-09 | wgl: Use hooks instead of subclassing the window. | José Fonseca | |
Subclassing the window is invasive: we might call an old window proc even after it was removed. Glut and another bug just in the wrong time was provoking this. Hooks don't have this problem. | |||
2009-04-09 | stw: Normalize symbols prefix. | José Fonseca | |
2009-03-27 | wgl: Remove unused cruft. | José Fonseca | |
2009-01-28 | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell | |