Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: replace 'user' with 'context' in u_current.[ch] code | Brian Paul | 2014-03-06 | 1 | -1/+1 |
| | | | | | | To make the functions more understandable. Reviewed-by: Chia-I Wu <[email protected]> | ||||
* | mesa: remove remaining uses of _glthread_GetID() | Brian Paul | 2014-03-05 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | It was really only used in the radeon driver for a debug printf. And evidently, libGL.so referenced it just to work around some sort of linker issue. This patch removes the two calls to the function and the function itself. Fixes undefined _glthread_GetID symbol in libGL reported by 'nm'. Though, the missing symbol doesn't cause any issues on my system but it does cause glxinfo to fail on one of our test systems. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 1 | -0/+240 |
Tested-by: Emil Velikov <[email protected]> Reviewed-and-Tested-by: Andreas Boll <[email protected]> Reviewed-by: Jordan Justen <[email protected]> |