diff options
author | Marek Olšák <[email protected]> | 2020-02-03 20:40:09 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-11 00:34:57 +0000 |
commit | 47d7e21619218348c86ca6909cf695f78c9778c6 (patch) | |
tree | 93bc04affddaa74ffb761048e91934122a630edc /src/mesa/main/draw.h | |
parent | 734654a89cf588d88b2932b931612374ef2884eb (diff) |
mesa: remove unused _mesa_prim::is_indirect
Reviewed-by: Mathias Fröhlich <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3766>
Diffstat (limited to 'src/mesa/main/draw.h')
-rw-r--r-- | src/mesa/main/draw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/draw.h b/src/mesa/main/draw.h index b8e61132137..86b0527ffc4 100644 --- a/src/mesa/main/draw.h +++ b/src/mesa/main/draw.h @@ -46,8 +46,7 @@ struct _mesa_prim GLuint indexed:1; GLuint begin:1; GLuint end:1; - GLuint is_indirect:1; - GLuint pad:20; + GLuint pad:21; GLuint start; GLuint count; |