diff options
author | Marek Olšák <[email protected]> | 2020-02-19 15:58:34 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-06 01:06:14 +0000 |
commit | 19151e2605c95498f9dbc85fa85e10e851df374d (patch) | |
tree | 0484bba36c7c38198f44c2ac6113f0c638723469 /src/mesa/main/marshal.c | |
parent | 245f9593b7967521bd6661d7059096c528cc7f0d (diff) |
glthread: inline _mesa_unmarshal_dispatch_cmd and convert the switch to a table
Reviewed-by: Timothy Arceri <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
Diffstat (limited to 'src/mesa/main/marshal.c')
-rw-r--r-- | src/mesa/main/marshal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/marshal.c b/src/mesa/main/marshal.c index 43deafb2c80..b2428e5e7cd 100644 --- a/src/mesa/main/marshal.c +++ b/src/mesa/main/marshal.c @@ -31,7 +31,6 @@ #include "main/macros.h" #include "marshal.h" #include "dispatch.h" -#include "marshal_generated.h" struct marshal_cmd_Flush { |