Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi: remove u_thread.h | Brian Paul | 2015-03-05 | 1 | -1/+0 |
| | | | | | | | Just use c11 threads directly. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: José Fonseca <[email protected]> | ||||
* | glapi: remove u_mutex wrapper code, use c99 thread mutexes directly | Brian Paul | 2014-03-06 | 1 | -5/+5 |
| | | | | | | v2: fix initializer mistake spotted by Chia-I Wu. Reviewed-by: Chia-I Wu <[email protected]> | ||||
* | glapi: rename u_current dispatch table functions | Brian Paul | 2014-03-06 | 1 | -1/+1 |
| | | | | | | Put "table" in the names to make things more understandable. Reviewed-by: Chia-I Wu <[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/+191 |
Tested-by: Emil Velikov <[email protected]> Reviewed-and-Tested-by: Andreas Boll <[email protected]> Reviewed-by: Jordan Justen <[email protected]> |