diff options
author | Brian Paul <[email protected]> | 2009-12-31 14:46:15 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 14:46:15 -0700 |
commit | 41450b03a8e8e0f94f8eefc6880d32e9b0ef6f6d (patch) | |
tree | 7ee85c856ee85d56ec9de0e2836333c6f6860e85 /src/gallium/drivers/softpipe/sp_query.h | |
parent | c0b4fb06b8b570b1999a0849797d3cb77f6ee5cd (diff) |
softpipe: implement conditional rendering
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_query.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_query.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_query.h b/src/gallium/drivers/softpipe/sp_query.h index 05060a45759..736c033897e 100644 --- a/src/gallium/drivers/softpipe/sp_query.h +++ b/src/gallium/drivers/softpipe/sp_query.h @@ -32,6 +32,10 @@ #ifndef SP_QUERY_H #define SP_QUERY_H +extern boolean +softpipe_check_render_cond(struct softpipe_context *sp); + + struct softpipe_context; extern void softpipe_init_query_funcs(struct softpipe_context * ); |