i965/nir/vec4: Implement min/max operations
authorAntia Puentes <apuentes@igalia.com>
Tue, 16 Jun 2015 22:34:57 +0000 (00:34 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:48 +0000 (09:40 -0700)
commit5e6f1c38a591fa39cff1c32a2cfdda927145756a
tree7207cba0fc69c9de711935f539872bb12421f343
parentd53098393e3929b0c8d82f56144c7497b184f5b7
i965/nir/vec4: Implement min/max operations

Adds NIR ALU operations:
   * nir_op_fmin
   * nir_op_imin
   * nir_op_umin
   * nir_op_fmax
   * nir_op_imax
   * nir_op_umax

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp