diff options
Diffstat (limited to 'src/mesa/tnl/t_eval_api.c')
-rw-r--r-- | src/mesa/tnl/t_eval_api.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_eval_api.c b/src/mesa/tnl/t_eval_api.c index 837fb9e09c..75e73fb9cb 100644 --- a/src/mesa/tnl/t_eval_api.c +++ b/src/mesa/tnl/t_eval_api.c @@ -1,4 +1,4 @@ -/* $Id: t_eval_api.c,v 1.6 2001/05/01 13:18:03 keithw Exp $ */ +/* $Id: t_eval_api.c,v 1.7 2001/05/14 09:00:51 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -89,6 +89,14 @@ _tnl_exec_EvalMesh1( GLenum mode, GLint i1, GLint i2 ) * * TODO: Anaylse display lists to determine if this state is * constant. + * + * State to watch: + * - enabled maps + * - map state for each enabled map, including control points + * - grid state + * + * Could alternatively cache individual maps in arrays, rather than + * building immediates. */ { GLboolean compiling = ctx->CompileFlag; |