summaryrefslogtreecommitdiffstats
path: root/src/mapi/vgapi
Commit message (Collapse)AuthorAgeFilesLines
* mapi: Use MAPI_EXPORT to export public functions.Chia-I Wu2010-08-211-0/+1
| | | | | mapi.h is included by vgapi and st/vega. On win32, the macro expands to dllexport and dllimport respectively.
* vgapi: Generate PIC objects.Chia-I Wu2010-06-011-1/+1
| | | | Fixes "...; recompile with -fPIC" error on x86-64. See fdo 28336.
* mapi/vgapi: Add SConscript for Windows build.Chia-I Wu2010-05-311-0/+55
|
* mapi: Install .pc file for OpenVG.Chia-I Wu2010-05-082-1/+31
|
* 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-073-0/+154
vgapi is a dispatcher for OpenVG.