Reroute some clear functionality.

Still require the intelClear() call to flush batchbuffers.  That will be
removed later...
This commit is contained in:
Keith Whitwell
2007-08-02 13:59:31 +01:00
parent 1ecc648398
commit 4f442d9ef5
8 changed files with 125 additions and 182 deletions

View File

@@ -58,6 +58,7 @@ struct st_context *st_create_context( GLcontext *ctx,
st_init_atoms( st );
st_init_draw( st );
st_init_cb_program( st );
st_init_cb_clear( st );
return st;
}