Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi: remove unused mapi.[ch] | Emil Velikov | 2017-02-24 | 1 | -2/+0 |
| | | | | | | | | The final user of it was st/vega. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Andreas Boll <[email protected]> | ||||
* | mapi: remove u_thread.h | Brian Paul | 2015-03-05 | 1 | -2/+1 |
| | | | | | | | Just use c11 threads directly. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: José Fonseca <[email protected]> | ||||
* | mapi: remove u_macros.h | Brian Paul | 2015-03-05 | 1 | -1/+0 |
| | | | | | | | Only U_STRINGIFY() is used in entry.c Reviewed-by: Matt Turner <[email protected]> Reviewed-by: José Fonseca <[email protected]> | ||||
* | mapi: remove u_compiler.h | Brian Paul | 2015-03-04 | 1 | -1/+0 |
| | | | | | | Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | mapi: Build with subdir-objects. | Matt Turner | 2015-01-23 | 1 | -26/+26 |
| | |||||
* | mapi: OpenVG symbol exports. | Enrico Horn | 2014-04-25 | 1 | -0/+1 |
| | | | | | | | Fixes another mistake in 144bbb7b78e. Reviewed-by: Matt Turner <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77502 | ||||
* | glapi: Fix libglapi build. | Eric Anholt | 2014-04-07 | 1 | -0/+1 |
| | | | | | This line appears to have been accidentally dropped from the last commit, and the resulting libglapi was missing symbols. | ||||
* | glapi/build: Add headers to distribution. | Matt Turner | 2014-04-07 | 1 | -5/+19 |
| | | | | Acked-by: Emil Velikov <[email protected]> | ||||
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 1 | -0/+36 |
Tested-by: Emil Velikov <[email protected]> Reviewed-and-Tested-by: Andreas Boll <[email protected]> Reviewed-by: Jordan Justen <[email protected]> |