diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-02 13:59:31 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-02 13:59:31 +0100 |
commit | 4f442d9ef5db42867c99a7288b4114a0340f73e6 (patch) | |
tree | 10f6dbab05ad7ed5d88b565273263f8f74e23354 /src/mesa/state_tracker/st_context.c | |
parent | 1ecc648398a51f734ef1e3b729595f41cedf29f9 (diff) |
Reroute some clear functionality.
Still require the intelClear() call to flush batchbuffers. That will be
removed later...
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 6308e81a61..4d3f0ec4d3 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -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; } |