From: Eric Engestrom Date: Wed, 19 Jun 2019 20:31:34 +0000 (+0100) Subject: glx: drop misleading comment about the file being "generated" X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=e0ee790ba7deb54cd4c0216f0f72798fc64747d5 glx: drop misleading comment about the file being "generated" This `gen_scrn_dispatch.pl` has never existed, in the sense that NVIDIA never published it. There have been a number (6) of commits to fix various things in there over the years, and never anything from NVIDIA. For all intents and purposes this file is hand-written and hand-maintained, and we're on our own. Let's make this clear by removing this misleading comment. Suggested-by: Eric Anholt Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Acked-by: Emil Velikov --- diff --git a/src/glx/g_glxglvnddispatchfuncs.c b/src/glx/g_glxglvnddispatchfuncs.c index 5b65afc8602..8b95f1c5a92 100644 --- a/src/glx/g_glxglvnddispatchfuncs.c +++ b/src/glx/g_glxglvnddispatchfuncs.c @@ -1,7 +1,3 @@ -/* - * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl - * DO NOT EDIT!! - */ #include #include "glxclient.h"