diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 22d5a0acab3..a94ea4221ad 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -283,8 +283,7 @@ void brw_SAMPLE(struct brw_compile *p, void brw_adjust_sampler_state_pointer(struct brw_compile *p, struct brw_reg header, - struct brw_reg sampler_index, - struct brw_reg scratch); + struct brw_reg sampler_index); void gen4_math(struct brw_compile *p, struct brw_reg dest, |