diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_util.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_util.h b/src/mesa/drivers/dri/i965/brw_util.h index c0fc1330e4b..5cba99a9306 100644 --- a/src/mesa/drivers/dri/i965/brw_util.h +++ b/src/mesa/drivers/dri/i965/brw_util.h @@ -39,7 +39,6 @@ extern GLuint brw_parameter_list_state_flags(struct gl_program_parameter_list *paramList); extern GLuint brw_translate_blend_factor( GLenum factor ); extern GLuint brw_translate_blend_equation( GLenum mode ); - - +extern GLenum brw_fix_xRGB_alpha(GLenum function); #endif |