diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-06-19 21:31:34 +0100 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2019-06-20 16:19:58 +0000 |
commit | e0ee790ba7deb54cd4c0216f0f72798fc64747d5 (patch) | |
tree | ff575be654f1d311aa588f9ec8ad0ca181ab6b69 /src/glx | |
parent | 56434450f634d54dd0e4bf3d243dbf931932ff93 (diff) | |
download | mesa-e0ee790ba7deb54cd4c0216f0f72798fc64747d5.tar.gz |
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 <eric@anholt.net>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/g_glxglvnddispatchfuncs.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <stdlib.h> #include "glxclient.h" |