summaryrefslogtreecommitdiffstats
path: root/src/mapi/vgapi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.Chia-I Wu2010-12-061-1/+3
| | | | | | | | The preprocessor magic in mapi was nothing but obfuscation. Rewrite mapi_abi.py to generate real C code. This commit removes the hack added in 43121f20866bb89e8dac92bd92ec85a943704b7e.
* mapi: Install .pc file for OpenVG.Chia-I Wu2010-05-081-1/+19
|
* mapi: Update vgapi to build libOpenVG.so.Chia-I Wu2010-05-081-3/+24
| | | | Unlike the one produced by st/vega, this is a dispatch-only library.
* mapi: Add vgapi.Chia-I Wu2010-05-071-0/+50
vgapi is a dispatcher for OpenVG.