summaryrefslogtreecommitdiff
path: root/src/mapi/es2api
AgeCommit message (Expand)AuthorFilesLines
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-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/es2api: remove no longer present entrypointsEmil Velikov1-5/+0
2019-01-24mapi/es*api: remove GL_EXT_multi_draw_arrays entrypointsEmil Velikov1-5/+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-11-09Revert "mesa/main: fixup make check after NV_conditional_render for gles"Erik Faye-Lund1-2/+0
2018-11-09mesa/main: fixup make check after NV_conditional_render for glesErik Faye-Lund1-0/+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: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-11-02es2api/ABI-check: Add es3.x symbolsDylan Baker1-8/+125
2017-11-01mapi: fix .so path in ABI-checkEric Engestrom1-1/+1
2017-10-31meson: pass correct args to gles2 ABI testEric Engestrom1-1/+4
2017-10-31gles2: 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 es2api/Makefile.Matt Turner1-69/+0
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-04-01include/GLES3: add OpenGL ES 3.1 HeadersJordan Justen1-0/+1
2014-03-31mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick1-28/+0
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-19gles2: Add an ABI-check testMatt Turner2-0/+294
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-12-07build: Fix GLES linkage without libglapiAndreas Boll1-1/+5
2012-10-16es2api: Add GL ES 3 headersMatt Turner1-0/+5
2012-08-23build: Fix installation of GLES2 headersMatt Turner1-6/+5
2012-08-23build: Fix GLES linkage with libglapiMatt Turner1-1/+1
2012-08-23automake: convert es2apiMatt Turner4-12/+67