summaryrefslogtreecommitdiff
path: root/src/mapi/es1api
AgeCommit message (Expand)AuthorFilesLines
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg1-18/+1
2023-01-19meson: use the same workaround for setting 'lib' on windowsDylan Baker1-1/+1
2022-11-20mapi: update gles 1.1 extention packet linkYusuf Khan1-1/+1
2022-11-11meson: Refactoring shared gen_vs_module_defs_normal_command outYonggang Luo1-3/+1
2022-06-16meson: Using get_argument_syntax as the `--compiler_id` option for gen_vs_mod...Yonggang Luo1-1/+1
2022-06-09c11: Implement c11/time.h with c11/impl/time.cYonggang Luo1-1/+1
2022-04-19win32: Do not use BUILD_GL32, we use def file to export win32 dll symbols.Yonggang Luo1-1/+1
2022-04-19win32: Fixes 32 bits visual studio module definition files by add script gen_...Yonggang Luo2-0/+156
2021-02-22Adjust dylib compatibility versions to match what was set by mesa-18.3's auto...Jeremy Huddleston Sequoia1-0/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+1
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom1-1/+1
2019-11-05meson: add variable to control the symbols checksEric Engestrom1-1/+1
2019-10-10meson: maintain names of shared API librariesDylan Baker1-0/+2
2019-10-10meson: Add windows defines to glapiDylan Baker1-1/+9
2019-07-10gles: use new symbols check scriptEric Engestrom2-31/+7
2019-05-03meson: make nm binary optionalDylan Baker1-1/+1
2019-04-30Revert "meson: drop GLESv1 .so version back to 1.0.0"Ross Burton1-1/+1
2019-04-29delete autotools input filesEric Engestrom1-12/+0
2019-04-29delete autotools .gitignore filesEric Engestrom1-1/+0
2019-03-21configure.ac/meson.build: Add options for library suffixesBenjamin Gordon1-1/+1
2019-02-13mapi: work around GCC LTO dropping assembly-defined functionsKonstantin Kharlamov1-0/+1
2019-01-24mapi/es*api: remove GL_EXT_multi_draw_arrays entrypointsEmil Velikov1-6/+1
2019-01-24mapi/es*api: remove GL_OES_EGL_image entrypointsEmil Velikov1-3/+0
2019-01-24meson: wire the new generator for es1 and es2Emil Velikov1-3/+3
2018-11-20meson: Add tests to suitesDylan Baker1-1/+2
2018-08-10meson: Build with Python 3Mathieu Bridon1-1/+1
2018-02-26*-symbol-check: use correct `nm` path when cross-compilingEric Engestrom2-1/+2
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV1-1/+1
2018-01-11meson: Use consistent style for testsDylan Baker1-1/+2
2018-01-11meson: Use consistent styleDylan Baker1-2/+4
2017-11-24mapi: Teach es{1,2}api/ABI-check shared library names on CygwinJon Turney1-4/+9
2017-11-23meson: add variable for mapi_abi.py instead of going back up the treeEric Engestrom1-1/+1
2017-11-15mapi: Use correct shared libraries suffix on macOS.Vinson Lee1-1/+6
2017-11-07meson: drop GLESv1 .so version back to 1.0.0Eric Engestrom1-1/+1
2017-11-07meson: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-11-01mapi: fix .so path in ABI-checkEric Engestrom1-1/+1
2017-10-31meson: pass correct args to gles1 ABI testEric Engestrom1-1/+4
2017-10-31gles1: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-09meson: Build i965 and dri stackDylan Baker1-0/+54
2017-03-10mapi: do not mandate bash for es*api/ABI-checkEmil Velikov1-1/+1
2015-08-27ABI-check: Use more portable bash invocation.Vinson Lee1-1/+1
2014-08-18mapi: Inline es1api/Makefile.Matt Turner1-64/+0
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-04-03glapi: Fix make checkIan Romanick1-0/+1
2014-03-31mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick1-91/+2
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+4
2014-01-29build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg1-7/+1
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner1-1/+1
2013-03-19gles1: Add an ABI-check testMatt Turner2-0/+256