aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_blend_func_extended.xml
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-02-19 19:41:25 -0500
committerMarge Bot <[email protected]>2020-03-06 01:06:14 +0000
commit358d923c8b40e71738cb3a3fb0413260361bec9b (patch)
tree2db95c93a6ee99ca24e0aa3f31fd3b318b84954a /src/mapi/glapi/gen/ARB_blend_func_extended.xml
parentd00f36ac25b25402c4d81a0229a703a1b84fc40c (diff)
glthread: handle complex pointer parameters and support GL functions with strings
The python changes add a local variable that computes the parameter size only once. Reviewed-by: Timothy Arceri <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_blend_func_extended.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_blend_func_extended.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_blend_func_extended.xml b/src/mapi/glapi/gen/ARB_blend_func_extended.xml
index 10d85a76621..9b66fa2eea7 100644
--- a/src/mapi/glapi/gen/ARB_blend_func_extended.xml
+++ b/src/mapi/glapi/gen/ARB_blend_func_extended.xml
@@ -12,7 +12,7 @@
<param name="program" type="GLuint"/>
<param name="colorNumber" type="GLuint"/>
<param name="index" type="GLuint"/>
- <param name="name" type="const GLchar *"/>
+ <param name="name" type="const GLchar *" count="(strlen(name) + 1)"/>
</function>
<function name="GetFragDataIndex">