Mesa (master): glx: drop misleading comment about the file being "generated"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 20 16:20:27 UTC 2019


Module: Mesa
Branch: master
Commit: e0ee790ba7deb54cd4c0216f0f72798fc64747d5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ee790ba7deb54cd4c0216f0f72798fc64747d5

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Jun 19 21:31:34 2019 +0100

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 at anholt.net>
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Acked-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/glx/g_glxglvnddispatchfuncs.c | 4 ----
 1 file changed, 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"




More information about the mesa-commit mailing list