From f49e201df95b4a46e4fd4702a6d8e6fc07657bd9 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Thu, 29 May 2014 01:21:20 +0200 Subject: gallium/docs: improve documentation of render condition wrt blits. Reviewed-by: Brian Paul Reviewed-by: Jose Fonseca --- src/gallium/include/pipe/p_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/include/pipe/p_state.h') diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 07ce88ea62d..72576041ece 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -592,8 +592,8 @@ struct pipe_blit_info boolean scissor_enable; struct pipe_scissor_state scissor; - boolean render_condition_enable; /**< whether to leave current render - condition enabled */ + boolean render_condition_enable; /**< whether the blit should honor the + current render condition */ }; -- cgit v1.2.3