Module: Mesa Branch: master Commit: 8bd82a91c05804260041b572b1a5d812cb58ae96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bd82a91c05804260041b572b1a5d812cb58ae96
Author: Nanley Chery <[email protected]> Date: Wed Sep 16 11:27:38 2015 -0700 mesa/extensions: Move entries entries to separate file With this infrastructure set in place, we can now reuse the entries to generate useful code. v2: Add the new file into Makefile.sources (Emil) Signed-off-by: Nanley Chery <[email protected]> Reviewed-by: Chad Versace <[email protected]> --- src/mesa/Makefile.sources | 1 + src/mesa/main/extensions.c | 326 +------------------------------------- src/mesa/main/extensions_table.h | 325 +++++++++++++++++++++++++++++++++++++ 3 files changed, 327 insertions(+), 325 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=8bd82a91c05804260041b572b1a5d812cb58ae96 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
