diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_compiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.c b/src/mesa/drivers/dri/i965/brw_compiler.c index 61bb5ade282..9977d792679 100644 --- a/src/mesa/drivers/dri/i965/brw_compiler.c +++ b/src/mesa/drivers/dri/i965/brw_compiler.c @@ -76,7 +76,7 @@ shader_perf_log_mesa(void *data, const char *fmt, ...) .lower_sub = true, \ .lower_fdiv = true, \ .lower_scmp = true, \ - .lower_fmod = true, \ + .lower_fmod32 = true, \ .lower_bitfield_extract = true, \ .lower_bitfield_insert = true, \ .lower_uadd_carry = true, \ |