glx: drop misleading comment about the file being "generated"
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 19 Jun 2019 20:31:34 +0000 (21:31 +0100)
committerEric Engestrom <eric@engestrom.ch>
Thu, 20 Jun 2019 16:19:58 +0000 (16:19 +0000)
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>
src/glx/g_glxglvnddispatchfuncs.c

index 5b65afc..8b95f1c 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl
- * DO NOT EDIT!!
- */
 #include <stdlib.h>
 
 #include "glxclient.h"