diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 3ab00a263eb..e0e02d4f103 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -975,7 +975,6 @@ void brw_SAMPLE(struct brw_compile *p, void brw_math_16( struct brw_compile *p, struct brw_reg dest, GLuint function, - GLuint saturate, GLuint msg_reg_nr, struct brw_reg src, GLuint precision ); @@ -983,7 +982,6 @@ void brw_math_16( struct brw_compile *p, void brw_math( struct brw_compile *p, struct brw_reg dest, GLuint function, - GLuint saturate, GLuint msg_reg_nr, struct brw_reg src, GLuint data_type, |