i965: fix brw_saturate_immediate() for doubles
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 18 Nov 2015 11:09:30 +0000 (12:09 +0100)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 10 May 2016 09:25:03 +0000 (11:25 +0200)
commit830d87840c447f0938765b2e0b18d202803c1436
tree8081577911e247c932dcbee155ceddbbbb911eb4
parent7bcc4cccad08043dbe116406ec76d629a1a11e98
i965: fix brw_saturate_immediate() for doubles

v2 (Sam):
  - Mark 'size' as const (Topi).
  - Add comment to explain that we do copies 64-bits regardless of the
    type (Topi)

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_shader.cpp