Mesa (master): specs: Bump GLX_MESA_query_renderer to version 9

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 18 20:48:37 UTC 2018


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

Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Nov  9 11:46:48 2018 -0500

specs: Bump GLX_MESA_query_renderer to version 9

Note that we have an official GL extension number, pick the appropriate
section of the GLX spec to modify, and add changelog.

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Adam Jackson <ajax at redhat.com>

---

 docs/specs/MESA_query_renderer.spec | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/specs/MESA_query_renderer.spec b/docs/specs/MESA_query_renderer.spec
index 0209efa114..10f68ecc5d 100644
--- a/docs/specs/MESA_query_renderer.spec
+++ b/docs/specs/MESA_query_renderer.spec
@@ -20,11 +20,11 @@ Status
 
 Version
 
-    Version 8, 14-February-2014
+    Version 9, 09 November 2018
 
 Number
 
-    TBD.
+    OpenGL Extension #446
 
 Dependencies
 
@@ -98,7 +98,7 @@ Additions to the OpenGL / WGL Specifications
 
 Additions to the GLX 1.4 Specification
 
-    [Add the following to Section X.Y.Z of the GLX Specification]
+    [Add to Section 3.3.2 "GLX Versioning" of the GLX Specification]
 
     To obtain information about the available renderers for a particular
     display and screen,
@@ -377,3 +377,9 @@ Revision History
                             read GLX_RENDERER_ID_MESA. The VENDOR/DEVICE_ID
                             example given in issue #17 should be 0x5143 and
                             0xFFFFFFFF respectively.
+
+    Version 9, 2018/11/09 - Remove GLX_RENDERER_ID_MESA, which has never been
+                            implemented. Remove the unnecessary interactions
+                            with the GLX GLES profile extensions. Note the
+                            official GL extension number. Specify the section
+                            of the GLX spec to modify.




More information about the mesa-commit mailing list