glthread: add support for TexParameteri and SamplerParameteri functions
authorMarek Olšák <marek.olsak@amd.com>
Thu, 20 Feb 2020 01:28:01 +0000 (20:28 -0500)
committerMarge Bot <eric+marge@anholt.net>
Fri, 6 Mar 2020 01:06:14 +0000 (01:06 +0000)
commit59e96bc513be3938e2d6dc4357e4d38fa5481f6a
tree386ad5f08bac6e4ba7b58e1b03706082178acbda
parent108fdb54c6c1b82ec3131b0c2e00d554b3729cfb
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 <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
12 files changed:
src/mapi/glapi/gen/ARB_direct_state_access.xml
src/mapi/glapi/gen/ARB_sampler_objects.xml
src/mapi/glapi/gen/EXT_direct_state_access.xml
src/mapi/glapi/gen/GL3x.xml
src/mapi/glapi/gen/OES_fixed_point.xml
src/mapi/glapi/gen/gl_API.dtd
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_XML.py
src/mapi/glapi/gen/gl_and_es_API.xml
src/mapi/glapi/gen/gl_marshal.py
src/mapi/glapi/gen/marshal_XML.py
src/mesa/main/marshal.h