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/sources | |
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/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index d9ee7266e5..d0fe3a979f 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -191,6 +191,7 @@ STATETRACKER_SOURCES = \ state_tracker/st_atom_stencil.c \ state_tracker/st_atom_stipple.c \ state_tracker/st_atom_viewport.c \ + state_tracker/st_cb_clear.c \ state_tracker/st_cb_program.c \ state_tracker/st_draw.c \ state_tracker/st_context.c \ |