diff options
author | Brian <[email protected]> | 2007-06-21 20:08:10 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-21 20:08:10 -0600 |
commit | 493ed9fc11a2bf272a2c1e9e5a072e4f02b46554 (patch) | |
tree | b43acdceb59b9764b3e0f5995b538af987e67ec9 /src/mesa/pipe/softpipe/sp_context.h | |
parent | ecfa794037e8be351ecfec0229d1e3b1677ae369 (diff) |
alpha test and misc changes
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h index d01fc38b81b..329544eb743 100644 --- a/src/mesa/pipe/softpipe/sp_context.h +++ b/src/mesa/pipe/softpipe/sp_context.h @@ -138,6 +138,7 @@ struct softpipe_context { */ struct { struct quad_stage *shade; + struct quad_stage *alpha_test; struct quad_stage *depth_test; struct quad_stage *blend; struct quad_stage *output; |