diff options
author | Keith Whitwell <[email protected]> | 2001-03-29 17:08:26 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-03-29 17:08:26 +0000 |
commit | 3d5815f4636be0aa9f1788ca80908d5809d26481 (patch) | |
tree | 2baa067035e821888f265f4e4d8b66e4336ba11a /src/mesa/main/state.c | |
parent | ee403ff0ba272f5be539ddc921d3fffb3d250cc4 (diff) |
Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.
Added some switchable debug to s_context.c
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 11de54ac35a..4ba7776f4a9 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,4 +1,4 @@ -/* $Id: state.c,v 1.62 2001/03/19 02:25:35 keithw Exp $ */ +/* $Id: state.c,v 1.63 2001/03/29 17:08:26 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -949,11 +949,6 @@ void _mesa_update_state( GLcontext *ctx ) /* At this point we can do some assertions to be sure the required * device driver function pointers are all initialized. - * - * KW: Moved the some of these asserts to t_vb_render.c, as they - * are strictly only required for that stage. The Driver struct - * should probably be split; the read/write span/pixels functions - * should be referenced only from swrast, for instance. */ ASSERT(ctx->Driver.GetString); ASSERT(ctx->Driver.UpdateState); |