summaryrefslogtreecommitdiffstats
path: root/include/VG
Commit message (Collapse)AuthorAgeFilesLines
* st/vega: Remove.Jose Fonseca2015-03-044-1202/+0
| | | | | | | | | | | | | OpenVG API seems to have dwindled away. The code would still be interesting if we wanted to implement NV_path_rendering but given the trend of the next gen graphics APIs, it seems unlikely that this becomes ARB or core. v2: Remove a few "openvg" references left, per Emil Velikov. Reviewed-by: Emil Velikov <[email protected]> v3: Update release notes.
* st/vega: Update to latest headers.Chia-I Wu2010-12-014-461/+522
|
* Update KHRONOS_APICALL for _WIN32 platform.Chia-I Wu2010-05-311-23/+4
| | | | Use __declspec(dllexport) when KHRONOS_DLL_EXPORTS is defined.
* st/vega: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-111-0/+5
| | | | | | Mark VG and VGU functions as public. Signed-off-by: Chia-I Wu <[email protected]>
* OpenVG 1.0 State TrackerZack Rusin2009-05-014-0/+1155
Import of the OpenVG 1.0 state tracker for Gallium.