Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -0/+3 |
| | | | | | | Doesn't work for pixmaps, was looking up the GLX XID and was never thread safe. Instead, just destroy the client side structures when the drawable is no long current for a context. | ||||
* | glx: Only clear the stored context tag when the context has been unbound | Jon TURNEY | 2010-09-07 | 1 | -5/+8 |
| | | | | | | | | | | | | | | The calling order of ->bind and ->unbind changed and then ->unbind would clear the currentContextTag of the old context before ->bind could reuse it in the make current request, in the indirect case. Instead, clear the old currentContextTag if and only if we send a request to the server to actually unbind it or reassign it to another context. https://bugs.freedesktop.org/show_bug.cgi?id=29977 Signed-off-by: Jon TURNEY <[email protected]> Signed-off-by: Kristian Høgsberg <[email protected]> | ||||
* | glx: Compare old ctx against dummyCtx, not NULL | Kristian Høgsberg | 2010-07-29 | 1 | -1/+1 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=29302 | ||||
* | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg | 2010-07-28 | 1 | -0/+456 |