Mesa (master): mesa: GetFramebufferParameteriv spelling

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 8 21:25:45 UTC 2019


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

Author: Fritz Koenig <frkoenig at google.com>
Date:   Mon Oct  7 11:15:03 2019 -0700

mesa: GetFramebufferParameteriv spelling

GetFramebufferParameteriv was incorrectly spelled as
GetFramebufferParameteri.

Reviewed-by: Kristian H. Kristensen <hoegsberg at google.com>

---

 src/mapi/glapi/gen/apiexec.py | 2 +-
 src/mapi/glapi/gen/gl_API.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py
index e2fc124be22..4f9229d5fcd 100644
--- a/src/mapi/glapi/gen/apiexec.py
+++ b/src/mapi/glapi/gen/apiexec.py
@@ -148,7 +148,7 @@ functions = {
     # OpenGL 4.3 / GL_ARB_framebuffer_no_attachments.  Mesa can expose the
     # extension with OpenGL 3.0.
     "FramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
-    "GetFramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
+    "GetFramebufferParameteriv": exec_info(compatibility=30, core=31, es2=31),
 
     # OpenGL 4.5 / GL_ARB_direct_state_access.   Mesa can expose the extension
     # with core profile.
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index c5e6a066ac6..a804e850f46 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -10932,12 +10932,12 @@
 
     <enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB" value="0x9342">
         <size name="FramebufferParameteri"/>
-        <size name="GetFramebufferParameteri"/>
+        <size name="GetFramebufferParameteriv"/>
     </enum>
 
     <enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB"    value="0x9343">
         <size name="FramebufferParameteri"/>
-        <size name="GetFramebufferParameteri"/>
+        <size name="GetFramebufferParameteriv"/>
     </enum>
 
     <function name="FramebufferSampleLocationsfvARB" no_error="true">
@@ -10984,12 +10984,12 @@
 
     <enum name="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" value="0x9342" alias="FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB">
         <size name="FramebufferParameteri"/>
-        <size name="GetFramebufferParameteri"/>
+        <size name="GetFramebufferParameteriv"/>
     </enum>
 
     <enum name="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV"    value="0x9343" alias="FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB">
         <size name="FramebufferParameteri"/>
-        <size name="GetFramebufferParameteri"/>
+        <size name="GetFramebufferParameteriv"/>
     </enum>
 
     <function name="FramebufferSampleLocationsfvNV" no_error="true" es2="3.1" alias="FramebufferSampleLocationsfvARB">




More information about the mesa-commit mailing list