summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-20 09:13:51 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-20 09:13:51 -0600
commit85e4ec6d118e340eaccd176aa622221642a2e754 (patch)
tree927233550a61088cd368efe5223a86ff0a4a8dab /src/mesa/state_tracker/st_context.c
parent6a9a3afcf923ec5c67069cdb1656f52675cd8ede (diff)
gallium: use the utility pasthrough shaders
This avoids the Mesa->TGSI translation step.
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r--src/mesa/state_tracker/st_context.c1
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 e1fc885e0e..b1681be2eb 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -155,6 +155,7 @@ static void st_destroy_context_priv( struct st_context *st )
st_destroy_draw( st );
st_destroy_generate_mipmap(st);
st_destroy_blit(st);
+ st_destroy_clear(st);
_vbo_DestroyContext(st->ctx);