diff options
author | Brian Paul <[email protected]> | 2000-02-02 19:34:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 19:34:08 +0000 |
commit | a02fb6afc865a30077ae4d802a7020371c141e73 (patch) | |
tree | 95872eb0e5582cfec8b7cf69d92df6644fdf6206 /src/mesa/main/state.c | |
parent | 3face37ca4130b4c8e8aebcc4e25f6f19843c3fa (diff) |
added comments
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index f6449a8467f..3ba8faf9bad 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,4 +1,4 @@ -/* $Id: state.c,v 1.1 2000/02/02 19:15:19 brianp Exp $ */ +/* $Id: state.c,v 1.2 2000/02/02 19:34:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -25,6 +25,11 @@ */ +/* + * This file initializes the immediate-mode dispatch table (which may + * be state-dependant) and manages internal Mesa state update. + */ + #ifdef PC_HEADER #include "all.h" |