diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h index 54d770e1635..6fc86e1c549 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.h +++ b/src/mesa/drivers/dri/i965/brw_shader.h @@ -82,6 +82,7 @@ struct bblock_t; #ifdef __cplusplus struct backend_instruction : public exec_node { + bool is_3src() const; bool is_tex() const; bool is_math() const; bool is_control_flow() const; |