diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-05-14 09:00:51 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-05-14 09:00:51 +0000 |
commit | 9cf779e7ac5509aa2d8706b882e9a6b43837cebd (patch) | |
tree | 69a56d30db28bf0f2157c8354d965485b3136edd /src/mesa/tnl/t_eval_api.c | |
parent | b8d091d3503415a29a309dca0ce13b24509bd763 (diff) |
Fix for glean texgen test.
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; |