Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi_abi: Remove ABI-check work arounds for functions that are no longer ↵ | Ian Romanick | 2014-03-31 | 1 | -28/+0 |
| | | | | | | | | | | | | exported The previous commit stopped exporting 21 libGLESv2 and 88 libGLESv1_CM functions. This removes the work-arounds for those functions from ABI-check. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> Acked-by: Chad Versace <[email protected]> | ||||
* | gles2: Add an ABI-check test | Matt Turner | 2013-03-19 | 1 | -0/+292 |
Checks that no functions are exported that are not part of the ABI. Note that currently we are exporting functions that are aliased to functions that are part of the ABI. They shouldn't be exported, but the XML descriptions don't adequately describe this case. |