From 59e96bc513be3938e2d6dc4357e4d38fa5481f6a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 19 Feb 2020 20:28:01 -0500 Subject: glthread: add support for TexParameteri and SamplerParameteri functions It's straightfoward except that I had to hack the python scripts to add "marshal_count", which behaves just like "count" except that "variable_param" is ignored. ("variable_param" changes the behavior of "count", which I don't want) Reviewed-by: Timothy Arceri Part-of: --- src/mapi/glapi/gen/EXT_direct_state_access.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mapi/glapi/gen/EXT_direct_state_access.xml') diff --git a/src/mapi/glapi/gen/EXT_direct_state_access.xml b/src/mapi/glapi/gen/EXT_direct_state_access.xml index 0d29282d293..b1cda780361 100644 --- a/src/mapi/glapi/gen/EXT_direct_state_access.xml +++ b/src/mapi/glapi/gen/EXT_direct_state_access.xml @@ -151,7 +151,7 @@ - + @@ -165,7 +165,7 @@ - + @@ -402,7 +402,7 @@ - + @@ -416,7 +416,7 @@ - + @@ -1288,14 +1288,14 @@ - + - + @@ -1316,14 +1316,14 @@ - + - + -- cgit v1.2.3