diff options
author | Brian <[email protected]> | 2008-03-20 09:13:51 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-20 09:13:51 -0600 |
commit | 85e4ec6d118e340eaccd176aa622221642a2e754 (patch) | |
tree | 927233550a61088cd368efe5223a86ff0a4a8dab /src/mesa/state_tracker/st_context.c | |
parent | 6a9a3afcf923ec5c67069cdb1656f52675cd8ede (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.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 e1fc885e0e7..b1681be2eb5 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); |