i965/nir/vec4: Implement more math operations
authorAntia Puentes <apuentes@igalia.com>
Tue, 16 Jun 2015 22:10:18 +0000 (00:10 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:48 +0000 (09:40 -0700)
commit62cef7b0723ad6ca49ed06a6899a5852e41359e8
tree2cac12272d0d48d6cf4d24d1d1ef0b173decf7ec
parent068a41b349e8bc30293c44d96553184f7562949f
i965/nir/vec4: Implement more math operations

Adds NIR ALU operations:
   * nir_op_frcp
   * nir_op_fexp2
   * nir_op_flog2
   * nir_op_fexp
   * nir_op_flog
   * nir_op_fsin
   * nir_op_fcos
   * nir_op_idiv
   * nir_op_udiv
   * nir_op_umod
   * nir_op_ldexp
   * nir_op_fsqrt
   * nir_op_frsq
   * nir_op_fpow

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