Mesa (staging/19.2): scripts: Mesa 19.2.x only implements GL 4.5

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 10 22:25:04 UTC 2019


Module: Mesa
Branch: staging/19.2
Commit: a4348e95949fe213617479f8d4ae3c08799ddfea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4348e95949fe213617479f8d4ae3c08799ddfea

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Wed Oct  9 09:45:43 2019 -0700

scripts: Mesa 19.2.x only implements GL 4.5

---

 bin/gen_release_notes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gen_release_notes.py b/bin/gen_release_notes.py
index 3509879fa6f..bac200d2884 100755
--- a/bin/gen_release_notes.py
+++ b/bin/gen_release_notes.py
@@ -34,7 +34,7 @@ from mako.template import Template
 from mako import exceptions
 
 
-CURRENT_GL_VERSION = '4.6'
+CURRENT_GL_VERSION = '4.5'
 CURRENT_VK_VERSION = '1.1'
 
 TEMPLATE = Template(textwrap.dedent("""\




More information about the mesa-commit mailing list