summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-03-05 15:57:46 -0500
committerMarge Bot <[email protected]>2020-03-20 00:00:22 +0000
commitb00d219ec0da21c1bab89dc36aa20c9138b92226 (patch)
tree5095396b3f90a051f1d6e3a08aec10612edd1ee8 /src/mapi
parent951c6acb074b18da0e595825fe05c77a0fbee96d (diff)
glthread: remove debug_print_marshal function
We don't need to print every function we execute. Reviewed-by: Timothy Arceri <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4251>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_marshal.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_marshal.py b/src/mapi/glapi/gen/gl_marshal.py
index 02c94dd74db..ce5cbb275e3 100644
--- a/src/mapi/glapi/gen/gl_marshal.py
+++ b/src/mapi/glapi/gen/gl_marshal.py
@@ -261,8 +261,6 @@ class PrintCode(gl_XML.gl_print_base):
out('int cmd_size = {0};'.format(' + '.join(size_terms)))
out('{0} *cmd;'.format(struct))
- out('debug_print_marshal("{0}");'.format(func.name))
-
self.validate_count_or_fallback(func)
if func.marshal_fail: