diff options
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 2d99c8576f0..56fc2013dc3 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -364,6 +364,7 @@ struct tnl_save { GLfloat *buffer; GLuint count; GLuint wrap_count; + GLuint replay_flags; struct tnl_prim *prim; GLuint prim_count, prim_max; |