diff options
author | Brian <[email protected]> | 2007-07-10 18:59:17 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-10 18:59:17 -0600 |
commit | 73daa688541ec88119804ad190ce5b429e50ea44 (patch) | |
tree | 51b54851b3f74557a82bae2a88f0af6af7a08fc9 /src/mesa/pipe/softpipe/sp_context.c | |
parent | e6eca5c37e13fd0f9100de127075b1bbed0821c0 (diff) |
Checkpoint: stencil roughly working, some bugs to fix...
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c index 6afc0c1320f..50434600c3f 100644 --- a/src/mesa/pipe/softpipe/sp_context.c +++ b/src/mesa/pipe/softpipe/sp_context.c @@ -87,6 +87,7 @@ struct pipe_context *softpipe_create( void ) softpipe->quad.alpha_test = sp_quad_alpha_test_stage(softpipe); softpipe->quad.blend = sp_quad_blend_stage(softpipe); softpipe->quad.depth_test = sp_quad_depth_test_stage(softpipe); + softpipe->quad.stencil_test = sp_quad_stencil_test_stage(softpipe); softpipe->quad.output = sp_quad_output_stage(softpipe); /* |