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_quad.h | |
parent | e6eca5c37e13fd0f9100de127075b1bbed0821c0 (diff) |
Checkpoint: stencil roughly working, some bugs to fix...
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_quad.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_quad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad.h b/src/mesa/pipe/softpipe/sp_quad.h index c09905c2498..df416dfa7f2 100644 --- a/src/mesa/pipe/softpipe/sp_quad.h +++ b/src/mesa/pipe/softpipe/sp_quad.h @@ -55,5 +55,6 @@ struct quad_stage *sp_quad_output_stage( struct softpipe_context *softpipe ); void sp_build_quad_pipeline(struct softpipe_context *sp); +void sp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad); #endif /* SP_TILE_H */ |