Module: Mesa Branch: master Commit: 76e5020e901eb516598e2154ff62cde138ee6eb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76e5020e901eb516598e2154ff62cde138ee6eb9
Author: Ian Romanick <[email protected]> Date: Sat Aug 20 14:17:45 2011 -0700 mesa: Delete stale comment about MESAX extensions Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Marek Olšák <[email protected]> --- src/mesa/main/extensions.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index e1b8f8d..81bbca2 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -74,8 +74,6 @@ struct extension { /** * \brief Table of supported OpenGL extensions for all API's. - * - * Note: The GL_MESAX_* extensions are placeholders for future ARB extensions. */ static const struct extension extension_table[] = { /* ARB Extensions */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
